Documentation: new option -P for git-svnimport
[gitweb.git] / Documentation / git-reset.txt
index b27399dd419d3b673e230fd3aad21a8e5c1b2e09..4a4ceb62012d7dbd56085a87d62aa4dec928d800 100644 (file)
@@ -24,14 +24,14 @@ 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.
 
 --soft::
        Does not touch the index file nor the working tree at all, but
        requires them to be in a good order. This leaves all your changed
-       files "Updated but not checked in", as gitlink:git-status[1] would
+       files "Added but not yet committed", as gitlink:git-status[1] would
        put it.
 
 --hard::