Author: draenog                      Date: Thu May 12 19:32:52 2011 GMT
Module: git-migration                 Tag: HEAD
---- Log message:
- more efficient compression of git repo

---- Files affected:
git-migration:
   pld-git.sh (1.37 -> 1.38) 

---- Diffs:

================================================================
Index: git-migration/pld-git.sh
diff -u git-migration/pld-git.sh:1.37 git-migration/pld-git.sh:1.38
--- git-migration/pld-git.sh:1.37       Tue Mar 29 16:36:22 2011
+++ git-migration/pld-git.sh    Thu May 12 21:32:46 2011
@@ -139,7 +139,7 @@
                # add origin remote
                git remote add origin [email protected]:pld-linux/$pkg.git
                # do some space
-               git repack -a -d
+               git repack -a -d -f -F --window=250 --depth=250
                > $GIT_DIR/description
                rm -f $GIT_DIR/hooks/*
 
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to