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

Append $STORY_NUM to the git author commit template #5

Closed dsharp-pivotal closed 6 years ago

dsharp-pivotal commented 6 years ago

Also adds the optional git-author.includeBlankStoryNum git config option and documentation for how to use $STORY_NUM.

Author: David Sharp dsharp@pivotal.io Author: Amil Khanzada akhanzada@pivotal.io

dsharp-pivotal commented 6 years ago

@amilkh @cjcjameson

One note is that open source developers might not put Tracker story numbers into their commit messages, but we still think this optional feature could be useful for some teams, like us.

-- David & Amil

xinzweb commented 6 years ago

Thanks a lot, @dsharp-pivotal. It's a great idea to have the story number there if people set the environment. Please resolve the recent conflict, and resubmit the PR. Thanks.

amilkh commented 6 years ago

@xinzweb @benchristel and I have rebased and fixed merge conflicts.

Please review. Thanks!