Commit 32614440 by Fraser Tweedale

push: small documentation fix

parent 6910ecb0
...@@ -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