summaryrefslogtreecommitdiffstats
path: root/git-var.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-12-28 13:39:54 +0900
committerJunio C Hamano <gitster@pobox.com>2022-12-28 13:39:54 +0900
commitd4b8156f26f9cf0d55716efa452d28f2f193f851 (patch)
tree064a261490576bb1b1000a2502b0f4093bed4407 /git-var.html
parentb980e52b528a942fda8fbc84ac770be52f910aa9 (diff)
downloadgit-htmldocs-d4b8156f26f9cf0d55716efa452d28f2f193f851.tar.gz
Autogenerated HTML docs for v2.39.0-137-g6bae5
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>