mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
git storage: init local repository
So far we didn't do that at all, we either relied on the user manually creating a local repo, or we cloned a remote repo. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d6b36c47cb
commit
9ba090c31f
2 changed files with 15 additions and 0 deletions
|
@ -27,6 +27,7 @@ extern void set_git_id(const struct git_oid *);
|
|||
void set_git_update_cb(int(*)(bool, const char *));
|
||||
int git_storage_update_progress(bool reset, const char *text);
|
||||
char *get_local_dir(const char *remote, const char *branch);
|
||||
int git_create_local_repo(const char *filename);
|
||||
|
||||
extern int last_git_storage_update_val;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue