From: François Pinard Date: Thu, 20 Mar 2008 00:16:06 +0000 (-0400) Subject: Add --auto to git gc X-Git-Tag: v3.7~213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b789031329c776a04884148447a8d8470ead8f6;p=recode Add --auto to git gc --- diff --git a/Makefile.am b/Makefile.am index eb6acf7..d84015c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/Makefile.in b/Makefile.in index 15ea814..828390f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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.