Hi, On Wed, 9 Apr 2008, Jeff King wrote: > Many other commands use the "no arguments" form to show a > list (e.g., git-branch, git-tag). While we did show all > remotes for just "git remote", we displayed a usage error > for "git remote show" with no arguments. This is > counterintuitive, since by giving it _more_ information, we > get _less_ result. > > The usage model can now be thought of as: > > - "git remote show <remote>": show a remote > - "git remote show": show all remotes > - "git remote": assume "show"; i.e., shorthand for "git remote show" > > Signed-off-by: Jeff King <peff@xxxxxxxx> Acked-by: Johannes Schindelin <Johannes.Schindelin@xxxxxx> Ciao, Dscho -- 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