aboutsummaryrefslogtreecommitdiff
path: root/t/t3210-pack-refs.sh
Commit message (Expand)AuthorAge
* packed_ref_store: handle a packed-refs file that is a symlinkMichael Haggerty2017-07-27
* read_packed_refs(): die if `packed-refs` contains bogus dataMichael Haggerty2017-07-03
* t3210: add some tests of bogus packed-refs file contentsMichael Haggerty2017-07-03
* t/t3210-pack-refs.sh: use the $( ... ) construct for command substitutionElia Pinto2015-12-28
* refs: make refs/bisect/* per-worktreeDavid Turner2015-09-01
* Merge branch 'dt/reflog-tests'Junio C Hamano2015-08-12
|\
| * tests: remove some direct access to .git/logsDavid Turner2015-07-28
* | lock_packed_refs(): allow retries when acquiring the packed-refs lockMichael Haggerty2015-05-14
|/
* Merge branch 'jk/faster-name-conflicts'Junio C Hamano2014-09-26
|\
| * refs: speed up is_refname_availableJeff King2014-09-12
* | pack-refs: prune top-level refs like "refs/foo"Jeff King2014-08-25
|/
* repack_without_ref(): silence errors for dangling packed refsMichael Haggerty2013-05-01
* t3210: test for spurious error messages for dangling packed refsMichael Haggerty2013-05-01
* pack-refs: remove newly empty directoriesGreg Price2010-07-07
* tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan2010-05-31
* do not force write of packed refsClemens Buchacher2008-11-05
* tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi2008-09-03
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-13
* Sane use of test_expect_failureJunio C Hamano2008-02-01
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-02
* Fix seriously broken "git pack-refs"Linus Torvalds2007-01-25
* --prune is now default for 'pack-refs'Junio C Hamano2007-01-08
* ref-log: fix D/F conflict coming from deleted refs.Junio C Hamano2006-10-19
* git-pack-refs --allJunio C Hamano2006-10-08
* Remove bashism from t3210-pack-refs.shDennis Stosberg2006-10-06
* Clean up "git-branch.sh" and add remove recursive dir test cases.Christian Couder2006-10-01
* Uncomment test case: git branch c/d should barf if branch c exists.Christian Couder2006-09-27
* Add pack-refs and show-ref test cases.Christian Couder2006-09-27