> My second pass is actually applying the patch by piping each > e-mail message from my e-mail client to "git am -3 -s", and if I > do not like something in the patch, I make corrections and then > run "git commit --amend". git-commit --amend seems to rewrite the commit author which is annoying if you only want to modify the log message a little. As a work-around I copy the author info from the log and passing --author explicitly, but is there an easier way? -- MST - 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