summaryrefslogtreecommitdiff
path: root/t/t3210-pack-refs.sh
AgeCommit message (Expand)Author
2017-07-27packed_ref_store: handle a packed-refs file that is a symlinkMichael Haggerty
2017-07-03read_packed_refs(): die if `packed-refs` contains bogus dataMichael Haggerty
2017-07-03t3210: add some tests of bogus packed-refs file contentsMichael Haggerty
2015-12-28t/t3210-pack-refs.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-09-01refs: make refs/bisect/* per-worktreeDavid Turner
2015-08-12Merge branch 'dt/reflog-tests'Junio C Hamano
2015-07-28tests: remove some direct access to .git/logsDavid Turner
2015-05-14lock_packed_refs(): allow retries when acquiring the packed-refs lockMichael Haggerty
2014-09-26Merge branch 'jk/faster-name-conflicts'Junio C Hamano
2014-09-12refs: speed up is_refname_availableJeff King
2014-08-25pack-refs: prune top-level refs like "refs/foo"Jeff King
2013-05-01repack_without_ref(): silence errors for dangling packed refsMichael Haggerty
2013-05-01t3210: test for spurious error messages for dangling packed refsMichael Haggerty
2010-07-07pack-refs: remove newly empty directoriesGreg Price
2010-05-31tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan
2008-11-05do not force write of packed refsClemens Buchacher
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-02-02Sane use of test_expect_failureJunio C Hamano
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-01-26Fix seriously broken "git pack-refs"Linus Torvalds
2007-01-08--prune is now default for 'pack-refs'Junio C Hamano
2006-10-19ref-log: fix D/F conflict coming from deleted refs.Junio C Hamano
2006-10-08git-pack-refs --allJunio C Hamano
2006-10-06Remove bashism from t3210-pack-refs.shDennis Stosberg
2006-10-01Clean up "git-branch.sh" and add remove recursive dir test cases.Christian Couder
2006-09-28Uncomment test case: git branch c/d should barf if branch c exists.Christian Couder
2006-09-28Add pack-refs and show-ref test cases.Christian Couder