Skip to content

Instantly share code, notes, and snippets.

@i8ramin
i8ramin / gist:4b3e5aa4ba2a38fb4c24
Last active August 29, 2015 14:19 — forked from stevenharman/gist:2910960
List of Pivotal Track events that can be ignored in Hipchat
story_create
add_story_label
story_label_add
remove_story_label
story_label_remove
comment_create
comment_delete
story_move_multi
multi_story_delete
story_delete_multi
@i8ramin
i8ramin / gbgrep.rb
Created March 30, 2012 21:31 — forked from nas/gbgrep
git blame with grep
#!/usr/local/bin/ruby
grep = `git grep -n #{ARGV[0]} #{ARGV[1]}`
puts "\n-----------------------------------------------------------"
puts "GREP RESULT"
puts '-----------------------------------------------------------'
puts grep
files = grep.scan /.*\:\d+/