Unverified Commit 10abd7bc by Colin Stolley Committed by GitHub

Update src/refdb_fs.c

Co-authored-by: Edward Thomson <ethomson@github.com>
parent 207840d8
......@@ -71,7 +71,7 @@ typedef struct refdb_fs_backend {
} refdb_fs_backend;
static int refdb_reflog_fs__delete(git_refdb_backend *_backend, const char *name);
static const char * packed_set_peeling_mode(const char *data, size_t data_sz, refdb_fs_backend *backend);
static char *packed_set_peeling_mode(char *data, size_t data_sz, refdb_fs_backend *backend);
GIT_INLINE(int) loose_path(
git_str *out,
......
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