Skip to content

Instantly share code, notes, and snippets.

@jasoares
Created May 3, 2012 01:48
Show Gist options
  • Save jasoares/2582480 to your computer and use it in GitHub Desktop.
Save jasoares/2582480 to your computer and use it in GitHub Desktop.
Git ChangeLog Generator
#!/bin/sh
# Converts git log to a ChangeLog file.
git log --pretty=format:"%ai %aN %n%n%x09* %s%d%n" > ChangeLog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment