summaryrefslogtreecommitdiff
path: root/builtin/gc.c
AgeCommit message (Expand)Author
2014-03-18commit: fix patch hunk editing with "commit -p -m"Benoit Pierre
2014-03-05Merge branch 'nd/daemonize-gc'Junio C Hamano
2014-02-27Merge branch 'ep/varscope'Junio C Hamano
2014-02-10gc: config option for running --auto in backgroundNguyễn Thái Ngọc Duy
2014-01-31builtin/gc.c: reduce scope of variablesElia Pinto
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano
2014-01-03gc: notice gc processes run by other usersKyle J. McKay
2013-12-11prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy
2013-10-30Merge branch 'nd/gc-lock-against-each-other'Junio C Hamano
2013-10-18gc: remove gc.pid file at end of executionJonathan Nieder
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano
2013-08-09gc: reject if another gc is running, unless --force is givenNguyễn Thái Ngọc Duy
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2012-09-28silence git gc --auto --quiet outputTobias Ulmer
2012-08-20i18n: gc: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-04-18gc: use argv-array for sub-commandsJeff King
2012-04-11gc: do not explode objects which will be immediately prunedJeff King
2011-11-08prune: handle --progress/no-progressJeff King
2011-06-19builtin/gc.c: add missing newline in messageAndreas Schwab
2011-03-10i18n: git-gc "Auto packing the repository" messageÆvar Arnfjörð Bjarmason
2011-03-10i18n: git-gc basic messagesÆvar Arnfjörð Bjarmason
2010-12-13Merge branch 'jn/git-cmd-h-bypass-setup'Junio C Hamano
2010-11-15Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder
2010-11-15add description parameter to OPT__QUIETRené Scharfe
2010-10-22gc -h: show usage even with broken configurationNguyễn Thái Ngọc Duy
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds