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