Skip to content

Commit ed9d833

Browse files
committed
Merge branch 'pb/doc-sequence-editor-configuration'
Doc update. * pb/doc-sequence-editor-configuration: doc: mention GIT_SEQUENCE_EDITOR and 'sequence.editor' more
2 parents da6b99c + 902a126 commit ed9d833

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Documentation/git-rebase.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ CONFIGURATION
204204
-------------
205205

206206
include::config/rebase.txt[]
207+
include::config/sequencer.txt[]
207208

208209
OPTIONS
209210
-------

Documentation/git.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,12 @@ other
605605
an editor is to be launched. See also linkgit:git-var[1]
606606
and the `core.editor` option in linkgit:git-config[1].
607607

608+
`GIT_SEQUENCE_EDITOR`::
609+
This environment variable overrides the configured Git editor
610+
when editing the todo list of an interactive rebase. See also
611+
linkit::git-rebase[1] and the `sequence.editor` option in
612+
linkit::git-config[1].
613+
608614
`GIT_SSH`::
609615
`GIT_SSH_COMMAND`::
610616
If either of these environment variables is set then 'git fetch'

0 commit comments

Comments
 (0)