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