aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-gc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-255/+0
2009-12-03General --quiet improvementsFelipe Contreras1-1/+1
2009-10-21gc --auto --quiet: make the notice a bit less verboaseJunio C Hamano1-4/+7
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+2
2009-03-18gc --aggressive: make it really aggressiveJohannes Schindelin1-1/+2
2009-02-14gc: make --prune useful again by accepting an optional parameterJohannes Schindelin1-7/+12
2009-01-17Move run_hook() from builtin-commit.c into run-command.c (libgit)Stephan Beyer1-29/+1
2009-01-01objects to be pruned immediately don't have to be loosenedNicolas Pitre1-2/+6
2008-11-12Merge branch 'bc/maint-keep-pack'Junio C Hamano1-11/+1
2008-11-12builtin-gc.c: use new pack_keep bitfield to detect .keep file existenceBrandon Casey1-11/+1
2008-09-30Use "git_config_string" to simplify "builtin-gc.c" code where "prune_expire" ...David Bryson1-6/+3
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