Skip to content

Instantly share code, notes, and snippets.

@itrion
Created December 11, 2015 12:02
Show Gist options
  • Save itrion/e20eb2d0bfad61562b78 to your computer and use it in GitHub Desktop.
Save itrion/e20eb2d0bfad61562b78 to your computer and use it in GitHub Desktop.
List all merges into master with the message of the commits
git log --since=01/01/2015 --merges --format="%ad%n%t%n%B" --abbrev-commit --reverse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment