Typo "bogos" in format-patch error message.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
02ed24580e
commit
597faa00fd
@ -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("bogos committer info %s\n", committer);
|
||||
die("bogus committer info %s\n", committer);
|
||||
add_signoff = xmemdupz(committer, endpos - committer + 1);
|
||||
}
|
||||
else if (!strcmp(argv[i], "--attach")) {
|
||||
|
Loading…
Reference in New Issue
Block a user