From aba4954cb05fa60bc00ada3bdfcbe6d72d9b8380 Mon Sep 17 00:00:00 2001 From: Phillip Wood Date: Thu, 14 Mar 2019 19:12:32 +0000 Subject: [PATCH] am/cherry-pick/rebase/revert: document --rerere-autoupdate This option was missing from the man pages of these commands. Signed-off-by: Phillip Wood Signed-off-by: Junio C Hamano --- Documentation/git-am.txt | 5 +++++ Documentation/git-cherry-pick.txt | 5 +++++ Documentation/git-rebase.txt | 5 +++++ Documentation/git-revert.txt | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt index 6f6c34b0f4..fc3b993c33 100644 --- a/Documentation/git-am.txt +++ b/Documentation/git-am.txt @@ -99,6 +99,11 @@ default. You can use `--no-utf8` to override this. am.threeWay configuration variable. For more information, see am.threeWay in linkgit:git-config[1]. +--rerere-autoupdate:: +--no-rerere-autoupdate:: + Allow the rerere mechanism to update the index with the + result of auto-conflict resolution if possible. + --ignore-space-change:: --ignore-whitespace:: --whitespace=