Age | Commit message (Expand) | Author | Files | Lines |
2017-07-27 | packed_ref_store: handle a packed-refs file that is a symlink | Michael Haggerty | 1 | -0/+15 |
2017-07-03 | read_packed_refs(): die if `packed-refs` contains bogus data | Michael Haggerty | 1 | -3/+3 |
2017-07-03 | t3210: add some tests of bogus packed-refs file contents | Michael Haggerty | 1 | -0/+27 |
2015-12-28 | t/t3210-pack-refs.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -1/+1 |
2015-09-01 | refs: make refs/bisect/* per-worktree | David Turner | 1 | -0/+7 |
2015-08-12 | Merge branch 'dt/reflog-tests' | Junio C Hamano | 1 | -1/+1 |
2015-07-28 | tests: remove some direct access to .git/logs | David Turner | 1 | -1/+1 |
2015-05-14 | lock_packed_refs(): allow retries when acquiring the packed-refs lock | Michael Haggerty | 1 | -0/+17 |
2014-09-26 | Merge branch 'jk/faster-name-conflicts' | Junio C Hamano | 1 | -1/+30 |
2014-09-12 | refs: speed up is_refname_available | Jeff King | 1 | -1/+30 |
2014-08-25 | pack-refs: prune top-level refs like "refs/foo" | Jeff King | 1 | -0/+7 |
2013-05-01 | repack_without_ref(): silence errors for dangling packed refs | Michael Haggerty | 1 | -1/+1 |
2013-05-01 | t3210: test for spurious error messages for dangling packed refs | Michael Haggerty | 1 | -0/+33 |
2010-07-07 | pack-refs: remove newly empty directories | Greg Price | 1 | -0/+6 |
2010-05-31 | tests: use "test_cmp", not "diff", when verifying the result | Gary V. Vaughan | 1 | -4/+4 |
2008-11-05 | do not force write of packed refs | Clemens Buchacher | 1 | -0/+7 |
2008-09-03 | tests: use "git xyzzy" form (t0000 - t3599) | Nanako Shiraishi | 1 | -2/+2 |
2008-07-13 | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 1 | -2/+2 |
2008-02-01 | Sane use of test_expect_failure | Junio C Hamano | 1 | -13/+13 |
2007-07-02 | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 1 | -43/+43 |
2007-01-25 | Fix seriously broken "git pack-refs" | Linus Torvalds | 1 | -0/+9 |
2007-01-08 | --prune is now default for 'pack-refs' | Junio C Hamano | 1 | -1/+1 |
2006-10-19 | ref-log: fix D/F conflict coming from deleted refs. | Junio C Hamano | 1 | -0/+2 |
2006-10-08 | git-pack-refs --all | Junio C Hamano | 1 | -8/+8 |
2006-10-06 | Remove bashism from t3210-pack-refs.sh | Dennis Stosberg | 1 | -1/+1 |
2006-10-01 | Clean up "git-branch.sh" and add remove recursive dir test cases. | Christian Couder | 1 | -0/+27 |
2006-09-27 | Uncomment test case: git branch c/d should barf if branch c exists. | Christian Couder | 1 | -6/+6 |
2006-09-27 | Add pack-refs and show-ref test cases. | Christian Couder | 1 | -0/+70 |