diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-11-10 18:02:14 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-10 18:02:14 +0900 |
commit | f1e2666b332161c96b13c692c96ae39f0aa55612 (patch) | |
tree | df5c443c626855255f3a862267a4bf1ce8e1ebfb /Documentation | |
parent | Merge branch 'wb/midx-progress' (diff) | |
parent | doc: am --show-current-patch gives an entire e-mail message (diff) | |
download | tgif-f1e2666b332161c96b13c692c96ae39f0aa55612.tar.xz |
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
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-am.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt index fc3b993c33..fc5750b3b8 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 |