commit | f7f0199c2a00c648ac660c84d438f300001f05a8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 16 08:23:47 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 22 14:47:30 2014 -0600 |
tree | f8795412da7d57f6d5f4e0d329d46e297fb2694b | |
parent | df14fb9a7db8f0ad2ca94cec7ef0eb409425e744 [diff] |
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>