summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-05-05 09:22:59 -0400
committerJames Moger <james.moger@gitblit.com>2014-05-05 09:22:59 -0400
commit6a897222cbbf6559e8970a9c66f1870c812569e9 (patch)
tree00ecfebdbd949fc906b5145bce62c6cd24c0746f
parent16ef06d210bec7dd5b44d82f70d9f7bb9e4dbf6f (diff)
parent8f27834e0818024fd039cd453ddce60601182451 (diff)
downloadgitblit-6a897222cbbf6559e8970a9c66f1870c812569e9.tar.gz
gitblit-6a897222cbbf6559e8970a9c66f1870c812569e9.zip
Merge pull request #182 from philippbeckmann/client_tgit
Added TortoiseGit to the clientapps
-rw-r--r--src/main/distrib/data/clientapps.json11
-rw-r--r--src/main/resources/tortoise32.pngbin0 -> 1225 bytes
2 files changed, 11 insertions, 0 deletions
diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json
index a19cbcc8..b5c25f17 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 00000000..40aa9786
--- /dev/null
+++ b/src/main/resources/tortoise32.png
Binary files differ