]> git.phdru.name Git - git-scripts.git/blobdiff - svn/svn2git
Use `git var GIT_EDITOR` to call editor
[git-scripts.git] / svn / svn2git
index dde280f4f77b485960389d3b960100619ddf9e27..5c68c17248f5bad2765fa81eaf128e9cb5c16987 100755 (executable)
@@ -58,4 +58,4 @@ git svn gc &&
 git gc --aggressive &&
 git repack -a -d -f --depth=20 --window=250 &&
 echo "Cloned from $url using git-svn" >.git/description &&
-exec "${VISUAL:-${EDITOR:-vi}}" .git/description
+exec `git var GIT_EDITOR` .git/description