diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-13 13:16:08 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-13 13:16:08 -0700 |
commit | 3d62f89bce967d43de0d6fb8ba5156371b4f293b (patch) | |
tree | 9c3d11996a03dc2815f641310f94267216e5f60e /git-access.h | |
parent | 7b7568b1ba536d37263dd8d2b395828ac0a2fd41 (diff) | |
download | subsurface-3d62f89bce967d43de0d6fb8ba5156371b4f293b.tar.gz |
Cloud storage: Remove another git related message
Once we failed to load data from cloud storage (for example the first time
we try to use it when the remote repository is empty), don't show git
related errors to the user. It's enough to tell them that the cloud
storage is empty.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'git-access.h')
-rw-r--r-- | git-access.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git-access.h b/git-access.h index c0ff93d40..e1b72d100 100644 --- a/git-access.h +++ b/git-access.h @@ -1,6 +1,8 @@ #ifndef GITACCESS_H #define GITACCESS_H +#include "git2.h" + #ifdef __cplusplus extern "C" { #else |