Skip to content

Instantly share code, notes, and snippets.

@alikins
Created April 12, 2011 20:00
Show Gist options
  • Save alikins/916264 to your computer and use it in GitHub Desktop.
Save alikins/916264 to your computer and use it in GitHub Desktop.
# search logs for a bugzilla like number
findbug = "!sh -c 'git log --grep ^$1:' -"
# show what tag/release a bus was part of, occasionally conu
bugrelease = "!sh -c 'git name-rev --tags --name-only $(git log --grep ^$1: --pretty=\"format:%H\n\")' -"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment