/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
*.[ch]: manually align parameter lists
[git/git.git]
/
branch.h
diff --git
a/branch.h
b/branch.h
index
f1f74d2
..
6f38db1
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