From 1d8e8eb81094923d792216a2fbc13127839eb260 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 22 Jul 2012 20:59:51 +0200 Subject: [PATCH] Disable git-bin by default --- SparkleLib/Git/SparkleFetcherGit.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleLib/Git/SparkleFetcherGit.cs b/SparkleLib/Git/SparkleFetcherGit.cs index e126d30a..b2485f0a 100755 --- a/SparkleLib/Git/SparkleFetcherGit.cs +++ b/SparkleLib/Git/SparkleFetcherGit.cs @@ -78,7 +78,7 @@ namespace SparkleLib.Git { uri = new Uri (uri.Scheme + "://git@" + uri.Host + ":" + uri.Port + uri.AbsolutePath); } - this.use_git_bin = true; + this.use_git_bin = false; // TODO } TargetFolder = target_folder;