Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

Commit

Permalink
Yikes, The regexp force is not strong in me.
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Jun 26, 2009
1 parent a2922c5 commit 53c8996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/cherry.rake
@@ -1,6 +1,6 @@
class GitHelper
def find_by_tickets(*tickets)
`git log --reverse --abbrev-commit --pretty=oneline --cherry-pick master... | grep -E "#(#{tickets.join('|')})[^\d]"`
`git log --reverse --abbrev-commit --pretty=oneline --cherry-pick master... | grep -E "#(#{tickets.join('|')})\b"`
end

def apply_commit(sha)
Expand Down

0 comments on commit 53c8996

Please sign in to comment.