]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
patman: Use Patch-cc: instead of Cc:
authorSimon Glass <sjg@chromium.org>
Sun, 16 Feb 2014 15:23:47 +0000 (08:23 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 22 Mar 2014 20:47:30 +0000 (14:47 -0600)
commit659c89da8e48d44395120aeb2dd0d02d3fb24b67
treef8795412da7d57f6d5f4e0d329d46e297fb2694b
parentdef23217e4443a1bbe8d343aa6efef8ddf7f1d6b
patman: Use Patch-cc: instead of Cc:

Add a new Patch-cc: tag which performs the service now provided by
the Cc: tag. The Cc: tag is interpreted by git send-email but
ignored by patman.

So now:

Cc: patman does nothing. (git send-email can cc patches)
  Patch-cc: patman Cc's patch and removes this tag from the patch

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/README
tools/patman/patchstream.py