therubymug / hitch

Git author attribution helper for pair programmers.
http://github.com/therubymug/hitch
MIT License
250 stars 32 forks source link

Use hitch for triples #3

Closed jamesarosen closed 12 years ago

jamesarosen commented 13 years ago

I'd love to do hitch foo bar baz and end up with "Bar, Baz, and Foo" -- dev+bar+baz+foo@mycompany.com

therubymug commented 13 years ago

Right now you can do N number of authors, it simply joins them with 'and's. So your example would yield: "Bar and Baz and Foo" dev+bar+baz+foo@mycompany.com