summaryrefslogtreecommitdiff
path: root/builtin/gc.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17Merge branch 'nd/shallow-clone'Libravatar Junio C Hamano1-0/+1
2014-01-02gc: notice gc processes run by other usersLibravatar Kyle J. McKay1-1/+1
2013-12-10prune: clean .git/shallow after pruning objectsLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2013-10-30Merge branch 'nd/gc-lock-against-each-other'Libravatar Junio C Hamano1-0/+24
2013-10-18gc: remove gc.pid file at end of executionLibravatar Jonathan Nieder1-0/+24
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Libravatar Junio C Hamano1-2/+2
2013-08-09gc: reject if another gc is running, unless --force is givenLibravatar Nguyễn Thái Ngọc Duy1-0/+67
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLLibravatar Stefan Beller1-2/+2
2012-09-27silence git gc --auto --quiet outputLibravatar Tobias Ulmer1-3/+1
2012-08-20i18n: gc: mark parseopt strings for translationLibravatar Nguyễn Thái Ngọc Duy1-6/+6
2012-04-18gc: use argv-array for sub-commandsLibravatar Jeff King1-45/+33
2012-04-11gc: do not explode objects which will be immediately prunedLibravatar Jeff King1-8/+15
2011-11-07prune: handle --progress/no-progressLibravatar Jeff King1-1/+3
2011-06-19builtin/gc.c: add missing newline in messageLibravatar Andreas Schwab1-1/+1
2011-03-09i18n: git-gc "Auto packing the repository" messageLibravatar Ævar Arnfjörð Bjarmason1-7/+7
2011-03-09i18n: git-gc basic messagesLibravatar Ævar Arnfjörð Bjarmason1-5/+5
2010-12-12Merge branch 'jn/git-cmd-h-bypass-setup'Libravatar Junio C Hamano1-0/+3
2010-11-15Describe various forms of "be quiet" using OPT__QUIETLibravatar Jonathan Nieder1-1/+1
2010-11-15add description parameter to OPT__QUIETLibravatar René Scharfe1-1/+1
2010-10-22gc -h: show usage even with broken configurationLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-0/+255