mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cloud storage: test offline operation
All this really does is make sure that the fast forward works if the local cache has received updates that haven't made it to the server, yet. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
39863089ed
commit
449ba2876f
3 changed files with 55 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
git_branch_create(out, repo, branch_name, target, force)
|
||||
#endif
|
||||
|
||||
static char *get_local_dir(const char *remote, const char *branch)
|
||||
char *get_local_dir(const char *remote, const char *branch)
|
||||
{
|
||||
SHA_CTX ctx;
|
||||
unsigned char hash[20];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue