git-migration: pld-git.sh - common debug

glen glen at pld-linux.org
Wed Feb 9 18:24:28 CET 2011


Author: glen                         Date: Wed Feb  9 17:24:28 2011 GMT
Module: git-migration                 Tag: HEAD
---- Log message:
- common debug

---- Files affected:
git-migration:
   pld-git.sh (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: git-migration/pld-git.sh
diff -u git-migration/pld-git.sh:1.14 git-migration/pld-git.sh:1.15
--- git-migration/pld-git.sh:1.14	Wed Feb  9 11:09:07 2011
+++ git-migration/pld-git.sh	Wed Feb  9 18:24:23 2011
@@ -131,8 +131,6 @@
 		# faster startup, skip existing ones for now
 #		test -d git-import/$pkg && continue
 
-		# commits are mixed latin2 and utf8, do not force neither.
-		# -c i18n.commitencoding=iso8859-2
 		git cvsimport -d $CVSROOT -C git-import/$pkg -R -A cvs.users packages/$pkg || {
 			rm -rf git-import/$pkg
 			echo $pkg >> cvs.blacklist
@@ -144,6 +142,7 @@
 # rewrite commit logs
 # historically old commits were in latin2, detect those and convert to utf8
 git_rewrite_commitlogs() {
+	set -$d
 	local msgconv=$(pwd)/msgconv.sh
 
 	cvs_pkgs
================================================================

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



More information about the pld-cvs-commit mailing list