Merge branch 'fixes'
authorJunio C Hamano <junkio@cox.net>
Wed, 5 Oct 2005 23:57:23 +0000 (16:57 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 5 Oct 2005 23:57:23 +0000 (16:57 -0700)
1  2 
Documentation/git-apply.txt

@@@ -9,11 -9,11 +9,11 @@@ git-apply - Apply patch on a GIT index 
  
  SYNOPSIS
  --------
 -'git-apply' [--no-merge] [--stat] [--summary] [--check] [--index] [--show-files] [--apply] [<patch>...]
 +'git-apply' [--stat] [--summary] [--check] [--index] [--show-files] [--apply] [<patch>...]
  
  DESCRIPTION
  -----------
- Reads supplied diff output and applies it on a GIT index file
+ Reads supplied diff output and applies it on a git index file
  and a work tree.
  
  OPTIONS
        The files to read patch from.  '-' can be used to read
        from the standard input.
  
 ---no-merge::
 -      The default mode of operation is the merge behaviour
 -      which is not implemented yet.  This flag explicitly
 -      tells the program not to use the merge behaviour.
 -
  --stat::
        Instead of applying the patch, output diffstat for the
        input.  Turns off "apply".