All of lore.kernel.org
 help / color / mirror / Atom feed
From: William Clifford <mr.william.clifford@gmail.com>
To: git@vger.kernel.org
Subject: [PATCH/RFC 2/2] Add documentation for sequence.format
Date: Fri, 5 Sep 2014 01:41:16 -0700	[thread overview]
Message-ID: <86zje9gv05.fsf@gmail.com> (raw)

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

                 reply	other threads:[~2014-09-09  6:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86zje9gv05.fsf@gmail.com \
    --to=mr.william.clifford@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.