Re: [PATCH] added missing backtick in git-apply.txt
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:46:18
dt@korn.shell.la writes:
quoted hunk
From: Danijel Tasov <redacted> Signed-off-by: Danijel Tasov <redacted> --- Documentation/git-apply.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)diff --git a/Documentation/git-apply.txt b/Documentation/git-apply.txt index 9400f6a..0566376 100644 --- a/Documentation/git-apply.txt +++ b/Documentation/git-apply.txt@@ -159,7 +159,7 @@ on the command line, and ignored if there is any include pattern. considered whitespace errors. + By default, the command outputs warning messages but applies the patch. -When `git-apply is used for statistics and not applying a +When `git-apply` is used for statistics and not applying a patch, it defaults to `nowarn`. + You can use different `<action>` to control this
Thanks. This was caused by the large documentation churn 483bc4f (Documentation formatting and cleanup, 2008-06-30) that was supposed to be a clean-up. Can people lend eyeballs to see if there isn't any other such typo remaining? I briefly looked at the commit again and I think it is Ok now, but I obviously missed this when I first applied the patch, so...