Home Explore Blog CI



git

1st chunk of `Documentation/config/sequencer.adoc`
1b0ab10791a2974594a31f1c0f5f639a512267184082669b0000000100000136
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.

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.