X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-read-tree.txt;h=d894f537ba2634ed2719ee746b170a22f0173f56;hb=2662dbfa58a2d12d1ab3d240b643b9506f43523b;hp=02c7e99fe6f6e49a5a0e03da7444bc559502585c;hpb=abda1ef590d94a5e15e7ce3b685b5c092a790cfa;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"`