Unverified Commit 678c9ddf by Colin Stolley Committed by GitHub

Update src/refdb_fs.c

Co-authored-by: Edward Thomson <ethomson@github.com>
parent b162bb35
...@@ -457,7 +457,7 @@ static char *packed_set_peeling_mode( ...@@ -457,7 +457,7 @@ static char *packed_set_peeling_mode(
refdb_fs_backend *backend) refdb_fs_backend *backend)
{ {
static const char *traits_header = "# pack-refs with:"; static const char *traits_header = "# pack-refs with:";
const char *eol; char *eol;
backend->peeling_mode = PEELING_NONE; backend->peeling_mode = PEELING_NONE;
if (data_sz == 0 || *data != '#') { if (data_sz == 0 || *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