diff options
author | pbe <pbe@remmert.de> | 2014-05-05 14:41:19 +0200 |
---|---|---|
committer | pbe <pbe@remmert.de> | 2014-05-05 14:41:19 +0200 |
commit | 16653e916fbf6b64baaaed2247d34d8f2372b89e (patch) | |
tree | 661eafaac3d4137b8b926ecbd0320175cc1fc859 /src/main/distrib/data | |
parent | 16ef06d210bec7dd5b44d82f70d9f7bb9e4dbf6f (diff) | |
download | gitblit-16653e916fbf6b64baaaed2247d34d8f2372b89e.tar.gz gitblit-16653e916fbf6b64baaaed2247d34d8f2372b89e.zip |
Added TortoiseGit to the clientapps
Diffstat (limited to 'src/main/distrib/data')
-rw-r--r-- | src/main/distrib/data/clientapps.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json index a19cbcc8..94cb128c 100644 --- a/src/main/distrib/data/clientapps.json +++ b/src/main/distrib/data/clientapps.json @@ -89,5 +89,17 @@ "icon": "sparkleshare_32x32.png",
"minimumPermission" : "RW+",
"isActive": false
+ },
+ {
+ "name": "TortoiseGit",
+ "title": "TortoiseGit",
+ "description": "The coolest Interface to Git Version Control",
+ "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
}
]
\ No newline at end of file |