Unverified Commit 207840d8 by Colin Stolley Committed by GitHub

Update src/refdb_fs.c

Co-authored-by: Edward Thomson <ethomson@github.com>
parent 2ec7b291
......@@ -654,9 +654,8 @@ static int packed_lookup(
if ((error = packed_map_check(backend)) < 0)
return error;
if (!backend->sorted) {
if (!backend->sorted)
return packed_unsorted_lookup(out, backend, ref_name);
}
left = backend->packed_refs_map.data;
right = data_end = ((const char *)backend->packed_refs_map.data) +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment