projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02ed245
)
Typo "bogos" in format-patch error message.
author
Mikael Magnusson
<mikachu@gmail.com>
Fri, 19 Sep 2008 13:42:30 +0000
(15:42 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 20 Sep 2008 05:05:42 +0000
(22:05 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-log.c
patch
|
blob
|
history
diff --git
a/builtin-log.c
b/builtin-log.c
index 911fd659906ebe87bf0adcd17519dd97777fb948..2efe5937346ee7c0a4d85e4087a4ea49a9806005 100644
(file)
--- a/
builtin-log.c
+++ b/
builtin-log.c
@@
-835,7
+835,7
@@
int cmd_format_patch(int argc, const char **argv, const char *prefix)
committer = git_committer_info(IDENT_ERROR_ON_NO_NAME);
endpos = strchr(committer, '>');
if (!endpos)
- die("bog
o
s committer info %s\n", committer);
+ die("bog
u
s committer info %s\n", committer);
add_signoff = xmemdupz(committer, endpos - committer + 1);
}
else if (!strcmp(argv[i], "--attach")) {