Skip to content

Instantly share code, notes, and snippets.

@ivanrad
Created April 10, 2023 11:05
Show Gist options
  • Save ivanrad/57239d4b015b409dbb3ad6836e8ede3a to your computer and use it in GitHub Desktop.
Save ivanrad/57239d4b015b409dbb3ad6836e8ede3a to your computer and use it in GitHub Desktop.
git: show only co-authored commits
#!/bin/sh
exec git log --grep='Co-authored-by' --format='%h %s %(trailers:key=Co-authored-by,separator=%x2C)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment