summaryrefslogtreecommitdiff
path: root/t/t1408-packed-refs.sh
Commit message (Collapse)AuthorAgeFilesLines
* t1408: add a test of stale packed refs covered by loose refsJunio C Hamano2017-06-231-0/+42
It is OK for the packed-refs file to contain old reference definitions that might even refer to objects that have since been garbage-collected, as long as there is a corresponding loose reference definition that overrides it. Add a test that such references don't cause problems. Signed-off-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>