X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-diff.txt;h=890931c8914dd05df257dfcae239bcec43e7dd57;hb=3443546f6ef57fe28ea5cca232df8e400bfc3883;hp=b04f393bc4a15c6bba6485d4ef0c609158073ee2;hpb=803f498c03b47b1da88cf8f14ba2c374f0fc16d3;p=git.git diff --git a/Documentation/git-diff.txt b/Documentation/git-diff.txt index b04f393b..890931c8 100644 --- a/Documentation/git-diff.txt +++ b/Documentation/git-diff.txt @@ -3,7 +3,7 @@ git-diff(1) NAME ---- -git-diff - Show changes between commits, commit and working tree, etc. +git-diff - Show changes between commits, commit and working tree, etc SYNOPSIS @@ -67,7 +67,7 @@ $ git diff HEAD^ HEAD <3> <1> instead of using the tip of the current branch, compare with the tip of "test" branch. <2> instead of comparing with the tip of "test" branch, compare with -the tip of the curren branch, but limit the comparison to the +the tip of the current branch, but limit the comparison to the file "test". <3> compare the version before the last commit and the last commit. ------------