User.pm: reserve 'git' and 'lock' user names
commit30663467d4d507b23e27d43ebc286d9d64209251
authorKyle J. McKay <mackyle@gmail.com>
Sun, 1 Feb 2015 09:09:47 +0000 (1 01:09 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 1 Feb 2015 09:09:47 +0000 (1 01:09 -0800)
tree264382c93a26cc81a4f410cc395cb5067ae84dcd
parent787a405ad78da9cab159c572ef504d51d5513262
User.pm: reserve 'git' and 'lock' user names

When using personal mob branches, one of the options is a 'mob.'
prefix.  That would create a 'mob.git' or 'mob.lock' ref name
which are both invalid.  So reserve the user names 'git' and
'lock' to prevent that from happening.
Girocco/User.pm