summaryrefslogtreecommitdiff
path: root/Documentation/git-rebase.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-07-15 21:32:18 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-08-03 20:47:11 (GMT)
commit0dbc715ae0ccf0991d032173d86890a90bf94814 (patch)
treea635b90f462dd78145faad71c76ab06e2beb30a0 /Documentation/git-rebase.txt
parent6a475b71f8c4ce708d69fdc9317aefbde3769e25 (diff)
downloadgit-0dbc715ae0ccf0991d032173d86890a90bf94814.zip
git-0dbc715ae0ccf0991d032173d86890a90bf94814.tar.gz
git-0dbc715ae0ccf0991d032173d86890a90bf94814.tar.bz2
doc: consolidate --rerere-autoupdate description
The `--rerere-autoupdate` option is shared across 5 commands, and are described the same way because it works exactly the same way in these commands. Create a separate file and include it from the help pages for these commands, so that we can improve the description at one place to improve all of them at once, and keep them in sync. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-rebase.txt')
-rw-r--r--Documentation/git-rebase.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt
index a872ab0..ff0b643 100644
--- a/Documentation/git-rebase.txt
+++ b/Documentation/git-rebase.txt
@@ -376,10 +376,7 @@ See also INCOMPATIBLE OPTIONS below.
+
See also INCOMPATIBLE OPTIONS below.
---rerere-autoupdate::
---no-rerere-autoupdate::
- Allow the rerere mechanism to update the index with the
- result of auto-conflict resolution if possible.
+include::rerere-options.txt[]
-S[<keyid>]::
--gpg-sign[=<keyid>]::