From 6a897222cbbf6559e8970a9c66f1870c812569e9 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 05 May 2014 09:22:59 -0400
Subject: [PATCH] Merge pull request #182 from philippbeckmann/client_tgit
---
src/main/distrib/data/clientapps.json | 11 +++++++++++
src/main/resources/tortoise32.png | 0
2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json
index a19cbcc..b5c25f1 100644
--- a/src/main/distrib/data/clientapps.json
+++ b/src/main/distrib/data/clientapps.json
@@ -89,5 +89,16 @@
"icon": "sparkleshare_32x32.png",
"minimumPermission" : "RW+",
"isActive": false
+ },
+ {
+ "name": "TortoiseGit",
+ "title": "TortoiseGit",
+ "description": "Windows Shell Interface to Git",
+ "legal": "released under the GPLv2 open source license",
+ "cloneUrl": "tgit://clone/${repoUrl}",
+ "productUrl": "http://www.tortoisegit.org",
+ "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