Skip to content

Commit 56cb2d3

Browse files
Denton-Lgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0d0ac38 commit 56cb2d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-reset.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ working index HEAD target working index HEAD
428428

429429
`reset --merge` is meant to be used when resetting out of a conflicted
430430
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
433433
we see some difference between the index and the target and also
434434
between the index and the working tree, then it means that we are not
435435
resetting out from a state that a mergy operation left after failing

0 commit comments

Comments
 (0)