DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [Process] Git Fixline Suggestion
@ 2017-07-12  8:40 Van Haaren, Harry
  2017-07-12 10:49 ` Thomas Monjalon
  0 siblings, 1 reply; 9+ messages in thread
From: Van Haaren, Harry @ 2017-07-12  8:40 UTC (permalink / raw)
  To: dev

Hi All,

I propose to add CC: <author> to the output of the git fixline command[1].

The logic here is that if it is a fix to the previous code, the original author of that code should be informed. Currently the author must read the mailing-list carefully in order to ensure that no patches are missed, that fix code that they are the author of.

The new workflow is the same as before: copy the output of "git fixline" into the commit message. The output would now be two lines as follows:

Fixes: 17b8320a3e11 ("vhost: remove index parameter")
cc: author@domain.com


The following git fixline achieves this:

git log -1 --abbrev=12 --format="Fixes: %h (\"%s\")%nCC:%ae"


Opinions? -Harry


[1] http://dpdk.org/doc/guides/contributing/patches.html#commit-messages-body

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-08-03 13:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-12  8:40 [dpdk-dev] [Process] Git Fixline Suggestion Van Haaren, Harry
2017-07-12 10:49 ` Thomas Monjalon
2017-07-12 13:32   ` Van Haaren, Harry
2017-07-12 13:38     ` [dpdk-dev] [PATCH] doc: add author on cc to git fixline alias Harry van Haaren
2017-07-24 15:07       ` Adrien Mazarguil
2017-08-03 10:55       ` Mcnamara, John
2017-08-03 13:29         ` Thomas Monjalon
2017-08-03 13:42           ` [dpdk-dev] [PATCH] dev: update " Harry van Haaren
2017-08-03 13:58             ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).