Browse Source

Merge pull request #182 from philippbeckmann/client_tgit

Added TortoiseGit to the clientapps
tags/v1.5.1
James Moger 10 years ago
parent
commit
6a897222cb
2 changed files with 11 additions and 0 deletions
  1. 11
    0
      src/main/distrib/data/clientapps.json
  2. BIN
      src/main/resources/tortoise32.png

+ 11
- 0
src/main/distrib/data/clientapps.json View File

@@ -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
}
]

BIN
src/main/resources/tortoise32.png View File


Loading…
Cancel
Save