This was lost in the migration to git-rev-parse --parseopt by commit 78443d90491c1b82afdffc3d5d2ab8c1a58928b5. Signed-off-by: Johannes Sixt <johannes.sixt@xxxxxxxxxx> --- git-am.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/git-am.sh b/git-am.sh index 876b973..e5af955 100755 --- a/git-am.sh +++ b/git-am.sh @@ -131,7 +131,7 @@ do binary=t ;; -3|--3way) threeway=t ;; - -s--signoff) + -s|--signoff) sign=t ;; -u|--utf8) utf8=t ;; # this is now default -- 1.5.3.4.315.g2ce38 - 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