summaryrefslogtreecommitdiffstats
path: root/git-var.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-var.html')
-rw-r--r--git-var.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/git-var.html b/git-var.html
index 1a73d5405..da547738d 100644
--- a/git-var.html
+++ b/git-var.html
@@ -824,6 +824,19 @@ GIT_EDITOR
</p>
</dd>
<dt class="hdlist1">
+GIT_SEQUENCE_EDITOR
+</dt>
+<dd>
+<p>
+ Text editor used to edit the <em>todo</em> file while running <code>git rebase
+ -i</code>. Like <code>GIT_EDITOR</code>, the value is meant to be interpreted by
+ the shell when it is used. The order of preference is the
+ <code>$GIT_SEQUENCE_EDITOR</code> environment variable, then
+ <code>sequence.editor</code> configuration, and then the value of <code>git var
+ GIT_EDITOR</code>.
+</p>
+</dd>
+<dt class="hdlist1">
GIT_PAGER
</dt>
<dd>
@@ -865,7 +878,7 @@ GIT_DEFAULT_BRANCH
<div id="footer">
<div id="footer-text">
Last updated
- 2022-12-14 18:45:42 JST
+ 2022-12-28 13:37:45 JST
</div>
</div>
</body>