From: Oleg Broytman Date: Wed, 24 Dec 2014 16:31:30 +0000 (+0300) Subject: Change wording X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=ea428ed4a72a5ee839abf6f84aeaf4e72bcf20ce;p=git-scripts.git Change wording --- diff --git a/svn/svn2git b/svn/svn2git index d5853da..6ca904c 100755 --- a/svn/svn2git +++ b/svn/svn2git @@ -27,7 +27,7 @@ fi git svn clone "$url" --authors-file=authors.txt --prefix=svn/ --stdlayout "$dir" && cd "$dir" && -# Convert tags and branches +# Convert branches and tags # See http://blog.jessitron.com/2013/08/converting-from-svn-to-git.html