diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-03-11 14:12:31 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-03-11 14:12:31 -0700 |
| commit | 5b6262b1930d44184aca2aa33e254d958a39635e (patch) | |
| tree | 94075b18624c5a1684da595045c2f0010a8221fc | |
| parent | 572bf49341c4fa0b753469bc905809c5256c2450 (diff) | |
| parent | 7a96b75e05953d377b42b01e171f884357772611 (diff) | |
| download | git-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.txt | 3 |
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). |
