summaryrefslogtreecommitdiff
path: root/builtin-gc.c
AgeCommit message (Expand)Author
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-03-19gc --aggressive: make it really aggressiveJohannes Schindelin
2009-02-15gc: make --prune useful again by accepting an optional parameterJohannes Schindelin
2009-01-18Move run_hook() from builtin-commit.c into run-command.c (libgit)Stephan Beyer
2009-01-01objects to be pruned immediately don't have to be loosenedNicolas Pitre
2008-11-13Merge branch 'bc/maint-keep-pack'Junio C Hamano
2008-11-12builtin-gc.c: use new pack_keep bitfield to detect .keep file existenceBrandon Casey
2008-09-30Use "git_config_string" to simplify "builtin-gc.c" code where "prune_expire" ...David Bryson
2008-07-13Make usage strings dash-lessStephan Beyer
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-05-11builtin-gc.c: deprecate --prune, it now really has no effectBrandon Casey
2008-05-11git-gc: always use -A when manually repackingBrandon Casey
2008-04-09git-gc --auto: add pre-auto-gc hookMiklos Vajna
2008-03-23gc --auto: raise default auto pack limit from 20 to 50Junio C Hamano
2008-03-20builtin-gc.c: allow disabling all auto-gc'ing by assigning 0 to gc.autoBrandon Casey
2008-03-13gc: call "prune --expire 2.weeks.ago" by defaultJohannes Schindelin
2008-03-01gc: Add --quiet optionFrank Lichtenheld
2008-02-11builtin-gc.c: guard config parser from value=NULLMiklos Vajna
2008-01-07slightly better auto gc messageNicolas Pitre
2007-11-06gc: --prune prunes unreferenced objects.Junio C Hamano
2007-11-02gc: use parse_optionsJames Bowes
2007-10-19git-gc: improve wording of --auto notificationJeff King
2007-10-18Add a message explaining that automatic GC is about to startkoreth@midwinter.com
2007-10-16git-gc --auto: simplify "repack" command line buildingBrandon Casey
2007-10-16git-gc: by default use safer "-A" option to repack when not --prune'ingBrandon Casey
2007-09-18git-gc --auto: run "repack -A -d -l" as necessary.Junio C Hamano
2007-09-18git-gc --auto: restructure the way "repack" command line is built.Junio C Hamano
2007-09-18git-gc --auto: protect ourselves from accumulated cruftJunio C Hamano
2007-09-18git-gc --auto: move threshold check to need_to_gc() function.Junio C Hamano
2007-09-06Implement git gc --autoJunio C Hamano
2007-07-15Make every builtin-*.c file #include "builtin.h"Peter Hagervall
2007-05-25Make "git gc" pack all refs by defaultLinus Torvalds
2007-05-10Add --aggressive option to 'git gc'Theodore Tso
2007-03-17Make gc a builtin.James Bowes