summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 02ed245)
raw | patch | inline | side by side (parent: 02ed245)
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
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")) {