git-reset.txt: clarify documentation
authorDenton Liu <liu.denton@gmail.com>
Tue, 5 Mar 2019 23:34:26 +0000 (15:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Mar 2019 23:46:54 +0000 (08:46 +0900)
git-reset.txt contained a missing "a" and "wrt". Fix the missing "a" for
correctness and replace "wrt" with "with respect to" so that the
documentation is not so cryptic.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-reset.txt
index 9f69ae8b693a15184f26f65a44e552fb31a0bd32..17cbd2fccc54e1e9b7ebe136a29c6a440214c1d3 100644 (file)
@@ -428,8 +428,8 @@ working index HEAD target         working index HEAD
 
 `reset --merge` is meant to be used when resetting out of a conflicted
 merge. Any mergy operation guarantees that the working tree file that is
-involved in the merge does not have local change wrt the index before
-it starts, and that it writes the result out to the working tree. So if
+involved in the merge does not have a local change with respect to the index
+before it starts, and that it writes the result out to the working tree. So if
 we see some difference between the index and the target and also
 between the index and the working tree, then it means that we are not
 resetting out from a state that a mergy operation left after failing