commit | 659c89da8e48d44395120aeb2dd0d02d3fb24b67 | [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 | def23217e4443a1bbe8d343aa6efef8ddf7f1d6b [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>