aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-gc.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano1-3/+3
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-3/+3
2008-05-11builtin-gc.c: deprecate --prune, it now really has no effectBrandon Casey1-2/+1
2008-05-11git-gc: always use -A when manually repackingBrandon Casey1-11/+2
2008-04-09git-gc --auto: add pre-auto-gc hookMiklos Vajna1-0/+31
2008-03-23gc --auto: raise default auto pack limit from 20 to 50Junio C Hamano1-1/+1
2008-03-19builtin-gc.c: allow disabling all auto-gc'ing by assigning 0 to gc.autoBrandon Casey1-3/+3
2008-03-12gc: call "prune --expire 2.weeks.ago" by defaultJohannes Schindelin1-2/+15
2008-03-01gc: Add --quiet optionFrank Lichtenheld1-0/+4
2008-02-11builtin-gc.c: guard config parser from value=NULLMiklos Vajna1-1/+1
2008-01-07slightly better auto gc messageNicolas Pitre1-1/+1
2007-11-05gc: --prune prunes unreferenced objects.Junio C Hamano1-1/+1
2007-11-02gc: use parse_optionsJames Bowes1-22/+22
2007-10-18git-gc: improve wording of --auto notificationJeff King1-3/+3
2007-10-18Add a message explaining that automatic GC is about to startkoreth@midwinter.com1-0/+4
2007-10-15git-gc --auto: simplify "repack" command line buildingBrandon Casey1-7/+1
2007-10-15git-gc: by default use safer "-A" option to repack when not --prune'ingBrandon Casey1-1/+11
2007-09-17git-gc --auto: run "repack -A -d -l" as necessary.Junio C Hamano1-6/+54
2007-09-17git-gc --auto: restructure the way "repack" command line is built.Junio C Hamano1-5/+10
2007-09-17git-gc --auto: protect ourselves from accumulated cruftJunio C Hamano1-8/+17
2007-09-17git-gc --auto: move threshold check to need_to_gc() function.Junio C Hamano1-2/+7
2007-09-06Implement git gc --autoJunio C Hamano1-1/+63
2007-07-14Make every builtin-*.c file #include "builtin.h"Peter Hagervall1-0/+1
2007-05-24Make "git gc" pack all refs by defaultLinus Torvalds1-2/+2
2007-05-10Add --aggressive option to 'git gc'Theodore Tso1-2/+30
2007-03-17Make gc a builtin.James Bowes1-0/+78