From: Andreas Schwab <schwab@linux-m68k.org>
To: git@vger.kernel.org
Subject: [PATCH] Fix formatting in git-config(1)
Date: Thu, 21 Jun 2012 00:49:19 +0200 [thread overview]
Message-ID: <m2vcil4n0w.fsf@igel.home> (raw)
Remove the open block markers from the status.showUntrackedFiles entry
as they cause all remaining entries to be indented one level too much.
Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
---
I haven't been able to make the paragraph after the nested list of the
entry indented the same as the first one. That appears to be a bug in
asciidoc, unless I'm misunderstanding something. What should have
worked, AFAICS, would be placing the last paragraph inside the open
block and remove the preceding continuation marker, but doesn't change
anything from the status quo.
Andreas.
Documentation/config.txt | 2 --
1 file changed, 2 deletions(-)
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 915cb5a..182ca3d 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1946,11 +1946,9 @@ status.showUntrackedFiles::
systems. So, this variable controls how the commands displays
the untracked files. Possible values are:
+
---
* `no` - Show no untracked files.
* `normal` - Show untracked files and directories.
* `all` - Show also individual files in untracked directories.
---
+
If this variable is not specified, it defaults to 'normal'.
This variable can be overridden with the -u|--untracked-files option
--
1.7.11
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
next reply other threads:[~2012-06-20 22:50 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-20 22:49 Andreas Schwab [this message]
2012-06-20 22:56 ` [PATCH] Fix formatting in git-config(1) Junio C Hamano
2012-06-20 23:05 ` Andreas Schwab
2012-06-22 23:52 ` Junio C Hamano
2012-06-23 8:01 ` Andreas Schwab
2012-06-23 8:12 ` Junio C Hamano
2012-06-23 8:51 ` Andreas Schwab
2012-06-23 12:29 ` Andreas Schwab
2012-06-23 18:27 ` Junio C Hamano
-- strict thread matches above, loose matches on Subject: below --
2012-06-23 13:18 Andreas Schwab
2012-07-03 19:23 ` Junio C Hamano
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=m2vcil4n0w.fsf@igel.home \
--to=schwab@linux-m68k.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).