Ævar Arnfjörð Bjarmason <[email protected]> writes:
> Change the semantics of "git <alias> --help" to show the help for the
> command <alias> is aliased to, instead of just saying:
>
> `git <alias>' is aliased to `<whatever>'
>
> E.g. if you have "checkout" aliased to "co" you won't get:
>
> $ git co --help
> `git co' is aliased to `checkout'
If you had "lg" aliased to "log --oneline" and you made
$ git lg --help
to give anything but
'git lg' is aliased to `log --oneline'
I would say that is a grave regression.
--
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