summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpbe <pbe@remmert.de>2014-05-05 15:12:23 +0200
committerpbe <pbe@remmert.de>2014-05-05 15:12:23 +0200
commit8f27834e0818024fd039cd453ddce60601182451 (patch)
tree00ecfebdbd949fc906b5145bce62c6cd24c0746f
parent16653e916fbf6b64baaaed2247d34d8f2372b89e (diff)
downloadgitblit-8f27834e0818024fd039cd453ddce60601182451.tar.gz
gitblit-8f27834e0818024fd039cd453ddce60601182451.zip
Allowed all transports for TortoiseGit and changed the project description
-rw-r--r--src/main/distrib/data/clientapps.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json
index 94cb128c..b5c25f17 100644
--- a/src/main/distrib/data/clientapps.json
+++ b/src/main/distrib/data/clientapps.json
@@ -93,11 +93,10 @@
{
"name": "TortoiseGit",
"title": "TortoiseGit",
- "description": "The coolest Interface to Git Version Control",
+ "description": "Windows Shell Interface to Git",
"legal": "released under the GPLv2 open source license",
"cloneUrl": "tgit://clone/${repoUrl}",
"productUrl": "http://www.tortoisegit.org",
- "transports": [ "http", "https" ],
"platforms": [ "windows" ],
"icon": "tortoise32.png",
"isActive": true