"Felipe Contreras" [off-list ref] writes:
Please read aloud the following commands:
git log --pretty=short
git log --pretty=full
git log --pretty=format:%s
It is just me or 'pretty full' doesn't exactly convey the meaning of
the action to execute?
How about:
git log --format=short
git log --format=full
git log --format=custom:%s
If you like the idea I can work on a patch.
FWIW, I don't like it.