Commit message (Expand) | Author | Age | |
---|---|---|---|
* | 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 |