From 16653e916fbf6b64baaaed2247d34d8f2372b89e Mon Sep 17 00:00:00 2001 From: pbe <pbe@remmert.de> Date: Mon, 05 May 2014 08:41:19 -0400 Subject: [PATCH] Added TortoiseGit to the clientapps --- src/main/distrib/data/clientapps.json | 12 ++++++++++++ src/main/resources/tortoise32.png | 0 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json index a19cbcc..94cb128 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 diff --git a/src/main/resources/tortoise32.png b/src/main/resources/tortoise32.png new file mode 100644 index 0000000..40aa978 --- /dev/null +++ b/src/main/resources/tortoise32.png Binary files differ -- Gitblit v1.9.1