mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-11 12:09:07 +00:00
Merge pull request #1809 from frasertweedale/fix/git_push_unpack_ok-doc
push: small documentation fix
This commit is contained in:
commit
a07db1a1e0
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user