aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-03-11 14:12:31 -0700
committerJunio C Hamano <gitster@pobox.com>2024-03-11 14:12:31 -0700
commit5b6262b1930d44184aca2aa33e254d958a39635e (patch)
tree94075b18624c5a1684da595045c2f0010a8221fc
parent572bf49341c4fa0b753469bc905809c5256c2450 (diff)
parent7a96b75e05953d377b42b01e171f884357772611 (diff)
downloadgit-5b6262b1930d44184aca2aa33e254d958a39635e.tar.gz
Merge branch 'kh/doc-dashed-commands-have-not-worked-for-a-long-time'
Doc update. * kh/doc-dashed-commands-have-not-worked-for-a-long-time: gitcli: drop mention of “non-dashed form”
-rw-r--r--Documentation/gitcli.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/gitcli.txt b/Documentation/gitcli.txt
index e5fac94322..7c709324ba 100644
--- a/Documentation/gitcli.txt
+++ b/Documentation/gitcli.txt
@@ -81,9 +81,6 @@ you will.
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`.
-
* Splitting short options to separate words (prefer `git foo -a -b`
to `git foo -ab`, the latter may not even work).