Code

git-reset.txt: reset --soft is not a no-op
[git.git] / Documentation / git-reset.txt
index e4437404f33c30e5d619c59940000867e4e45467..8762a0c6b9f8be1dbc41a6f3e601b4a9f3d862b6 100644 (file)
@@ -42,10 +42,10 @@ linkgit:git-add[1]).
 +
 --
 --soft::
-       Does not touch the index file nor the working tree at allbut
-       requires them to be in a good order. This leaves all your changed
-       files "Changes to be committed", as 'git status' would
-       put it.
+       Does not touch the index file nor the working tree at all (but
+       resets the head to <commit>, just like all modes do). This leaves
+       all your changed files "Changes to be committed", as 'git status'
+       would put it.
 
 --mixed::
        Resets the index but not the working tree (i.e., the changed files