James Moger
2014-05-05 6a897222cbbf6559e8970a9c66f1870c812569e9
Merge pull request #182 from philippbeckmann/client_tgit

Added TortoiseGit to the clientapps
1 files added
1 files modified
11 ■■■■■ changed files
src/main/distrib/data/clientapps.json 11 ●●●●● patch | view | raw | blame | history
src/main/resources/tortoise32.png patch | view | raw | blame | history
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
    }
]
src/main/resources/tortoise32.png