summaryrefslogtreecommitdiff
path: root/t/t3210-pack-refs.sh
Commit message (Expand)AuthorAgeFilesLines
* tests: mark tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason2023-02-061-0/+1
* t: use portable wrapper for readlink(1)Jeff King2021-06-191-1/+1
* t3[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-3/+3
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* Fix spelling errors in test commandsElijah Newren2019-11-101-1/+1
* Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-3/+3
|\
| * tests: use 'test_must_be_empty' instead of 'test_cmp /dev/null <out>'SZEDER Gábor2018-08-211-3/+3
* | Merge branch 'nd/i18n'Junio C Hamano2018-08-151-1/+1
|\ \
| * | refs.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-1/+1
| |/
* | t3000-t3999: fix broken &&-chainsEric Sunshine2018-07-161-2/+2
|/
* packed_ref_store: handle a packed-refs file that is a symlinkMichael Haggerty2017-07-271-0/+15
* read_packed_refs(): die if `packed-refs` contains bogus dataMichael Haggerty2017-07-031-3/+3
* t3210: add some tests of bogus packed-refs file contentsMichael Haggerty2017-07-031-0/+27
* t/t3210-pack-refs.sh: use the $( ... ) construct for command substitutionElia Pinto2015-12-281-1/+1
* refs: make refs/bisect/* per-worktreedt/refs-bisectionDavid Turner2015-09-011-0/+7
* Merge branch 'dt/reflog-tests'Junio C Hamano2015-08-121-1/+1
|\
| * tests: remove some direct access to .git/logsdt/reflog-testsDavid Turner2015-07-281-1/+1
* | lock_packed_refs(): allow retries when acquiring the packed-refs lockmh/lockfile-retryMichael Haggerty2015-05-141-0/+17
|/
* Merge branch 'jk/faster-name-conflicts'Junio C Hamano2014-09-261-1/+30
|\
| * refs: speed up is_refname_availablejk/faster-name-conflictsJeff King2014-09-121-1/+30
* | pack-refs: prune top-level refs like "refs/foo"jk/prune-top-level-refs-after-packingJeff King2014-08-251-0/+7
|/
* repack_without_ref(): silence errors for dangling packed refsMichael Haggerty2013-05-011-1/+1
* t3210: test for spurious error messages for dangling packed refsMichael Haggerty2013-05-011-0/+33
* pack-refs: remove newly empty directoriesGreg Price2010-07-071-0/+6
* tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan2010-05-311-4/+4
* do not force write of packed refsClemens Buchacher2008-11-051-0/+7
* tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi2008-09-031-2/+2
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-2/+2
* Sane use of test_expect_failureJunio C Hamano2008-02-011-13/+13
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-43/+43
* Fix seriously broken "git pack-refs"Linus Torvalds2007-01-251-0/+9
* --prune is now default for 'pack-refs'Junio C Hamano2007-01-081-1/+1
* ref-log: fix D/F conflict coming from deleted refs.Junio C Hamano2006-10-191-0/+2
* git-pack-refs --allJunio C Hamano2006-10-081-8/+8
* Remove bashism from t3210-pack-refs.shDennis Stosberg2006-10-061-1/+1
* Clean up "git-branch.sh" and add remove recursive dir test cases.Christian Couder2006-10-011-0/+27
* Uncomment test case: git branch c/d should barf if branch c exists.Christian Couder2006-09-271-6/+6
* Add pack-refs and show-ref test cases.Christian Couder2006-09-271-0/+70