diff options
author | James Moger <james.moger@gitblit.com> | 2014-05-07 09:28:20 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-05-07 09:28:20 -0400 |
commit | 337e2a0406d56b0b05012eb8e3bc1a393502f714 (patch) | |
tree | 36d5f424b491dc0cb5bee9c322a8de2a6506cf92 /src/main/distrib | |
parent | 5b0358f1c233becfa9e703a3ab3c962bdb81846e (diff) | |
parent | b016de996e77b3d7b6e68d8442c47a50e2a3d2eb (diff) | |
download | gitblit-337e2a0406d56b0b05012eb8e3bc1a393502f714.tar.gz gitblit-337e2a0406d56b0b05012eb8e3bc1a393502f714.zip |
Merge branch 'ticket/63' into develop
Diffstat (limited to 'src/main/distrib')
-rw-r--r-- | src/main/distrib/data/clientapps.json | 11 |
1 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 |