Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
builtin/commit.c: fix a typo in the comment
author
Kaartic Sivaraam
<kaarticsivaraam91196@gmail.com>
Thu, 6 Jul 2017 03:19:57 +0000
(08:49 +0530)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 6 Jul 2017 16:06:26 +0000
(09:06 -0700)
Signed-off-by: Kaartic Sivaraam <kaarticsivaraam91196@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/commit.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
8c8e978
)
diff --git
a/builtin/commit.c
b/builtin/commit.c
index 8d1cac0629e7079daeef57ac049c0c7d7549e6d0..aff6bf7aadc6f5209d5f8fc22dfde055a96214c4 100644
(file)
--- a/
builtin/commit.c
+++ b/
builtin/commit.c
@@
-984,7
+984,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)