On Thu, Mar 10 2022, Johannes Schindelin via GitGitGadget wrote: > From: Johannes Schindelin <johannes.schindelin@xxxxxx> > > Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> > --- > 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.