Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
SHA1=poodleschecksum
git log \
--graph -10 \
--all \
--color \
--date=short \
--pretty=tformat:"- %s (%an) %Creset" --no-merges $SHA1..HEAD |
cat -