summaryrefslogtreecommitdiff
path: root/t/t3210-pack-refs.sh
AgeCommit message (Expand)AuthorFilesLines
2015-12-28t/t3210-pack-refs.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2015-09-01refs: make refs/bisect/* per-worktreeLibravatar David Turner1-0/+7
2015-08-12Merge branch 'dt/reflog-tests'Libravatar Junio C Hamano1-1/+1
2015-07-28tests: remove some direct access to .git/logsLibravatar David Turner1-1/+1
2015-05-14lock_packed_refs(): allow retries when acquiring the packed-refs lockLibravatar Michael Haggerty1-0/+17
2014-09-26Merge branch 'jk/faster-name-conflicts'Libravatar Junio C Hamano1-1/+30
2014-09-12refs: speed up is_refname_availableLibravatar Jeff King1-1/+30
2014-08-25pack-refs: prune top-level refs like "refs/foo"Libravatar Jeff King1-0/+7
2013-05-01repack_without_ref(): silence errors for dangling packed refsLibravatar Michael Haggerty1-1/+1
2013-05-01t3210: test for spurious error messages for dangling packed refsLibravatar Michael Haggerty1-0/+33
2010-07-07pack-refs: remove newly empty directoriesLibravatar Greg Price1-0/+6
2010-05-31tests: use "test_cmp", not "diff", when verifying the resultLibravatar Gary V. Vaughan1-4/+4
2008-11-05do not force write of packed refsLibravatar Clemens Buchacher1-0/+7
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Libravatar Nanako Shiraishi1-2/+2
2008-07-13t/: Use "test_must_fail git" instead of "! git"Libravatar Stephan Beyer1-2/+2
2008-02-01Sane use of test_expect_failureLibravatar Junio C Hamano1-13/+13
2007-07-02Rewrite "git-frotz" to "git frotz"Libravatar Junio C Hamano1-43/+43
2007-01-25Fix seriously broken "git pack-refs"Libravatar Linus Torvalds1-0/+9
2007-01-08--prune is now default for 'pack-refs'Libravatar Junio C Hamano1-1/+1
2006-10-19ref-log: fix D/F conflict coming from deleted refs.Libravatar Junio C Hamano1-0/+2
2006-10-08git-pack-refs --allLibravatar Junio C Hamano1-8/+8
2006-10-06Remove bashism from t3210-pack-refs.shLibravatar Dennis Stosberg1-1/+1
2006-10-01Clean up "git-branch.sh" and add remove recursive dir test cases.Libravatar Christian Couder1-0/+27
2006-09-27Uncomment test case: git branch c/d should barf if branch c exists.Libravatar Christian Couder1-6/+6
2006-09-27Add pack-refs and show-ref test cases.Libravatar Christian Couder1-0/+70