summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2013-08-25 03:39:06 -0700
committerVicent Martí <vicent@github.com>2013-08-25 03:39:06 -0700
commita07db1a1e03c42da5e9132c86776cb5c1ab89214 (patch)
tree88e07eb9a6b81b2bbba0b26cb827994742ec995c
parent6910ecb03689e4bd7c8f76bdba23ca425df69ddb (diff)
parent32614440561e2ccb33ee24462a120154e0009d08 (diff)
downloadlibgit2-a07db1a1e03c42da5e9132c86776cb5c1ab89214.tar.gz
Merge pull request #1809 from frasertweedale/fix/git_push_unpack_ok-doc
push: small documentation fix
-rw-r--r--include/git2/push.h2
1 files changed, 1 insertions, 1 deletions
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);