X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-apply.txt;h=eb8f90683724c69f1a47dfcc53d93e1d6accb3d0;hb=6ddc0964034342519a87fe013781abf31c6db6ad;hp=fd38ee5b193bdc9b219ea43953fb8524195e4d2a;hpb=1301c6eb412e7c5511b952a12e42c70ad56f028b;p=git.git diff --git a/Documentation/git-apply.txt b/Documentation/git-apply.txt index fd38ee5b..eb8f9068 100644 --- a/Documentation/git-apply.txt +++ b/Documentation/git-apply.txt @@ -8,7 +8,7 @@ git-apply - Apply patch on a git index file and a work tree SYNOPSIS -------- -'git-apply' [--stat] [--summary] [--check] [--index] [--apply] [--index-info] [-z] [...] +'git-apply' [--stat] [--numstat] [--summary] [--check] [--index] [--apply] [--index-info] [-z] [...] DESCRIPTION ----------- @@ -25,6 +25,12 @@ OPTIONS Instead of applying the patch, output diffstat for the input. Turns off "apply". +--numstat:: + Similar to \--stat, but shows number of added and + deleted lines in decimal notation and pathname without + abbreviation, to make it more machine friendly. Turns + off "apply". + --summary:: Instead of applying the patch, output a condensed summary of information obtained from git diff extended