Skip to content

Commit

Permalink
allow 'pushed' as a keyword for commits
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Jan 1, 2009
1 parent 75c2657 commit de1e336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/seinfeld/models.rb
Expand Up @@ -125,7 +125,7 @@ def committed_days_in_feed(page = 1)
break selected
end

if entry.title.downcase =~ %r{^#{login.downcase} committed}
if entry.title.downcase =~ %r{^#{login.downcase} (pushed|committed)}
updated = entry.updated_at.in_time_zone
date = Date.civil(updated.year, updated.month, updated.day)
selected.update date => nil
Expand Down

0 comments on commit de1e336

Please sign in to comment.