> Is it normal that "git commit --amen" actually works ?
> (it does like --amend)
>
> version 1.7.10.4
Yes. From Documentation/technical/api-parse-options.txt:
* Long options may be 'abbreviated', as long as the abbreviation
is unambiguous.
Apparently since 2008-06-22.
So 'git commit --am' also works. But it should probably be avoided
because of its similarity to 'git commit -am'.
Phil
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html