]> git.ipfire.org Git - thirdparty/git.git/commitdiff
rerere: minor documantation update
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Feb 2026 18:27:29 +0000 (10:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Feb 2026 19:58:53 +0000 (11:58 -0800)
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>
Documentation/git-rerere.adoc

index 992b469270c004f4ce7c4223dbc3b84239a14a5f..99f967b7a4c0daae635df49bfdd195deec4c3591 100644 (file)
@@ -32,7 +32,7 @@ COMMANDS
 --------
 
 Normally, 'git rerere' is run without arguments or user-intervention.
-However, it has several commands that allow it to interact with
+However, it has several commands that allow users to interact with
 its working state.
 
 'clear'::
@@ -44,7 +44,7 @@ will automatically invoke this command.
 'forget' <pathspec>::
 
 Reset the conflict resolutions which rerere has recorded for the current
-conflict in <pathspec>.
+conflict in paths that match <pathspec>.
 
 'diff'::