From 32614440561e2ccb33ee24462a120154e0009d08 Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Sun, 25 Aug 2013 17:01:04 +1000 Subject: [PATCH] push: small documentation fix --- include/git2/push.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/git2/push.h b/include/git2/push.h index f92308144..ed6253afb 100644 --- a/include/git2/push.h +++ b/include/git2/push.h @@ -98,7 +98,7 @@ GIT_EXTERN(int) git_push_finish(git_push *push); * * @param push The push object * - * @return true if equal, false otherwise + * @return true if remote side successfully unpacked, false otherwise */ GIT_EXTERN(int) git_push_unpack_ok(git_push *push);