]> git.ipfire.org Git - thirdparty/git.git/commit
read_raw_ref(): don't get confused by an empty directory
authorMichael Haggerty <mhagger@alum.mit.edu>
Thu, 5 May 2016 12:09:41 +0000 (14:09 +0200)
committerMichael Haggerty <mhagger@alum.mit.edu>
Thu, 5 May 2016 14:37:04 +0000 (16:37 +0200)
commite167a5673e25b960dce118fb967d54da30b69def
treeb3c53b071f76ae1c3c50fd49b531a644b06572e9
parent5387c0d8839e366c44838c808ccc20eb7f9bd358
read_raw_ref(): don't get confused by an empty directory

Even if there is an empty directory where we look for the loose version
of a reference, check for a packed reference before giving up. This
fixes the failing test that was introduced two commits ago.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
refs/files-backend.c
t/t1404-update-ref-df-conflicts.sh