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