Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
banned.h: fix vsprintf()'s ban message
[gitweb.git]
/
branch.h
diff --git
a/branch.h
b/branch.h
index f1f74d21e423e0c7872c092296c0f75a1bbe75a9..6f38db14e9c496c55e204791e5ab0a5243186118 100644
(file)
--- a/
branch.h
+++ b/
branch.h
@@
-92,6
+92,6
@@
void die_if_checked_out(const char *branch, int ignore_current_worktree);
* otherwise.
*/
int replace_each_worktree_head_symref(const char *oldref, const char *newref,
-
const char *logmsg);
+ const char *logmsg);
#endif