All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: fix git-config.xml generation
@ 2007-05-23 22:16 James Bowes
  2007-05-24  4:10 ` Jeffrey C. Ollie
  0 siblings, 1 reply; 6+ messages in thread
From: James Bowes @ 2007-05-23 22:16 UTC (permalink / raw)
  To: git, Junio C Hamano

Signed-off-by: James Bowes <jbowes@dangerouslyinc.com>
---

With asciidoc 8.1.0 and xmlto 0.0.18, git-config.xml failed to
validate. This patch just makes the asciidoc formatting for
branch.autosetupmerge the same as the other config options.

 Documentation/config.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/config.txt b/Documentation/config.txt
index eb2e79a..14aa3bd 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -281,11 +281,11 @@ apply.whitespace::
 	as the '--whitespace' option. See gitlink:git-apply[1].

 branch.autosetupmerge::
-	Tells `git-branch' and `git-checkout' to setup new branches
+	Tells `git-branch` and `git-checkout` to setup new branches
 	so that gitlink:git-pull[1] will appropriately merge from that
 	remote branch.  Note that even if this option is not set,
-	this behavior can be chosen per-branch using the `--track`
-	and `--no-track` options.  This option defaults to false.
+	this behavior can be chosen per-branch using the '--track'
+	and '--no-track' options.  This option defaults to false.

 branch.<name>.remote::
 	When in branch <name>, it tells `git fetch` which remote to fetch.
-- 
1.5.2.762.gd8c6

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-05-24  4:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-23 22:16 [PATCH] Documentation: fix git-config.xml generation James Bowes
2007-05-24  4:10 ` Jeffrey C. Ollie
2007-05-24  4:22   ` Junio C Hamano
2007-05-24  4:43     ` Jeffrey C. Ollie
2007-05-24  4:47       ` Shawn O. Pearce
2007-05-24  4:55         ` Jeffrey C. Ollie

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.