diff options
Diffstat (limited to 'include/git2/remote.h')
-rw-r--r-- | include/git2/remote.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h index bb5aac4e1..ef242293c 100644 --- a/include/git2/remote.h +++ b/include/git2/remote.h @@ -396,7 +396,8 @@ GIT_EXTERN(int) git_remote_fetch( * Peform all the steps from a push. * * @param remote the remote to push to - * @param refspecs the refspecs to use for pushing + * @param refspecs the refspecs to use for pushing. If none are + * passed, the configured refspecs will be used * @param opts the options * @param signature signature to use for the reflog of updated references * @param reflog_message message to use for the reflog of upated references |