git-migration: pld-git.sh - name unlabeled branches as "deadbranch-x.y.z", ...

glen glen at pld-linux.org
Thu Mar 17 08:57:42 CET 2011


Author: glen                         Date: Thu Mar 17 07:57:42 2011 GMT
Module: git-migration                 Tag: HEAD
---- Log message:
- name unlabeled  branches as "deadbranch-x.y.z", better understanding than "cvs"

---- Files affected:
git-migration:
   pld-git.sh (1.33 -> 1.34) 

---- Diffs:

================================================================
Index: git-migration/pld-git.sh
diff -u git-migration/pld-git.sh:1.33 git-migration/pld-git.sh:1.34
--- git-migration/pld-git.sh:1.33	Thu Mar 17 08:55:01 2011
+++ git-migration/pld-git.sh	Thu Mar 17 08:57:37 2011
@@ -126,7 +126,7 @@
 		}
 		git fast-import --export-marks=cvs2svn-tmp/cvs2git.marks < cvs2svn-tmp/git-blob.dat
 		git fast-import --import-marks=cvs2svn-tmp/cvs2git.marks < cvs2svn-tmp/git-dump.dat
-		./cvs2git_fixes.sh cvs
+		./cvs2git_fixes.sh deadbranch
 
 		# make final changes to converted repos by git-filter-branch
 		git filter-branch --tree-filter ". $tree_filter" -- --all
================================================================

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



More information about the pld-cvs-commit mailing list