]> git.ipfire.org Git - thirdparty/git.git/commit
doc: mention GIT_SEQUENCE_EDITOR and 'sequence.editor' more
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Mon, 31 Aug 2020 03:40:08 +0000 (03:40 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Aug 2020 18:45:05 +0000 (11:45 -0700)
commit902a126eca2d46b34dab822f1a1861bc2ce3cf48
treee9aa56f2bf96836e30bba64e5ff0923cb8cddf46
parentd9cd4331470f4d9d78677f12dc79063dab832f53
doc: mention GIT_SEQUENCE_EDITOR and 'sequence.editor' more

The environment variable `GIT_SEQUENCE_EDITOR`, and the configuration
variable 'sequence.editor', which were added in 821881d88d ("rebase -i":
support special-purpose editor to edit insn sheet, 2011-10-17), are
mentioned in the `git config` man page but not anywhere else.

Include `config/sequencer.txt` in `git-rebase.txt`, so that both the
environment variable and the configuration setting are mentioned there.

Also, add `GIT_SEQUENCE_EDITOR` to the list of environment variables
in `git(1)`.

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.txt
Documentation/git.txt