Commit a07db1a1 by Vicent Martí

Merge pull request #1809 from frasertweedale/fix/git_push_unpack_ok-doc

push: small documentation fix
parents 6910ecb0 32614440
...@@ -98,7 +98,7 @@ GIT_EXTERN(int) git_push_finish(git_push *push); ...@@ -98,7 +98,7 @@ GIT_EXTERN(int) git_push_finish(git_push *push);
* *
* @param push The push object * @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); GIT_EXTERN(int) git_push_unpack_ok(git_push *push);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment