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:
0c47e06
)
format-patch: fix indentation
author
Denton Liu
<redacted>
Wed, 4 Dec 2019 21:24:55 +0000
(13:24 -0800)
committer
Junio C Hamano
<redacted>
Thu, 5 Dec 2019 14:06:18 +0000
(06:06 -0800)
Signed-off-by: Denton Liu <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/log.c
patch
|
blob
|
history
diff --git
a/builtin/log.c
b/builtin/log.c
index a26f223ab4ad9ae8cfe9405fb5ff62dd48509775..9c44682f615f71c8824e6c386378a80af032dad9 100644
(file)
--- a/
builtin/log.c
+++ b/
builtin/log.c
@@
-1350,7
+1350,7
@@
static int header_callback(const struct option *opt, const char *arg, int unset)
string_list_clear(&extra_to, 0);
string_list_clear(&extra_cc, 0);
} else {
- add_header(arg);
+
add_header(arg);
}
return 0;
}
git clone https://git.99rst.org/PROJECT