]> granicus.if.org Git - recode/commitdiff
Add --auto to git gc
authorFrançois Pinard <pinard@iro.umontreal.ca>
Thu, 20 Mar 2008 00:16:06 +0000 (20:16 -0400)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Thu, 20 Mar 2008 00:16:06 +0000 (20:16 -0400)
Makefile.am
Makefile.in

index eb6acf7fcaed1de0df0a0c02eb8bab02696823a7..d84015c0be1b801ed34574f78a9123085d69b6d8 100644 (file)
@@ -53,8 +53,8 @@ official: publish
        ln -s recode-$(VERSION).tar.gz $(top_srcdir)/web/archives/recode.tar.gz
 
 synchro: local
-       du -s $(top_srcdir)/.git
-       cd $(top_srcdir) && git gc --prune
-       du -s $(top_srcdir)/.git
+       du -s --si $(top_srcdir)/.git
+       cd $(top_srcdir) && git gc --auto --prune
+       du -s --si $(top_srcdir)/.git
        find $(top_srcdir) -name '*~' | xargs rm -fv
        synchro -PD alcyon entretien
index 15ea814af0bdc490dae49e10509bc5d8a4c15ee8..828390ff3fd41e59a9370b67e5ae93ee4aa02723 100644 (file)
@@ -710,9 +710,9 @@ official: publish
        ln -s recode-$(VERSION).tar.gz $(top_srcdir)/web/archives/recode.tar.gz
 
 synchro: local
-       du -s $(top_srcdir)/.git
-       cd $(top_srcdir) && git gc --prune
-       du -s $(top_srcdir)/.git
+       du -s --si $(top_srcdir)/.git
+       cd $(top_srcdir) && git gc --auto --prune
+       du -s --si $(top_srcdir)/.git
        find $(top_srcdir) -name '*~' | xargs rm -fv
        synchro -PD alcyon entretien
 # Tell versions [3.59,3.63) of GNU make to not export all variables.