All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC 2/2] Add documentation for sequence.format
@ 2014-09-05  8:41 William Clifford
  0 siblings, 0 replies; only message in thread
From: William Clifford @ 2014-09-05  8:41 UTC (permalink / raw)
  To: git

Explain sequence.format and GIT_SEQUENCE_FORMAT.

Signed-off-by: William Clifford <mr.william.clifford@gmail.com>
Signed-off-by: Matthew Boeh <m@mboeh.com>
---
 Documentation/config.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Documentation/config.txt b/Documentation/config.txt
index e61775e..76f0a4d 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -555,6 +555,15 @@ sequence.editor::
 	It can be overridden by the `GIT_SEQUENCE_EDITOR` environment variable.
 	When not configured the default commit message editor is used instead.
 
+sequence.format::
+	Format of commit table generated by `git rebase -i` for rebase
+	instruction file. It can be overridden by the
+	`GIT_SEQUENCE_FORMAT` environment variable. When not
+	configured the default `oneline` format is used instead. NOTE:
+	Because the second column must be the hash, you may omit this
+	in the format string and it will be inserted. Formats must be
+	one line.
+
 core.pager::
 	Text viewer for use by Git commands (e.g., 'less').  The value
 	is meant to be interpreted by the shell.  The order of preference
-- 
William Clifford

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-09  6:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-05  8:41 [PATCH/RFC 2/2] Add documentation for sequence.format William Clifford

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.