Age | Commit message (Expand) | Author | Files | Lines |
2019-04-19 | t5304: add a test for pruning with bitmaps | Jeff King | 1 | -0/+8 |
2019-02-14 | t5304: rename "sha1" variables to "oid" | Jeff King | 1 | -12/+12 |
2019-02-14 | prune: lazily perform reachability traversal | Jeff King | 1 | -0/+12 |
2018-08-21 | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>' | SZEDER Gábor | 1 | -2/+1 |
2018-05-08 | Merge branch 'jc/parseopt-expiry-errors' | Junio C Hamano | 1 | -0/+10 |
2018-04-23 | parseopt: handle malformed --expire arguments more nicely | Junio C Hamano | 1 | -0/+10 |
2018-03-27 | t/helper: merge test-chmtime into test-tool | Nguyễn Thái Ngọc Duy | 1 | -8/+8 |
2017-08-24 | revision.c: --reflog add HEAD reflog from all worktrees | Nguyễn Thái Ngọc Duy | 1 | -0/+16 |
2017-08-24 | revision.c: --all adds HEAD from all worktrees | Nguyễn Thái Ngọc Duy | 1 | -0/+12 |
2017-08-24 | revision.c: --indexed-objects add objects from all worktrees | Nguyễn Thái Ngọc Duy | 1 | -0/+9 |
2015-12-28 | t/t5304-prune.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -1/+1 |
2015-11-04 | gc: remove garbage .idx files from pack dir | Doug Kelly | 1 | -1/+1 |
2015-11-04 | t5304: test cleaning pack garbage | Doug Kelly | 1 | -0/+21 |
2015-06-22 | for_each_packed_object: automatically open pack index | Jeff King | 1 | -0/+1 |
2015-02-09 | sha1_file: fix iterating loose alternate objects | Jonathon Mah | 1 | -0/+8 |
2014-10-13 | t5304: use helper to report failure of "test foo = bar" | Jeff King | 1 | -8/+8 |
2014-10-13 | t5304: use test_path_is_* instead of "test -f" | Jeff King | 1 | -23/+23 |
2014-09-03 | reachable.c: add HEAD to reachability starting commits | Max Kirillov | 1 | -0/+22 |
2014-03-31 | code and test: fix misuses of "nor" | Justin Lebar | 1 | -1/+1 |
2013-12-10 | prune: clean .git/shallow after pruning objects | Nguyễn Thái Ngọc Duy | 1 | -0/+10 |
2013-02-15 | count-objects: report garbage files in pack directory too | Nguyễn Thái Ngọc Duy | 1 | -0/+26 |
2011-04-14 | t3306,t5304: avoid clock skew issues | Michael J Gruber | 1 | -1/+2 |
2010-02-28 | prune: honor --expire=never | Adam Simpkins | 1 | -0/+32 |
2009-09-13 | test local clone by copying | Clemens Buchacher | 1 | -21/+33 |
2009-02-14 | gc: make --prune useful again by accepting an optional parameter | Johannes Schindelin | 1 | -0/+38 |
2008-08-13 | t5304-prune: adjust file mtime based on system time rather than file mtime | Brandon Casey | 1 | -4/+4 |
2008-07-04 | Fix executable bits in t/ scripts | Junio C Hamano | 1 | -0/+0 |
2008-03-27 | builtin-prune: protect objects listed on the command line | Junio C Hamano | 1 | -1/+1 |
2008-03-27 | Add tests for git-prune | Michele Ballabio | 1 | -0/+34 |
2008-03-12 | gc: call "prune --expire 2.weeks.ago" by default | Johannes Schindelin | 1 | -0/+49 |
2008-02-11 | Make git prune remove temporary packs that look like write failures | David Steven Tweed | 1 | -0/+32 |