diff options
Diffstat (limited to 'core/save-git.c')
-rw-r--r-- | core/save-git.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/save-git.c b/core/save-git.c index 1000f78a1..6eab07580 100644 --- a/core/save-git.c +++ b/core/save-git.c @@ -1273,7 +1273,7 @@ int do_git_save(git_repository *repo, const char *branch, const char *remote, bo return report_error("creating commit failed"); /* now sync the tree with the remote server */ - if (remote && prefs.cloud_background_sync && !prefs.git_local_only) + if (remote && !prefs.git_local_only) return sync_with_remote(repo, remote, branch, RT_HTTPS); return 0; } |