diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-02-28 14:05:09 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-28 14:05:09 -0800 |
commit | 325e9bca373349c028a72a796ebcff0732092759 (patch) | |
tree | 6ec73dcf010008ed5d2864408d9d5f6bdedfa3d5 | |
parent | e43a6fd3e94888d76779ad79fb568ed180e5fcdf (diff) | |
parent | eb006ccfca019b4e96210310d9f823d050127b22 (diff) | |
download | git-325e9bca373349c028a72a796ebcff0732092759.tar.gz |
Merge branch 'maint-1.6.0' into maint
* maint-1.6.0:
added missing backtick in git-apply.txt
-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 e726510ab1..32f2b85a10 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 |