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