From 16653e916fbf6b64baaaed2247d34d8f2372b89e Mon Sep 17 00:00:00 2001 From: pbe Date: Mon, 5 May 2014 14:41:19 +0200 Subject: Added TortoiseGit to the clientapps --- src/main/distrib/data/clientapps.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/main/distrib/data') 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 -- cgit v1.2.3