summaryrefslogtreecommitdiff
path: root/builtin-gc.c
Commit message (Expand)AuthorAgeFilesLines
* gc --auto --quiet: make the notice a bit less verboaseJunio C Hamano2009-10-211-4/+7
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+2
* gc --aggressive: make it really aggressiveJohannes Schindelin2009-03-181-1/+2
* gc: make --prune useful again by accepting an optional parameterJohannes Schindelin2009-02-141-7/+12
* Move run_hook() from builtin-commit.c into run-command.c (libgit)Stephan Beyer2009-01-171-29/+1
* objects to be pruned immediately don't have to be loosenedNicolas Pitre2009-01-011-2/+6
* Merge branch 'bc/maint-keep-pack'Junio C Hamano2008-11-121-11/+1
|\
| * builtin-gc.c: use new pack_keep bitfield to detect .keep file existenceBrandon Casey2008-11-121-11/+1
* | Use "git_config_string" to simplify "builtin-gc.c" code where "prune_expire" ...David Bryson2008-09-301-6/+3
|/
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-251-3/+3
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-3/+3
* | builtin-gc.c: deprecate --prune, it now really has no effectBrandon Casey2008-05-111-2/+1
* | git-gc: always use -A when manually repackingBrandon Casey2008-05-111-11/+2
|/
* git-gc --auto: add pre-auto-gc hookMiklos Vajna2008-04-091-0/+31
* gc --auto: raise default auto pack limit from 20 to 50Junio C Hamano2008-03-231-1/+1
* builtin-gc.c: allow disabling all auto-gc'ing by assigning 0 to gc.autoBrandon Casey2008-03-191-3/+3
* gc: call "prune --expire 2.weeks.ago" by defaultJohannes Schindelin2008-03-121-2/+15
* gc: Add --quiet optionFrank Lichtenheld2008-03-011-0/+4
* builtin-gc.c: guard config parser from value=NULLMiklos Vajna2008-02-111-1/+1
* slightly better auto gc messageNicolas Pitre2008-01-071-1/+1
* gc: --prune prunes unreferenced objects.Junio C Hamano2007-11-051-1/+1
* gc: use parse_optionsJames Bowes2007-11-021-22/+22
* git-gc: improve wording of --auto notificationJeff King2007-10-181-3/+3
* Add a message explaining that automatic GC is about to startkoreth@midwinter.com2007-10-181-0/+4
* git-gc --auto: simplify "repack" command line buildingBrandon Casey2007-10-151-7/+1
* git-gc: by default use safer "-A" option to repack when not --prune'ingBrandon Casey2007-10-151-1/+11
* git-gc --auto: run "repack -A -d -l" as necessary.Junio C Hamano2007-09-171-6/+54
* git-gc --auto: restructure the way "repack" command line is built.Junio C Hamano2007-09-171-5/+10
* git-gc --auto: protect ourselves from accumulated cruftJunio C Hamano2007-09-171-8/+17
* git-gc --auto: move threshold check to need_to_gc() function.Junio C Hamano2007-09-171-2/+7
* Implement git gc --autoJunio C Hamano2007-09-061-1/+63
* Make every builtin-*.c file #include "builtin.h"Peter Hagervall2007-07-141-0/+1
* Make "git gc" pack all refs by defaultLinus Torvalds2007-05-241-2/+2
* Add --aggressive option to 'git gc'Theodore Tso2007-05-101-2/+30
* Make gc a builtin.James Bowes2007-03-171-0/+78