summaryrefslogtreecommitdiff
path: root/builtin-gc.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-25parse-opts: prepare for OPT_FILENAMELibravatar Stephen Boyd1-1/+2
2009-03-18gc --aggressive: make it really aggressiveLibravatar Johannes Schindelin1-1/+2
2009-02-14gc: make --prune useful again by accepting an optional parameterLibravatar Johannes Schindelin1-7/+12
2009-01-17Move run_hook() from builtin-commit.c into run-command.c (libgit)Libravatar Stephan Beyer1-29/+1
2009-01-01objects to be pruned immediately don't have to be loosenedLibravatar Nicolas Pitre1-2/+6
2008-11-12Merge branch 'bc/maint-keep-pack'Libravatar Junio C Hamano1-11/+1
2008-11-12builtin-gc.c: use new pack_keep bitfield to detect .keep file existenceLibravatar Brandon Casey1-11/+1
2008-09-30Use "git_config_string" to simplify "builtin-gc.c" code where "prune_expire" ...Libravatar David Bryson1-6/+3
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-05-25Merge branch 'js/config-cb'Libravatar Junio C Hamano1-3/+3
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-3/+3
2008-05-11builtin-gc.c: deprecate --prune, it now really has no effectLibravatar Brandon Casey1-2/+1
2008-05-11git-gc: always use -A when manually repackingLibravatar Brandon Casey1-11/+2
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