X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-read-tree.txt;h=11bd9c0adc5517ef1aadc76abdb8dfb0827c27b0;hb=ab1b3af7925682e0375667b892e2f7e985effba5;hp=1c01d00df2d46e7d2eaefae835e22a3b4724e8e8;hpb=fd4c6cc9d6f6a4a8bd9f4f2825675261f5d91c9c;p=git.git diff --git a/Documentation/git-read-tree.txt b/Documentation/git-read-tree.txt index 1c01d00d..11bd9c0a 100644 --- a/Documentation/git-read-tree.txt +++ b/Documentation/git-read-tree.txt @@ -266,7 +266,7 @@ file that does not match stage 2. This is done to prevent you from losing your work-in-progress changes, and mixing your random changes in an unrelated merge commit. To illustrate, suppose you start from what has been -commited last to your repository: +committed last to your repository: ---------------- $ JC=`git-rev-parse --verify "HEAD^0"`