From 436bd3f0ecdee282c503a9eb0f7a240b7a68ff49 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 11 Apr 2014 14:51:50 -0400 Subject: [PATCH] Merged #6 "Support serving repositories over the SSH transport" --- src/main/distrib/data/clientapps.json | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json index fb098eb..a19cbcc 100644 --- a/src/main/distrib/data/clientapps.json +++ b/src/main/distrib/data/clientapps.json @@ -10,6 +10,17 @@ "isActive": true }, { + "name": "Barnum", + "title": "Barnum", + "description": "a command-line Git companion for Gitblit Tickets", + "legal": "released under the Apache 2.0 License", + "command": "pt clone ${repoUrl}", + "productUrl": "http://barnum.gitblit.com", + "transports": [ "ssh" ], + "icon": "barnum_32x32.png", + "isActive": false + }, + { "name": "SmartGit/Hg", "title": "syntevo SmartGit/Hg\u2122", "description": "a Git client for Windows, Mac, & Linux", @@ -18,7 +29,7 @@ "productUrl": "http://www.syntevo.com/smartgithg", "platforms": [ "windows", "macintosh", "linux" ], "icon": "smartgithg_32x32.png", - "isActive": false + "isActive": true }, { "name": "SourceTree", @@ -71,11 +82,12 @@ "title": "SparkleShare\u2122", "description": "an open source collaboration and sharing tool", "legal": "released under the GPLv3 open source license", - "cloneUrl": "sparkleshare://addProject/${baseUrl}/sparkleshare/${repoUrl}.xml", + "cloneUrl": "sparkleshare://addProject/${baseUrl}/sparkleshare/${username}@${repository}.xml", "productUrl": "http://sparkleshare.org", + "transports": [ "ssh" ], "platforms": [ "windows", "macintosh", "linux" ], "icon": "sparkleshare_32x32.png", "minimumPermission" : "RW+", - "isActive": true + "isActive": false } ] \ No newline at end of file -- Gitblit v1.9.1