Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
am/cherry-pick/rebase/revert: document --rerere-autoupdate
author
Phillip Wood
<phillip.wood@dunelm.org.uk>
Thu, 14 Mar 2019 19:12:32 +0000
(19:12 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 18 Mar 2019 01:24:56 +0000
(10:24 +0900)
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>
Documentation/git-am.txt
patch
|
blob
|
history
Documentation/git-cherry-pick.txt
patch
|
blob
|
history
Documentation/git-rebase.txt
patch
|
blob
|
history
Documentation/git-revert.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
e902e9b
)
diff --git
a/Documentation/git-am.txt
b/Documentation/git-am.txt
index 6f6c34b0f4bc9ba18ec890dff1a6fe10af2fd68f..fc3b993c3338b5f9f8a034aaade14e77bdcd75b5 100644
(file)
--- 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].
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=<option>::
--ignore-space-change::
--ignore-whitespace::
--whitespace=<option>::
diff --git
a/Documentation/git-cherry-pick.txt
b/Documentation/git-cherry-pick.txt
index b8cfeec67e5fbdcfe1705a3b249f97b284932e79..d64e72462fed7c7c1cd7f0c5543bcd035ce70247 100644
(file)
--- a/
Documentation/git-cherry-pick.txt
+++ b/
Documentation/git-cherry-pick.txt
@@
-148,6
+148,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.
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[]
SEQUENCER SUBCOMMANDS
---------------------
include::sequencer.txt[]
diff --git
a/Documentation/git-rebase.txt
b/Documentation/git-rebase.txt
index 6363d674b775fd49b63fcdd3ceb42440a35dd959..ed62b0c2de581ba786629eb5909c06cc310631b7 100644
(file)
--- a/
Documentation/git-rebase.txt
+++ b/
Documentation/git-rebase.txt
@@
-300,6
+300,11
@@
See also INCOMPATIBLE OPTIONS below.
+
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.
+
-S[<keyid>]::
--gpg-sign[=<keyid>]::
GPG-sign commits. The `keyid` argument is optional and
-S[<keyid>]::
--gpg-sign[=<keyid>]::
GPG-sign commits. The `keyid` argument is optional and
diff --git
a/Documentation/git-revert.txt
b/Documentation/git-revert.txt
index 837707a8fdb1760f224cc777f6b2b833a6b90a79..6afccb2f1e29fe588c11e979e0d019edc0596b39 100644
(file)
--- 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.
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[]
SEQUENCER SUBCOMMANDS
---------------------
include::sequencer.txt[]