X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-reset.txt;h=73a0ffc41085e87fbc996fab4baa25ace1951460;hb=fb6a9f93d39e4e5fdb83673a927f71a34e9fb7c0;hp=b27399dd419d3b673e230fd3aad21a8e5c1b2e09;hpb=2b5f3ed3166ea7d93f4138bb2b6c849851ba86ac;p=git.git diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt index b27399dd..73a0ffc4 100644 --- a/Documentation/git-reset.txt +++ b/Documentation/git-reset.txt @@ -24,7 +24,7 @@ gitlink:git-revert[1] is your friend. OPTIONS ------- --mixed:: - Resets the index but not the working tree (ie, the changed files + Resets the index but not the working tree (i.e., the changed files are preserved but not marked for commit) and reports what has not been updated. This is the default action.