wingrunr21 / gitolite

A Ruby interface for the gitolite git backend system
https://github.com/wingrunr21/gitolite
MIT License
82 stars 37 forks source link

I have fixed regexp to get owner name for key #4

Closed alovak closed 13 years ago

alovak commented 13 years ago

The bug was with names contained - or . Also regexp became more simple. One example was added.

alovak commented 13 years ago

Sorry I forgot to commit regexp ... :)

wingrunr21 commented 13 years ago

Your regular expression does not work properly. For example, this string will match: "job-bob@@.com@desktop-foo.pub".

Thank you for the test, I will merge that aspect of the pull request. I will fix the bug in my regex based on that test. You also brought to my attention another bug that needs addressing.

You should make sure you aren't checking VIM swap files into git (you have one in the pull request).