config.txt: move sequencer.* to a separate file

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Nguyễn Thái Ngọc Duy 2018-10-27 08:23:36 +02:00 committed by Junio C Hamano
parent 0ee42c86cf
commit c332419995
2 changed files with 6 additions and 5 deletions

View file

@ -405,11 +405,7 @@ include::config/reset.txt[]
include::config/sendemail.txt[]
sequence.editor::
Text editor used by `git rebase -i` for editing the rebase instruction file.
The value is meant to be interpreted by the shell when it is used.
It can be overridden by the `GIT_SEQUENCE_EDITOR` environment variable.
When not configured the default commit message editor is used instead.
include::config/sequencer.txt[]
showBranch.default::
The default set of branches for linkgit:git-show-branch[1].

View file

@ -0,0 +1,5 @@
sequence.editor::
Text editor used by `git rebase -i` for editing the rebase instruction file.
The value is meant to be interpreted by the shell when it is used.
It can be overridden by the `GIT_SEQUENCE_EDITOR` environment variable.
When not configured the default commit message editor is used instead.