Skip to content

Instantly share code, notes, and snippets.

@larowlan
Created July 17, 2014 22:45
Show Gist options
  • Save larowlan/da8f3243bfc3f3757adc to your computer and use it in GitHub Desktop.
Save larowlan/da8f3243bfc3f3757adc to your computer and use it in GitHub Desktop.
Provides core commits in twidc format
git log --since "1 week ago" --oneline|gsed -r 's|#([0-9]+)|<a href="http://drupal.org/node/\1">Issue \1</a>|'|gsed -r 's|^((.*) Issue )|<li>|;s|$|</li>|'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment