PS: The bug in git show can be reproduced even without checking out the commit: git show -s --format=%ci e63184e The extra newline does not depend on the format. Even plain 'git show COMMIT' shows one newline too many whenever the COMMIT is a merge.
PS: The bug in git show can be reproduced even without checking out the commit:
git show -s --format=%ci e63184e
The extra newline does not depend on the format. Even plain 'git show COMMIT' shows one newline too many whenever the COMMIT is a merge.