git-migration: pld-git.sh - move tags to new refs

draenog draenog at pld-linux.org
Tue Feb 8 16:05:07 CET 2011


Author: draenog                      Date: Tue Feb  8 15:05:07 2011 GMT
Module: git-migration                 Tag: HEAD
---- Log message:
- move tags to new refs

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

---- Diffs:

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

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



More information about the pld-cvs-commit mailing list