Skip to content

Commit 8dc9d22

Browse files
pcloudsgitster
authored andcommitted
config.txt: move sequence.editor out of "core" part
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 701137e commit 8dc9d22

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Documentation/config.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -832,12 +832,6 @@ core.packedRefsTimeout::
832832
all; -1 means to try indefinitely. Default is 1000 (i.e.,
833833
retry for 1 second).
834834

835-
sequence.editor::
836-
Text editor used by `git rebase -i` for editing the rebase instruction file.
837-
The value is meant to be interpreted by the shell when it is used.
838-
It can be overridden by the `GIT_SEQUENCE_EDITOR` environment variable.
839-
When not configured the default commit message editor is used instead.
840-
841835
core.pager::
842836
Text viewer for use by Git commands (e.g., 'less'). The value
843837
is meant to be interpreted by the shell. The order of preference
@@ -2688,6 +2682,12 @@ rerere.enabled::
26882682

26892683
include::sendemail-config.txt[]
26902684

2685+
sequence.editor::
2686+
Text editor used by `git rebase -i` for editing the rebase instruction file.
2687+
The value is meant to be interpreted by the shell when it is used.
2688+
It can be overridden by the `GIT_SEQUENCE_EDITOR` environment variable.
2689+
When not configured the default commit message editor is used instead.
2690+
26912691
showBranch.default::
26922692
The default set of branches for linkgit:git-show-branch[1].
26932693
See linkgit:git-show-branch[1].

0 commit comments

Comments
 (0)