diff options
author | Danijel Tasov <dt@korn.shell.la> | 2009-02-28 21:03:54 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-28 13:10:16 -0800 |
commit | eb006ccfca019b4e96210310d9f823d050127b22 (patch) | |
tree | 8d323774069f1266be054aa88427208700628dfd /Documentation | |
parent | Make repack less likely to corrupt repository (diff) | |
download | tgif-eb006ccfca019b4e96210310d9f823d050127b22.tar.xz |
added missing backtick in git-apply.txt
Signed-off-by: Danijel Tasov <dt@korn.shell.la>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | 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 feb51f124a..44e1968a1c 100644 --- a/Documentation/git-apply.txt +++ b/Documentation/git-apply.txt @@ -147,7 +147,7 @@ discouraged. 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 |