git-migration: pld-git.sh - rewrite all branches and tags

draenog draenog at pld-linux.org
Tue Feb 8 16:33:24 CET 2011


Author: draenog                      Date: Tue Feb  8 15:33:24 2011 GMT
Module: git-migration                 Tag: HEAD
---- Log message:
- rewrite all branches and tags

---- Files affected:
git-migration:
   pld-git.sh (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: git-migration/pld-git.sh
diff -u git-migration/pld-git.sh:1.10 git-migration/pld-git.sh:1.11
--- git-migration/pld-git.sh:1.10	Tue Feb  8 16:05:02 2011
+++ git-migration/pld-git.sh	Tue Feb  8 16:33:19 2011
@@ -152,7 +152,7 @@
 		grep -qF $pkg cvs.blacklist && continue
 
 		cd gitroot/$pkg
-		git filter-branch --msg-filter "$msgconv" --tag-name-filter cat
+		git filter-branch --msg-filter "$msgconv" --tag-name-filter cat -- --all
 		cd ../../
 	done
 }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/git-migration/pld-git.sh?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list