X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-am.sh;h=4da0ddafc4bf2029823148e7285085661c134497;hb=19a6cd372a998df3079d870e02c064c5bb101841;hp=0bd290b4ae990df4e0553700fa4fa38696e2b980;hpb=9a4c97eb8923879f240c35c778eeb52ac7e9476e;p=git.git diff --git a/git-am.sh b/git-am.sh index 0bd290b4a..4da0ddafc 100755 --- a/git-am.sh +++ b/git-am.sh @@ -380,7 +380,9 @@ do -i|--interactive) interactive=t ;; -b|--binary) - : ;; + echo >&2 "The $1 option has been a no-op for long time, and" + echo >&2 "it will be removed. Please do not use it anymore." + ;; -3|--3way) threeway=t ;; -s|--signoff)