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::
832
832
all; -1 means to try indefinitely. Default is 1000 (i.e.,
833
833
retry for 1 second).
834
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
-
841
835
core.pager::
842
836
Text viewer for use by Git commands (e.g., 'less'). The value
843
837
is meant to be interpreted by the shell. The order of preference
@@ -2688,6 +2682,12 @@ rerere.enabled::
2688
2682
2689
2683
include::sendemail-config.txt[]
2690
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
2691
showBranch.default::
2692
2692
The default set of branches for linkgit:git-show-branch[1].
2693
2693
See linkgit:git-show-branch[1].
You can’t perform that action at this time.
0 commit comments