summaryrefslogtreecommitdiff
path: root/include/git2/remote.h
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2014-02-06 11:18:10 -0800
committerBen Straub <bs@github.com>2014-02-06 11:18:10 -0800
commitdb55bb73ff4bccbaccbb4c3a7f6b1fcf09498df7 (patch)
tree1a62e17cf02b1e07f59d8462e35a7d66ec92b603 /include/git2/remote.h
parent2bfc673910d3f47395456bb6842e6bed473b8e68 (diff)
downloadlibgit2-db55bb73ff4bccbaccbb4c3a7f6b1fcf09498df7.tar.gz
Correct default reflog message for git_remote_fetch
Diffstat (limited to 'include/git2/remote.h')
-rw-r--r--include/git2/remote.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h
index 9f66b994c..238b6fd4f 100644
--- a/include/git2/remote.h
+++ b/include/git2/remote.h
@@ -357,7 +357,8 @@ GIT_EXTERN(void) git_remote_free(git_remote *remote);
* @param remote the remote to update
* @param signature The identity to use when updating reflogs
* @param reflog_message The message to insert into the reflogs. If NULL, the
- * default is "fetch"
+ * default is "fetch <name>", where <name> is the name of
+ * the remote (or its url, for in-memory remotes).
* @return 0 or an error code
*/
GIT_EXTERN(int) git_remote_update_tips(