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”
This commit is contained in:
Junio C Hamano 2024-03-11 14:12:31 -07:00
commit 5b6262b193

View file

@ -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).