gregsexton / gitv

gitk for Vim.
936 stars 59 forks source link

Simplify regex #35

Closed idbrii closed 12 years ago

idbrii commented 12 years ago

This is pretty minor, but you could simplify the date regex by removing all of the plurals and appending an s\? to the end.

gregsexton commented 12 years ago

Thanks for this. I rebased your commit on top of mine effectively cherry picking this into the repo.