X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=svn%2Fsvn2git;h=ab89784f4803ee4c4427a7d22022cf82d226d65c;hb=b3a97851e17d472c9bbb3e738647569c655cf6ea;hp=f8ae407835d2aa637d025312b6558ff6c1007ae3;hpb=d3d0ca2212b1d89edcfecd4c2808522de129512e;p=git-scripts.git diff --git a/svn/svn2git b/svn/svn2git index f8ae407..ab89784 100755 --- a/svn/svn2git +++ b/svn/svn2git @@ -29,7 +29,7 @@ cd "$dir" && # Convert branches and tags -# See http://blog.jessitron.com/2013/08/converting-from-svn-to-git.html +# See https://jessitron.com/2013/08/17/converting-from-svn-to-git/ git for-each-ref --format="%(refname:short)" refs/remotes/svn | sed 's#svn/##' | grep -v '^tags' |