Last active
May 14, 2022 00:40
-
-
Save gnowland/bcb6c6ff00bc5eed5328a38a4189045d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for COMMIT in $(git log --format=format:%H master..HEAD | tail -1) ; do | |
git log $COMMIT^1 --oneline | head -1 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See: https://stackoverflow.com/a/72236380/2764290