Skip to content

Instantly share code, notes, and snippets.

@vinbarnes
Created November 17, 2015 14:25
Show Gist options
  • Save vinbarnes/5f4793fbf895db686445 to your computer and use it in GitHub Desktop.
Save vinbarnes/5f4793fbf895db686445 to your computer and use it in GitHub Desktop.
get changelog summary
git log -p --no-color --since="5 days ago" -S "*" -- CHANGELOG.md |grep -n "+.*\*" | tr -d '+' | sort -r -n | sed 's/^[0-9]*://g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment