<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">Hi All,</div><div class=""><br class=""></div><div class="">While committing a patch today for someone who currently lacks commit access, I realized I had forgotten the 'Patch by' line and reverted & re-committed to add it. However, while doing so I wondered if our current policy on this still makes sense.</div><div class=""><br class=""></div><div class="">Our policy at <a href="http://llvm.org/docs/DeveloperPolicy.html#commit-messages" class="">http://llvm.org/docs/DeveloperPolicy.html#commit-messages</a> currently contains these two points:</div><div class="">> Separate the commit message into title, body and, if you’re not the original author, a “Patch by” attribution line (see below).</div><div class="">> Attribution of Changes should be in a separate line, after the end of the body, as simple as “Patch by John Doe.”. This is how we officially handle attribution, and there are automated processes that rely on this format.</div><div class=""><br class=""></div><div class="">Given that we now use git which tracks the author and the commiter separately. Does it still make sense to add these 'Patch by' lines? Or should we update the policy so that it refers to making sure the author field has the correct attribution. In my opinion, we should update the policy.</div></body></html>