| Commit message (Expand) | Author | Age |
* | gc: make --prune useful again by accepting an optional parameter | Johannes Schindelin | 2009-02-14 |
* | Move run_hook() from builtin-commit.c into run-command.c (libgit) | Stephan Beyer | 2009-01-17 |
* | objects to be pruned immediately don't have to be loosened | Nicolas Pitre | 2009-01-01 |
* | Merge branch 'bc/maint-keep-pack' | Junio C Hamano | 2008-11-12 |
|\ |
|
| * | builtin-gc.c: use new pack_keep bitfield to detect .keep file existence | Brandon Casey | 2008-11-12 |
* | | Use "git_config_string" to simplify "builtin-gc.c" code where "prune_expire" ... | David Bryson | 2008-09-30 |
|/ |
|
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 |
* | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 2008-05-25 |
|\ |
|
| * | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 |
* | | builtin-gc.c: deprecate --prune, it now really has no effect | Brandon Casey | 2008-05-11 |
* | | git-gc: always use -A when manually repacking | Brandon Casey | 2008-05-11 |
|/ |
|
* | git-gc --auto: add pre-auto-gc hook | Miklos Vajna | 2008-04-09 |
* | gc --auto: raise default auto pack limit from 20 to 50 | Junio C Hamano | 2008-03-23 |
* | builtin-gc.c: allow disabling all auto-gc'ing by assigning 0 to gc.auto | Brandon Casey | 2008-03-19 |
* | gc: call "prune --expire 2.weeks.ago" by default | Johannes Schindelin | 2008-03-12 |
* | gc: Add --quiet option | Frank Lichtenheld | 2008-03-01 |
* | builtin-gc.c: guard config parser from value=NULL | Miklos Vajna | 2008-02-11 |
* | slightly better auto gc message | Nicolas Pitre | 2008-01-07 |
* | gc: --prune prunes unreferenced objects. | Junio C Hamano | 2007-11-05 |
* | gc: use parse_options | James Bowes | 2007-11-02 |
* | git-gc: improve wording of --auto notification | Jeff King | 2007-10-18 |
* | Add a message explaining that automatic GC is about to start | koreth@midwinter.com | 2007-10-18 |
* | git-gc --auto: simplify "repack" command line building | Brandon Casey | 2007-10-15 |
* | git-gc: by default use safer "-A" option to repack when not --prune'ing | Brandon Casey | 2007-10-15 |
* | git-gc --auto: run "repack -A -d -l" as necessary. | Junio C Hamano | 2007-09-17 |
* | git-gc --auto: restructure the way "repack" command line is built. | Junio C Hamano | 2007-09-17 |
* | git-gc --auto: protect ourselves from accumulated cruft | Junio C Hamano | 2007-09-17 |
* | git-gc --auto: move threshold check to need_to_gc() function. | Junio C Hamano | 2007-09-17 |
* | Implement git gc --auto | Junio C Hamano | 2007-09-06 |
* | Make every builtin-*.c file #include "builtin.h" | Peter Hagervall | 2007-07-14 |
* | Make "git gc" pack all refs by default | Linus Torvalds | 2007-05-24 |
* | Add --aggressive option to 'git gc' | Theodore Tso | 2007-05-10 |
* | Make gc a builtin. | James Bowes | 2007-03-17 |