diff options
Diffstat (limited to 'git-access.h')
-rw-r--r-- | git-access.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-access.h b/git-access.h index e1b72d100..981c19fd1 100644 --- a/git-access.h +++ b/git-access.h @@ -18,6 +18,7 @@ extern struct git_repository *is_git_repository(const char *filename, const char extern int sync_with_remote(struct git_repository *repo, const char *remote, const char *branch, enum remote_transport rt); extern int git_save_dives(struct git_repository *, const char *, const char *remote, bool select_only); extern int git_load_dives(struct git_repository *, const char *); +extern int do_git_save(git_repository *repo, const char *branch, const char *remote, bool select_only, bool create_empty); extern const char *saved_git_id; extern void clear_git_id(void); extern void set_git_id(const struct git_oid *); |