On Mon, May 21, 2018 at 11:39 AM Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote: > BTW, what is the preferred way > of sending a pull request on a series where an old commit has grown an > ACKed-by? I've moved original branch to #fixes-old, git commit --amend > on commit[s] in question and rebased the tail of the series on top of that; That's exactly the same as just doing a "git rebase -i <commit>^" where 'commit' is the thing you want to amend, and then just picking that for 'r' ('reword'). In general, I'd prefer people not do it, unless there is a very strong reason to reword the commit message. I'm not sure just an ack is necessarily reason enough. Anyway, pulled. Linus