Home Explore Blog CI



git

Documentation/config/sequencer.adoc
3e05dfc13c2b75bc72adc9873a0c5a7a7a49117701fc9b8e0000000300000136
sequence.editor::
	Text editor used by `git rebase -i` for editing the rebase instruction 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.

Chunks
1b0ab107 (1st chunk of `Documentation/config/sequencer.adoc`)
Title: Git Sequence Editor
Summary
The sequence editor is used by Git to edit rebase instruction files, with its value being interpreted by the shell and overrideable via an environment variable.