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>
This commit is contained in:
Dirk Hohndel 2015-06-13 13:16:08 -07:00
parent 7b7568b1ba
commit 3d62f89bce
2 changed files with 8 additions and 0 deletions

View file

@ -1,6 +1,8 @@
#ifndef GITACCESS_H
#define GITACCESS_H
#include "git2.h"
#ifdef __cplusplus
extern "C" {
#else