Merge branch 'jc/rerere-autoupdate-doc'
Update documentation on the "--[no-]rerere-autoupdate" option. * jc/rerere-autoupdate-doc: doc: clarify rerere-autoupdate doc: consolidate --rerere-autoupdate description
This commit is contained in:
commit
3adacc2817
@ -112,10 +112,7 @@ default. You can use `--no-utf8` to override this.
|
|||||||
am.threeWay configuration variable. For more information,
|
am.threeWay configuration variable. For more information,
|
||||||
see am.threeWay in linkgit:git-config[1].
|
see am.threeWay in linkgit:git-config[1].
|
||||||
|
|
||||||
--rerere-autoupdate::
|
include::rerere-options.txt[]
|
||||||
--no-rerere-autoupdate::
|
|
||||||
Allow the rerere mechanism to update the index with the
|
|
||||||
result of auto-conflict resolution if possible.
|
|
||||||
|
|
||||||
--ignore-space-change::
|
--ignore-space-change::
|
||||||
--ignore-whitespace::
|
--ignore-whitespace::
|
||||||
|
@ -156,10 +156,7 @@ effect to your index in a row.
|
|||||||
Pass the merge strategy-specific option through to the
|
Pass the merge strategy-specific option through to the
|
||||||
merge strategy. See linkgit:git-merge[1] for details.
|
merge strategy. See linkgit:git-merge[1] for details.
|
||||||
|
|
||||||
--rerere-autoupdate::
|
include::rerere-options.txt[]
|
||||||
--no-rerere-autoupdate::
|
|
||||||
Allow the rerere mechanism to update the index with the
|
|
||||||
result of auto-conflict resolution if possible.
|
|
||||||
|
|
||||||
SEQUENCER SUBCOMMANDS
|
SEQUENCER SUBCOMMANDS
|
||||||
---------------------
|
---------------------
|
||||||
|
@ -90,10 +90,7 @@ invocations. The automated message can include the branch description.
|
|||||||
If `--log` is specified, a shortlog of the commits being merged
|
If `--log` is specified, a shortlog of the commits being merged
|
||||||
will be appended to the specified message.
|
will be appended to the specified message.
|
||||||
|
|
||||||
--rerere-autoupdate::
|
include::rerere-options.txt[]
|
||||||
--no-rerere-autoupdate::
|
|
||||||
Allow the rerere mechanism to update the index with the
|
|
||||||
result of auto-conflict resolution if possible.
|
|
||||||
|
|
||||||
--overwrite-ignore::
|
--overwrite-ignore::
|
||||||
--no-overwrite-ignore::
|
--no-overwrite-ignore::
|
||||||
|
@ -376,10 +376,7 @@ See also INCOMPATIBLE OPTIONS below.
|
|||||||
+
|
+
|
||||||
See also INCOMPATIBLE OPTIONS below.
|
See also INCOMPATIBLE OPTIONS below.
|
||||||
|
|
||||||
--rerere-autoupdate::
|
include::rerere-options.txt[]
|
||||||
--no-rerere-autoupdate::
|
|
||||||
Allow the rerere mechanism to update the index with the
|
|
||||||
result of auto-conflict resolution if possible.
|
|
||||||
|
|
||||||
-S[<keyid>]::
|
-S[<keyid>]::
|
||||||
--gpg-sign[=<keyid>]::
|
--gpg-sign[=<keyid>]::
|
||||||
|
@ -112,10 +112,7 @@ effect to your index in a row.
|
|||||||
Pass the merge strategy-specific option through to the
|
Pass the merge strategy-specific option through to the
|
||||||
merge strategy. See linkgit:git-merge[1] for details.
|
merge strategy. See linkgit:git-merge[1] for details.
|
||||||
|
|
||||||
--rerere-autoupdate::
|
include::rerere-options.txt[]
|
||||||
--no-rerere-autoupdate::
|
|
||||||
Allow the rerere mechanism to update the index with the
|
|
||||||
result of auto-conflict resolution if possible.
|
|
||||||
|
|
||||||
--reference::
|
--reference::
|
||||||
Instead of starting the body of the log message with "This
|
Instead of starting the body of the log message with "This
|
||||||
|
9
Documentation/rerere-options.txt
Normal file
9
Documentation/rerere-options.txt
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
--rerere-autoupdate::
|
||||||
|
--no-rerere-autoupdate::
|
||||||
|
After the rerere mechanism reuses a recorded resolution on
|
||||||
|
the current conflict to update the files in the working
|
||||||
|
tree, allow it to also update the index with the result of
|
||||||
|
resolution. `--no-rerere-autoupdate` is a good way to
|
||||||
|
double-check what `rerere` did and catch potential
|
||||||
|
mismerges, before committing the result to the index with a
|
||||||
|
separate `git add`.
|
Loading…
x
Reference in New Issue
Block a user