vmware-archive / git-author

An easy way to setup multiple authors based on `git commit --template`. It depends on git-together
BSD 3-Clause "New" or "Revised" License
30 stars 11 forks source link

Write "Authored-by" if only one person is committing #6

Closed khuddlefish closed 6 years ago

khuddlefish commented 6 years ago

We don't need the "Co-authored-by" keyword if only one person is committing, and it is somewhat confusing. We set the template to say "Authored-by" instead for this case.

Authored-by: Karen Huddleston khuddleston@pivotal.io

xinzweb commented 6 years ago

Thanks a lot. That makes sense. Just merged.