diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-11-02 16:53:25 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-11-02 16:53:25 +0900 |
| commit | 965d445b2dfc2558babb238685aef6f1987230b1 (patch) | |
| tree | 1cffaa917d107b3917224167e90239f04bd4705b | |
| parent | Merge branch 'eg/config-type-path-docfix' into maint-2.42 (diff) | |
| parent | git-clean doc: fix "without do cleaning" typo (diff) | |
| download | git-965d445b2dfc2558babb238685aef6f1987230b1.tar.gz git-965d445b2dfc2558babb238685aef6f1987230b1.zip | |
Merge branch 'ch/clean-docfix' into maint-2.42
Typofix.
* ch/clean-docfix:
git-clean doc: fix "without do cleaning" typo
| -rw-r--r-- | Documentation/git-clean.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt index 160d08b86b..5e1a3d5148 100644 --- a/Documentation/git-clean.txt +++ b/Documentation/git-clean.txt @@ -127,7 +127,7 @@ ask each:: quit:: - This lets you quit without do cleaning. + This lets you quit without doing any cleaning. help:: |
