We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9b443 commit b3558d8Copy full SHA for b3558d8
1 file changed
include/git2/branch.h
@@ -45,7 +45,9 @@ GIT_BEGIN_DECL
45
*
46
* @param signature The identity that will used to populate the reflog entry
47
48
- * @param log_message The one line long message to be appended to the reflog
+ * @param log_message The one line long message to be appended to the reflog.
49
+ * If NULL, the default is "Branch: created"; if you want something more
50
+ * useful, provide a message.
51
52
* @return 0, GIT_EINVALIDSPEC or an error code.
53
* A proper reference is written in the refs/heads namespace
0 commit comments