X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-read-tree.txt;h=d894f537ba2634ed2719ee746b170a22f0173f56;hb=86f363791b281fb916414a89282b2e67cdaa36c0;hp=02c7e99fe6f6e49a5a0e03da7444bc559502585c;hpb=f0679f474a884df13ce032d81dde34175c0fa343;p=git.git diff --git a/Documentation/git-read-tree.txt b/Documentation/git-read-tree.txt index 02c7e99f..d894f537 100644 --- a/Documentation/git-read-tree.txt +++ b/Documentation/git-read-tree.txt @@ -257,7 +257,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"`