X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=svn%2Fsvn2git;h=5c68c17248f5bad2765fa81eaf128e9cb5c16987;hb=7f923927d1c434b0ea0853bfeea5ff5ef3fc08fe;hp=dde280f4f77b485960389d3b960100619ddf9e27;hpb=dd5f99a8311bfaa7dea3d33048137e00a7d25831;p=git-scripts.git diff --git a/svn/svn2git b/svn/svn2git index dde280f..5c68c17 100755 --- a/svn/svn2git +++ b/svn/svn2git @@ -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