X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-apply.txt;h=61d9dacc6f78555b73b55fd967489dd77015d458;hb=d402d5566fdf226697a386dfb9858e5d954e9b91;hp=4f7e1195dee9993974d8f671d750498e66ede984;hpb=a7154e916c6fab01dfb67629dae8c4430daff669;p=git.git diff --git a/Documentation/git-apply.txt b/Documentation/git-apply.txt index 4f7e1195..61d9dacc 100644 --- a/Documentation/git-apply.txt +++ b/Documentation/git-apply.txt @@ -1,19 +1,18 @@ git-apply(1) ============ -v0.1, June 2005 NAME ---- -git-apply - Apply patch on a GIT index file and a work tree +git-apply - Apply patch on a git index file and a work tree SYNOPSIS -------- -'git-apply' [--no-merge] [--stat] [--summary] [--check] [--index] [--show-files] [--apply] [...] +'git-apply' [--stat] [--summary] [--check] [--index] [--show-files] [--apply] [...] 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 @@ -22,11 +21,6 @@ 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".