Will Palmer wrote:
Jonathan Nieder wrote:
quoted
Shortlog doesn’t print commit hashes, does it?
Shortlog accepts --format, though this doesn't seem to be documented
(if I type "man" and search
for "format"), so perhaps it should be.
Oh, neat! Maybe this would save you the trouble.
Jonathan Nieder (3):
t4201 (shortlog): guard setup with test_expect_success
t4201 (shortlog): Test output format with multiple authors
shortlog: Document and test --format option
Will Palmer (1):
pretty: Respect --abbrev option
Documentation/git-shortlog.txt | 8 +++
builtin/shortlog.c | 3 +-
pretty.c | 7 ++-
shortlog.h | 1 +
t/t4201-shortlog.sh | 116 +++++++++++++++++++++++++++++++--------
t/t6006-rev-list-format.sh | 19 +++++++
6 files changed, 126 insertions(+), 28 deletions(-)