summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main/distrib/data/clientapps.json12
-rw-r--r--src/main/resources/tortoise32.pngbin0 -> 1225 bytes
2 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
diff --git a/src/main/resources/tortoise32.png b/src/main/resources/tortoise32.png
new file mode 100644
index 00000000..40aa9786
--- /dev/null
+++ b/src/main/resources/tortoise32.png
Binary files differ