git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] asciidoc gets confused by two '^' on the same line
@ 2005-09-16 18:14 Horst von Brand
  0 siblings, 0 replies; only message in thread
From: Horst von Brand @ 2005-09-16 18:14 UTC (permalink / raw
  To: git

Uglify Documentation/git-rev-list.txt to get decent output.

Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>


---

 Documentation/git-rev-list.txt |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

ceb9e143038dcf62311bc3514ae4d2d0f7854aa4
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt
--- a/Documentation/git-rev-list.txt
+++ b/Documentation/git-rev-list.txt
@@ -32,8 +32,11 @@ I have the commit object 'bar', but not 
 
 The *--bisect* flag limits output to the one commit object which is
 roughly halfway between the included and excluded commits. Thus,
-if 'git-rev-list --bisect foo ^bar ^baz' outputs 'midpoint', the output
-of 'git-rev-list foo ^midpoint' and 'git-rev-list midpoint ^bar ^baz'
+if 'git-rev-list --bisect foo ^bar
+^baz' outputs 'midpoint', the output
+of 'git-rev-list foo ^midpoint' and
+'git-rev-list midpoint ^bar
+^baz'
 would be of roughly the same length. Finding the change which introduces
 a regression is thus reduced to a binary search: repeatedly generate and
 test new 'midpoint's until the commit chain is of length one.
@@ -93,4 +96,3 @@ Documentation by David Greaves, Junio C 
 GIT
 ---
 Part of the link:git.html[git] suite
-

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

only message in thread, other threads:[~2005-09-16 20:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-16 18:14 [PATCH] asciidoc gets confused by two '^' on the same line Horst von Brand

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).