projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
git-p4: fix git-p4.pathEncoding for removed files
[git]
/
builtin
/
shortlog.c
diff --git
a/builtin/shortlog.c
b/builtin/shortlog.c
index
007cc66
..
35ebd17
100644
(file)
--- a/
builtin/shortlog.c
+++ b/
builtin/shortlog.c
@@
-129,7
+129,7
@@
void shortlog_add_commit(struct shortlog *log, struct commit *commit)
}
if (!author) {
warning(_("Missing author: %s"),
-
sha1_to_hex(commit->object.sha1
));
+
oid_to_hex(&commit->object.oid
));
return;
}
if (log->user_format) {