Code

Merge branch 'ew/keepalive' into maint
[git.git] / Documentation / config.txt
index 9c81fffc61625e48aed2414a2ed72047597491ec..5a841da6d4cd86c4340abf001f735a37035d198f 100644 (file)
@@ -474,6 +474,12 @@ core.editor::
        variable when it is set, and the environment variable
        `GIT_EDITOR` is not set.  See linkgit:git-var[1].
 
+sequence.editor::
+       Text editor used by `git rebase -i` for editing the rebase insn 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.
+
 core.pager::
        The command that git will use to paginate output.  Can
        be overridden with the `GIT_PAGER` environment