git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
95d6787
)
fmt-merge-msg: fix coding style
author
Dimitrios Christidis
<redacted>
Tue, 25 Jul 2017 13:06:06 +0000
(15:06 +0200)
committer
Junio C Hamano
<redacted>
Tue, 25 Jul 2017 19:11:18 +0000
(12:11 -0700)
Align argument list and place opening brace on its own line.
Signed-off-by: Dimitrios Christidis <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/fmt-merge-msg.c
patch
|
blob
|
history
diff --git
a/builtin/fmt-merge-msg.c
b/builtin/fmt-merge-msg.c
index efab62fd85e314ccb6ec5becedead91823d03dde..f7e2ff31c09694ac68ffc89efb7f3a92dba1447c 100644
(file)
--- a/
builtin/fmt-merge-msg.c
+++ b/
builtin/fmt-merge-msg.c
@@
-407,7
+407,8
@@
static void shortlog(const char *name,
}
static void fmt_merge_msg_title(struct strbuf *out,
- const char *current_branch) {
+ const char *current_branch)
+{
int i = 0;
char *sep = "";
git clone https://git.99rst.org/PROJECT