]> git.ipfire.org Git - thirdparty/git.git/commit
doc: am --show-current-patch gives an entire e-mail message
authorJunio C Hamano <gitster@pobox.com>
Wed, 23 Oct 2019 02:26:37 +0000 (11:26 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Oct 2019 02:26:37 +0000 (11:26 +0900)
commit80736d7c5eabe49062aeaea47b83eba2bb40314d
tree1a7dddf1e30b2140b2e551d6808f8e8ea190d536
parent5fa0f5238b0cd46cfe7f6fa76c3f526ea98148d9
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 <gitster@pobox.com>
Documentation/git-am.txt