Non dashed command forms now mandatory. Signed-off-by: jidanni <jidanni@xxxxxxxxxxx> --- Documentation/gitcli.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/gitcli.txt b/Documentation/gitcli.txt index 29e5929..9f582f6 100644 --- a/Documentation/gitcli.txt +++ b/Documentation/gitcli.txt @@ -45,8 +45,8 @@ disambiguating `\--` at appropriate places. Here are the rules regarding the "flags" that you should follow when you are scripting git: - * 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. * splitting short options to separate words (prefer `"git foo -a -b"` to `"git foo -ab"`, the latter may not even work). -- 1.6.0.6 -- 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