X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-diff-stages.txt;h=28c60fc7e40a042c5cdbad22b103a9d93faeaae6;hb=9e48b389990c0201487e58f3bac32734a59a7e89;hp=e7e59c8491e450b4e1bf5ae3d676fb0d2c9d6e0b;hpb=b43d44779bf98977b211256f936d0edda8a9625a;p=git.git diff --git a/Documentation/git-diff-stages.txt b/Documentation/git-diff-stages.txt index e7e59c84..28c60fc7 100644 --- a/Documentation/git-diff-stages.txt +++ b/Documentation/git-diff-stages.txt @@ -1,6 +1,5 @@ git-diff-stages(1) ================== -v0.1, June 2005 NAME ---- @@ -9,7 +8,7 @@ git-diff-stages - Compares content and mode of blobs between stages in an unmerg SYNOPSIS -------- -'git-diff-stages' [-p] [-r] [-z] [-R] [-B] [-M] [-C] [--find-copies-harder] [-O] [-S] [--pickaxe-all] [...] +'git-diff-stages' [] [...] DESCRIPTION ----------- @@ -18,53 +17,11 @@ unmerged index file. OPTIONS ------- +include::diff-options.txt[] + ,:: The stage number to be compared. --p:: - Generate patch (see section on generating patches) - --r:: - This flag does not mean anything. It is there only to match - "git-diff-tree". Unlike "git-diff-tree", "git-diff-stages" - always looks at all the subdirectories. - --z:: - \0 line termination on output - --B:: - Break complete rewrite changes into pairs of delete and create. - --M:: - Detect renames. - --C:: - Detect copies as well as renames. - ---find-copies-harder:: - By default, -C option finds copies only if the original - file of the copy was modified in the same changeset for - performance reasons. This flag makes the command - inspect unmodified files as candidates for the source of - copy. This is a very expensive operation for large - projects, so use it with caution. - --S:: - Look for differences that contains the change in . - ---pickaxe-all:: - When -S finds a change, show all the changes in that - changeset, not just the files that contains the change - in . - --O:: - Output the patch in the order specified in the - , which has one shell glob pattern per line. - --R:: - Swap two inputs; that is, show differences from to - . - Output format ------------- include::diff-format.txt[] @@ -80,4 +37,4 @@ Documentation by Junio C Hamano. GIT --- -Part of the link:git.html[git] suite +Part of the gitlink:git[7] suite