Miklos Vajna <vmiklos@xxxxxxxxxxxxxx> writes: > On Thu, Jan 01, 2009 at 12:39:39PM +0800, jidanni@xxxxxxxxxxx wrote: >> - * it's preferred to use the non dashed form of git commands, which means that >> - you should prefer `"git foo"` to `"git-foo"`. >> + * it's required to use the non dashed form of git commands, which means that >> + you must use `"git foo"` and not `"git-foo"`. The latter no longer works. > > I would append: "unless you add the output of `git --exec-path` to your > PATH." I actually wouldn't. There needs to be a description about use of PATH=$(git --exec-path):$PATH if you choose to use the dashed forms in your script. Don't we already have that elsewhere more basic in the documentation set? The quoted part of the documentation talks about the syntax and convention used while scripting, and what it wants to say with the sentence is that the dashless form is preferred, even with PATH=$(git --exec-path):$PATH (iow, it was preferred before 1.6.0, and it still is preferred with the $PATH adjustments after 1.6.0). I think it muddies the point of the list if you talk about the necessity of $PATH adjustment, which is a irrelevant detail. -- 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