Matthew Wilcox <matthew@xxxxxx> writes: > Add a --dry-run option to git-send-email due to having made too many > mistakes with it in the past week. I like having a safety catch on my > machine gun. > > Signed-off-by: Matthew @ilcox <matthew@xxxxxx> Good. When I have to look into other people's issues with send-email, I used to say "--smtp-server=/var/tmp/send" which is this script: #!/bin/sh for i do echo "arg $i" done sed -e 's/^/Msg: /' I hope your patch makes the above hack unneeded (I want to see what is fed to sendmail, what goes on the header and body). - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html