git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH Documentation/git-rev-list.txt typo fix
@ 2005-09-15 22:40 jdl
  2005-09-16 14:24 ` Peter Hagervall
  0 siblings, 1 reply; 7+ messages in thread
From: jdl @ 2005-09-15 22:40 UTC (permalink / raw)
  To: git

I'm not positive what the doc conventions are, but I think
something like this patch fixes the "superscript" problem
on the git-rev-list doc page.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
---


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,8 @@ 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.

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

end of thread, other threads:[~2005-09-16 23:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-15 22:40 PATCH Documentation/git-rev-list.txt typo fix jdl
2005-09-16 14:24 ` Peter Hagervall
2005-09-16 16:31   ` Junio C Hamano
2005-09-16 20:02     ` Chris Wright
2005-09-16 20:06       ` Chris Wright
2005-09-16 20:47         ` jdl
2005-09-16 23:01   ` Junio C Hamano

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).