[Pkg-ocaml-maint-commits] r5330 - /trunk/tools/svn2git/svn2git_alioth

zack at users.alioth.debian.org zack at users.alioth.debian.org
Tue Mar 18 10:38:37 UTC 2008


Author: zack
Date: Tue Mar 18 10:38:37 2008
New Revision: 5330

URL: http://svn.debian.org/wsvn/?sc=1&rev=5330
Log:
filter out tarballs from all branches

Modified:
    trunk/tools/svn2git/svn2git_alioth

Modified: trunk/tools/svn2git/svn2git_alioth
URL: http://svn.debian.org/wsvn/trunk/tools/svn2git/svn2git_alioth?rev=5330&op=diff
==============================================================================
--- trunk/tools/svn2git/svn2git_alioth (original)
+++ trunk/tools/svn2git/svn2git_alioth Tue Mar 18 10:38:37 2008
@@ -102,7 +102,7 @@
 rm_tarballs () {
   info " remove .tar.gz tarballs from git history"
   (cd "$DESTDIR"
-  git filter-branch --tree-filter "find . -name \"$TGZ_PATTERN\" -exec rm {} \;" HEAD
+  git filter-branch --tree-filter "find . -name \"$TGZ_PATTERN\" -exec rm {} \;" -- --all
   git reset --hard
   rm -rf .git/refs/original/
   git reflog expire --all --expire-unreachable=0)




More information about the Pkg-ocaml-maint-commits mailing list