From 8f27834e0818024fd039cd453ddce60601182451 Mon Sep 17 00:00:00 2001
From: pbe <pbe@remmert.de>
Date: Mon, 05 May 2014 09:12:23 -0400
Subject: [PATCH] Allowed all transports for TortoiseGit and changed the project description
---
src/main/distrib/data/clientapps.json | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json
index 94cb128..b5c25f1 100644
--- a/src/main/distrib/data/clientapps.json
+++ b/src/main/distrib/data/clientapps.json
@@ -93,11 +93,10 @@
{
"name": "TortoiseGit",
"title": "TortoiseGit",
- "description": "The coolest Interface to Git Version Control",
+ "description": "Windows Shell Interface to Git",
"legal": "released under the GPLv2 open source license",
"cloneUrl": "tgit://clone/${repoUrl}",
"productUrl": "http://www.tortoisegit.org",
- "transports": [ "http", "https" ],
"platforms": [ "windows" ],
"icon": "tortoise32.png",
"isActive": true
--
Gitblit v1.9.1