rerere: minor documantation update

Let's not call our users "it". Also "rerere forget \*.c" does not forget resolutions for just '*.c'; it forgets for all the files whose filenames end with ".c". Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Feb 9, 2026 at 10:27 UTC 2668b6bdc4aabe29924390fd52cb0e56fc2473c6
1 file changed +2 -2
Documentation/git-rerere.adoc
+2 -2
@@ -32,7 +32,7 @@ COMMANDS
32 --------
33
34 Normally, 'git rerere' is run without arguments or user-intervention.
35 -However, it has several commands that allow it to interact with
35 +However, it has several commands that allow users to interact with
36 its working state.
37
38 'clear'::
@@ -44,7 +44,7 @@ will automatically invoke this command.
44 'forget' <pathspec>::
45
46 Reset the conflict resolutions which rerere has recorded for the current
47 -conflict in <pathspec>.
47 +conflict in paths that match <pathspec>.
48
49 'diff'::
50