diff options
Diffstat (limited to 'git-access.c')
-rw-r--r-- | git-access.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/git-access.c b/git-access.c index 061f8ec27..85c6f8d3c 100644 --- a/git-access.c +++ b/git-access.c @@ -144,8 +144,6 @@ static int update_remote(git_repository *repo, git_remote *origin, git_reference if (git_remote_push(origin, &refspec, &opts)) return report_error("Unable to update remote with current local cache state (%s)", giterr_last()->message); - // Not actually an error, just informational - report_error("Local cache more recent than remote"); return 0; } |