git-reset.txt: clarify documentation
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>
Denton Liu committed
Mar 5, 2019 at 15:34 UTC
56cb2d30f8412630b94cbb478272abc3e59488d2
1 file changed
+2
-2
Documentation/git-reset.txt
+2
-2
@@ -428,8 +428,8 @@ working index HEAD target working index HEAD
428
429
`reset --merge` is meant to be used when resetting out of a conflicted
430
merge. Any mergy operation guarantees that the working tree file that is
431
-involved in the merge does not have local change wrt the index before
432
-it starts, and that it writes the result out to the working tree. So if
431
+involved in the merge does not have a local change with respect to the index
432
+before it starts, and that it writes the result out to the working tree. So if
433
we see some difference between the index and the target and also
434
between the index and the working tree, then it means that we are not
435
resetting out from a state that a mergy operation left after failing