summaryrefslogtreecommitdiff
path: root/builtin-gc.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-09git-gc --auto: add pre-auto-gc hookLibravatar Miklos Vajna1-0/+31
2008-03-23gc --auto: raise default auto pack limit from 20 to 50Libravatar Junio C Hamano1-1/+1
2008-03-19builtin-gc.c: allow disabling all auto-gc'ing by assigning 0 to gc.autoLibravatar Brandon Casey1-3/+3
2008-03-12gc: call "prune --expire 2.weeks.ago" by defaultLibravatar Johannes Schindelin1-2/+15
2008-03-01gc: Add --quiet optionLibravatar Frank Lichtenheld1-0/+4
2008-02-11builtin-gc.c: guard config parser from value=NULLLibravatar Miklos Vajna1-1/+1
2008-01-07slightly better auto gc messageLibravatar Nicolas Pitre1-1/+1
2007-11-05gc: --prune prunes unreferenced objects.Libravatar Junio C Hamano1-1/+1
2007-11-02gc: use parse_optionsLibravatar James Bowes1-22/+22
2007-10-18git-gc: improve wording of --auto notificationLibravatar Jeff King1-3/+3
2007-10-18Add a message explaining that automatic GC is about to startLibravatar koreth@midwinter.com1-0/+4
2007-10-15git-gc --auto: simplify "repack" command line buildingLibravatar Brandon Casey1-7/+1
2007-10-15git-gc: by default use safer "-A" option to repack when not --prune'ingLibravatar Brandon Casey1-1/+11
2007-09-17git-gc --auto: run "repack -A -d -l" as necessary.Libravatar Junio C Hamano1-6/+54
2007-09-17git-gc --auto: restructure the way "repack" command line is built.Libravatar Junio C Hamano1-5/+10
2007-09-17git-gc --auto: protect ourselves from accumulated cruftLibravatar Junio C Hamano1-8/+17
2007-09-17git-gc --auto: move threshold check to need_to_gc() function.Libravatar Junio C Hamano1-2/+7
2007-09-06Implement git gc --autoLibravatar Junio C Hamano1-1/+63
2007-07-14Make every builtin-*.c file #include "builtin.h"Libravatar Peter Hagervall1-0/+1
2007-05-24Make "git gc" pack all refs by defaultLibravatar Linus Torvalds1-2/+2
2007-05-10Add --aggressive option to 'git gc'Libravatar Theodore Tso1-2/+30
2007-03-17Make gc a builtin.Libravatar James Bowes1-0/+78