Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: >> diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh >> index 929d681..aaca915 100755 >> --- a/git-rebase--interactive.sh >> +++ b/git-rebase--interactive.sh >> @@ -427,14 +427,18 @@ do >> else >> . "$DOTEST"/author-script || >> die "Cannot find the author identity" >> + amend="" > > Sorry, my mistake... I should have been more explicit. In most (if not > all) shell scripts, we prefer to set to the empty string with the > expression > > amend= Don't worry. I would notice and remove "" in my MUA for things like these; especially the patch is this small it is hard to miss. -- 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