X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=svn%2Fsvn2git;h=f8ae407835d2aa637d025312b6558ff6c1007ae3;hb=38b26e6bbb22cc7dd8fae8076279311596005bd5;hp=dde280f4f77b485960389d3b960100619ddf9e27;hpb=dd5f99a8311bfaa7dea3d33048137e00a7d25831;p=git-scripts.git diff --git a/svn/svn2git b/svn/svn2git index dde280f..f8ae407 100755 --- a/svn/svn2git +++ b/svn/svn2git @@ -56,6 +56,5 @@ git config --local --path svn.authorsfile .git/info/authors.txt 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