File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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-
841835core.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
26892683include::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+
26912691showBranch.default::
26922692 The default set of branches for linkgit:git-show-branch[1].
26932693 See linkgit:git-show-branch[1].
You can’t perform that action at this time.
0 commit comments