Signed-off-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> --- This is in addition to the other 10 patches I just sent. It fixes the bad --in-reply-to option in patch 5/10. contrib/completion/git-completion.bash | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index df67f8e..47b393d 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -346,7 +346,7 @@ _git_format_patch () --numbered --start-number --keep-subject --signoff - --in-repy-to= + --in-reply-to= --full-index --binary " -- "$cur")) return -- 1.4.4.1.ge3fb - 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