Commit a07db1a1e03c42da5e9132c86776cb5c1ab89214

Vicent Martí 2013-08-25T03:39:06

Merge pull request #1809 from frasertweedale/fix/git_push_unpack_ok-doc push: small documentation fix

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/push.h b/include/git2/push.h
index f923081..ed6253a 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);