config.txt: move sequence.editor out of "core" part

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Nguyễn Thái Ngọc Duy committed Aug 22, 2018 at 18:06 UTC 8dc9d22dc642208416e3353750e5277df752b445
1 file changed +6 -6
Documentation/config.txt
+6 -6
@@ -832,12 +832,6 @@ core.packedRefsTimeout::
832 all; -1 means to try indefinitely. Default is 1000 (i.e.,
833 retry for 1 second).
834
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 -
835 core.pager::
836 Text viewer for use by Git commands (e.g., 'less'). The value
837 is meant to be interpreted by the shell. The order of preference
@@ -2688,6 +2682,12 @@ rerere.enabled::
2682
2683 include::sendemail-config.txt[]
2684
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 +
2691 showBranch.default::
2692 The default set of branches for linkgit:git-show-branch[1].
2693 See linkgit:git-show-branch[1].