From db4a3def284145eec3aec81074474b4355293b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 3 Nov 2010 17:13:25 +0100 Subject: [PATCH] Fix SC_VCS=git-svn used instead of SC_VCS=git. --- sunrise-commit.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunrise-commit.in b/sunrise-commit.in index 1d34e68..4e36dce 100755 --- a/sunrise-commit.in +++ b/sunrise-commit.in @@ -69,7 +69,7 @@ find_repo() { if echo "${remotes}" | grep git-svn >/dev/null 2>&1; then SC_WANT_CHANGELOG=1 fi - SC_VCS=git-svn + SC_VCS=git else die 'Unable to find any familiar repository type (are you inside the repo?).' fi