File tree Expand file tree Collapse file tree 6 files changed +14
-20
lines changed Expand file tree Collapse file tree 6 files changed +14
-20
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,7 @@ default. You can use `--no-utf8` to override this.
112
112
am.threeWay configuration variable. For more information,
113
113
see am.threeWay in linkgit:git-config[1].
114
114
115
- --rerere-autoupdate::
116
- --no-rerere-autoupdate::
117
- Allow the rerere mechanism to update the index with the
118
- result of auto-conflict resolution if possible.
115
+ include::rerere-options.txt[]
119
116
120
117
--ignore-space-change::
121
118
--ignore-whitespace::
Original file line number Diff line number Diff line change @@ -156,10 +156,7 @@ effect to your index in a row.
156
156
Pass the merge strategy-specific option through to the
157
157
merge strategy. See linkgit:git-merge[1] for details.
158
158
159
- --rerere-autoupdate::
160
- --no-rerere-autoupdate::
161
- Allow the rerere mechanism to update the index with the
162
- result of auto-conflict resolution if possible.
159
+ include::rerere-options.txt[]
163
160
164
161
SEQUENCER SUBCOMMANDS
165
162
---------------------
Original file line number Diff line number Diff line change @@ -90,10 +90,7 @@ invocations. The automated message can include the branch description.
90
90
If `--log` is specified, a shortlog of the commits being merged
91
91
will be appended to the specified message.
92
92
93
- --rerere-autoupdate::
94
- --no-rerere-autoupdate::
95
- Allow the rerere mechanism to update the index with the
96
- result of auto-conflict resolution if possible.
93
+ include::rerere-options.txt[]
97
94
98
95
--overwrite-ignore::
99
96
--no-overwrite-ignore::
Original file line number Diff line number Diff line change @@ -376,10 +376,7 @@ See also INCOMPATIBLE OPTIONS below.
376
376
+
377
377
See also INCOMPATIBLE OPTIONS below.
378
378
379
- --rerere-autoupdate::
380
- --no-rerere-autoupdate::
381
- Allow the rerere mechanism to update the index with the
382
- result of auto-conflict resolution if possible.
379
+ include::rerere-options.txt[]
383
380
384
381
-S[<keyid>]::
385
382
--gpg-sign[=<keyid>]::
Original file line number Diff line number Diff line change @@ -112,10 +112,7 @@ effect to your index in a row.
112
112
Pass the merge strategy-specific option through to the
113
113
merge strategy. See linkgit:git-merge[1] for details.
114
114
115
- --rerere-autoupdate::
116
- --no-rerere-autoupdate::
117
- Allow the rerere mechanism to update the index with the
118
- result of auto-conflict resolution if possible.
115
+ include::rerere-options.txt[]
119
116
120
117
--reference::
121
118
Instead of starting the body of the log message with "This
Original file line number Diff line number Diff line change
1
+ --rerere-autoupdate::
2
+ --no-rerere-autoupdate::
3
+ After the rerere mechanism reuses a recorded resolution on
4
+ the current conflict to update the files in the working
5
+ tree, allow it to also update the index with the result of
6
+ resolution. `--no-rerere-autoupdate` is a good way to
7
+ double-check what `rerere` did and catch potential
8
+ mismerges, before committing the result to the index with a
9
+ separate `git add`.
You can’t perform that action at this time.
0 commit comments