summaryrefslogtreecommitdiff
path: root/t/t3210-pack-refs.sh
AgeCommit message (Expand)AuthorFilesLines
2021-06-19t: use portable wrapper for readlink(1)Libravatar Jeff King1-1/+1
2020-11-19t3[0-3]*: adjust the references to the default branch name "main"Libravatar Johannes Schindelin1-3/+3
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Libravatar Johannes Schindelin1-0/+3
2019-11-10Fix spelling errors in test commandsLibravatar Elijah Newren1-1/+1
2018-08-27Merge branch 'sg/test-must-be-empty'Libravatar Junio C Hamano1-3/+3
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp /dev/null <out>'Libravatar SZEDER Gábor1-3/+3
2018-08-15Merge branch 'nd/i18n'Libravatar Junio C Hamano1-1/+1
2018-07-23refs.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-07-16t3000-t3999: fix broken &&-chainsLibravatar Eric Sunshine1-2/+2
2017-07-27packed_ref_store: handle a packed-refs file that is a symlinkLibravatar Michael Haggerty1-0/+15
2017-07-03read_packed_refs(): die if `packed-refs` contains bogus dataLibravatar Michael Haggerty1-3/+3
2017-07-03t3210: add some tests of bogus packed-refs file contentsLibravatar Michael Haggerty1-0/+27
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