aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-11-10 18:02:14 +0900
committerJunio C Hamano <gitster@pobox.com>2019-11-10 18:02:14 +0900
commitf1e2666b332161c96b13c692c96ae39f0aa55612 (patch)
treedf5c443c626855255f3a862267a4bf1ce8e1ebfb
parentMerge branch 'wb/midx-progress' (diff)
parentdoc: am --show-current-patch gives an entire e-mail message (diff)
downloadgit-f1e2666b332161c96b13c692c96ae39f0aa55612.tar.xz
git-f1e2666b332161c96b13c692c96ae39f0aa55612.zip
Merge branch 'jc/am-show-current-patch-docfix'
Doc update. * jc/am-show-current-patch-docfix: doc: am --show-current-patch gives an entire e-mail message
-rw-r--r--Documentation/git-am.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt
index fc3b993c333..fc5750b3b81 100644
--- a/Documentation/git-am.txt
+++ b/Documentation/git-am.txt
@@ -177,7 +177,7 @@ default. You can use `--no-utf8` to override this.
untouched.
--show-current-patch::
- Show the patch being applied when "git am" is stopped because
+ Show the entire e-mail message "git am" has stopped at, because
of conflicts.
DISCUSSION