Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Sat, 28 Feb 2009 22:39:56 +0000 (14:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 28 Feb 2009 22:39:56 +0000 (14:39 -0800)
* maint:
Documentation: minor grammatical fixes.
added missing backtick in git-apply.txt

1  2 
Documentation/git-apply.txt
index 9400f6a5d050c1e3d0a37fb147e00c9ad8ca799e,32f2b85a105e684c7c04f8825b8b74c511271cef..05663768d75aea42054d6b869e08a3c1e7e0850e
@@@ -10,7 -10,7 +10,7 @@@ SYNOPSI
  --------
  [verse]
  'git apply' [--stat] [--numstat] [--summary] [--check] [--index]
 -        [--apply] [--no-add] [--build-fake-ancestor <file>] [-R | --reverse]
 +        [--apply] [--no-add] [--build-fake-ancestor=<file>] [-R | --reverse]
          [--allow-binary-replacement | --binary] [--reject] [-z]
          [-pNUM] [-CNUM] [--inaccurate-eof] [--recount] [--cached]
          [--whitespace=<nowarn|warn|fix|error|error-all>]
@@@ -64,7 -64,7 +64,7 @@@ OPTION
        cached data, apply the patch, and store the result in the index,
        without using the working tree. This implies '--index'.
  
 ---build-fake-ancestor <file>::
 +--build-fake-ancestor=<file>::
        Newer 'git-diff' output has embedded 'index information'
        for each blob to help identify the original version that
        the patch applies to.  When this flag is given, and if
@@@ -159,7 -159,7 +159,7 @@@ on the command line, and ignored if the
        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