Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
ref-filter: consult want_color() before emitting colors
[gitweb.git]
/
builtin
/
commit.c
diff --git
a/builtin/commit.c
b/builtin/commit.c
index b0a740b25e6ba8c4c3e6165b3ec67b20e0536e5f..8e93802511e2a798e43d30da9218a56f97404dc7 100644
(file)
--- a/
builtin/commit.c
+++ b/
builtin/commit.c
@@
-981,7
+981,7
@@
static int rest_is_empty(struct strbuf *sb, int start)
int i, eol;
const char *nl;
- /* Check if the rest is just whitespace and Signed-of-by's. */
+ /* Check if the rest is just whitespace and Signed-of
f
-by's. */
for (i = start; i < sb->len; i++) {
nl = memchr(sb->buf + i, '\n', sb->len - i);
if (nl)