This repository was archived by the owner on Nov 9, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,10 @@ must be given before the options meant for 'git fetch'.
99
99
Options related to merging
100
100
~~~~~~~~~~~~~~~~~~~~~~~~~~
101
101
102
- include::merge-options.txt[]
103
-
104
102
:git-pull: 1
105
103
104
+ include::merge-options.txt[]
105
+
106
106
-r::
107
107
--rebase[=false|true|preserve]::
108
108
When true, rebase the current branch on top of the upstream
Original file line number Diff line number Diff line change @@ -14,9 +14,12 @@ inspect and further tweak the merge result before committing.
14
14
further edit the auto-generated merge message, so that the user
15
15
can explain and justify the merge. The `--no-edit` option can be
16
16
used to accept the auto-generated message (this is generally
17
- discouraged). The `--edit` (or `-e`) option is still useful if you are
18
- giving a draft message with the `-m` option from the command line
19
- and want to edit it in the editor.
17
+ discouraged).
18
+ ifndef::git-pull[]
19
+ The `--edit` (or `-e`) option is still useful if you are
20
+ giving a draft message with the `-m` option from the command line
21
+ and want to edit it in the editor.
22
+ endif::git-pull[]
20
23
+
21
24
Older scripts may depend on the historical behaviour of not allowing the
22
25
user to edit the merge log message. They will see an editor opened when
You can’t perform that action at this time.
0 commit comments