Create function to get gitdir file RESUMABLE. Signed-off-by: Kevin Wern <kevin.m.wern@xxxxxxxxx> --- cache.h | 1 + path.c | 1 + 2 files changed, 2 insertions(+) diff --git a/cache.h b/cache.h index d7ff46e..1f4117c 100644 --- a/cache.h +++ b/cache.h @@ -811,6 +811,7 @@ const char *git_path_merge_mode(void); const char *git_path_merge_head(void); const char *git_path_fetch_head(void); const char *git_path_shallow(void); +const char *git_path_resumable(void); /* * Return the name of the file in the local object database that would diff --git a/path.c b/path.c index 8b7e168..9360ed9 100644 --- a/path.c +++ b/path.c @@ -1201,4 +1201,5 @@ GIT_PATH_FUNC(git_path_merge_rr, "MERGE_RR") GIT_PATH_FUNC(git_path_merge_mode, "MERGE_MODE") GIT_PATH_FUNC(git_path_merge_head, "MERGE_HEAD") GIT_PATH_FUNC(git_path_fetch_head, "FETCH_HEAD") +GIT_PATH_FUNC(git_path_resumable, "RESUMABLE") GIT_PATH_FUNC(git_path_shallow, "shallow") -- 2.7.4