Re: [PATCH] docs: fix "without do cleaning" typo
From: Junio C Hamano <hidden>
Date: 2023-09-15 23:18:20
"Caleb Hill via GitGitGadget" [off-list ref] writes:
From: Caleb Hill <redacted> This pr fixes a typo I noticed today while reading documentation here: https://git-scm.com/docs/git-clean#Documentation/git-clean.txt-quit Signed-off-by: Caleb Hill <redacted> --- docs: fix "without do cleaning" typo This pr fixes a simple typo I noticed today while reading documentation here: https://git-scm.com/docs/git-clean#Documentation/git-clean.txt-quit
Thanks; I'll reword the proposed log message a bit and queue.
quoted hunk
diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt index 160d08b86bb..5e1a3d5148c 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.
"without cleaning" would probably mean the same thing and a tad shorter, but let's use what you wrote as-is. Thanks.