From b50d37ad0be13e13936ea218bcfc5b2f013ccbc7 Mon Sep 17 00:00:00 2001 From: Benoit Sigoure Date: Thu, 22 Nov 2007 17:37:31 +0100 Subject: [PATCH] Properly set $using_git_svn. Signed-off-by: Benoit Sigoure --- svn-wrapper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/svn-wrapper.sh b/svn-wrapper.sh index 0d57067..a40eea1 100755 --- a/svn-wrapper.sh +++ b/svn-wrapper.sh @@ -83,6 +83,7 @@ # Default values (the user can export them to override them). use_changelog=: git_mode=false +using_git_svn=false case $SVN in git*) git_mode=:;; '') -- 2.11.4.GIT