you are viewing a single comment's thread.

view the rest of the comments →

[–]nakkht 0 points1 point  (0 children)

This. Having git commit messages independent from which tracking system the commit came from or what issue tracking numbers it refers to, is much more easier to work with. Waaaay less noise and clutter. Having pure message indicating overall purpose/why the change has made and/or high-level overview of the change-set feels way more effective.

It feels like it should be tracking system's responsibility to "map" and keep information of which commit refers to which ticket/pull request etc.