Skip to content

Commit 80736d7

Browse files
committed
doc: am --show-current-patch gives an entire e-mail message
The existing wording gives an impression that it only gives the contents of the $GIT_DIR/rebase-apply/patch file, i.e. the patch proper, but the option actually emits the entire e-mail message being processed (iow, one of the output files from "git mailsplit"). Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5fa0f52 commit 80736d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-am.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ default. You can use `--no-utf8` to override this.
177177
untouched.
178178

179179
--show-current-patch::
180-
Show the patch being applied when "git am" is stopped because
180+
Show the entire e-mail message "git am" has stopped at, because
181181
of conflicts.
182182

183183
DISCUSSION

0 commit comments

Comments
 (0)