Re: [PATCH 1/4] trace2 docs: a couple of grammar fixes
From: Junio C Hamano <hidden>
Date: 2022-03-10 18:55:49
Ævar Arnfjörð Bjarmason [off-list ref] writes:
On Thu, Mar 10 2022, Johannes Schindelin via GitGitGadget wrote:quoted
From: Johannes Schindelin <redacted> Signed-off-by: Johannes Schindelin <redacted> --- Documentation/technical/api-trace2.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)diff --git a/Documentation/technical/api-trace2.txt b/Documentation/technical/api-trace2.txt index bb13ca3db8b..77216eff622 100644 --- a/Documentation/technical/api-trace2.txt +++ b/Documentation/technical/api-trace2.txt@@ -24,7 +24,7 @@ for example. Trace2 is controlled using `trace2.*` config values in the system and global config files and `GIT_TRACE2*` environment variables. Trace2 does -not read from repo local or worktree config files or respect `-c` +not read from repo local or worktree config files nor does it respect `-c`Perhaps adding a comma before "nor" would also be a good addition.
Yup, that sounds sensible. All other hunks looked good, too. Thanks, both.