diff options
author | Phillip Wood <phillip.wood@dunelm.org.uk> | 2019-03-14 19:12:32 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-03-18 10:24:56 +0900 |
commit | aba4954cb05fa60bc00ada3bdfcbe6d72d9b8380 (patch) | |
tree | e3a6495c9fc4df2ee6775e09b175082d288b629e /Documentation/git-revert.txt | |
parent | The second batch (diff) | |
download | tgif-aba4954cb05fa60bc00ada3bdfcbe6d72d9b8380.tar.xz |
am/cherry-pick/rebase/revert: document --rerere-autoupdate
This option was missing from the man pages of these commands.
Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-revert.txt')
-rw-r--r-- | Documentation/git-revert.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt index 837707a8fd..6afccb2f1e 100644 --- a/Documentation/git-revert.txt +++ b/Documentation/git-revert.txt @@ -101,6 +101,11 @@ effect to your index in a row. Pass the merge strategy-specific option through to the merge strategy. See linkgit:git-merge[1] for details. +--rerere-autoupdate:: +--no-rerere-autoupdate:: + Allow the rerere mechanism to update the index with the + result of auto-conflict resolution if possible. + SEQUENCER SUBCOMMANDS --------------------- include::sequencer.txt[] |