From: Junio C Hamano Date: Tue, 9 May 2006 00:32:35 +0000 (+0000) Subject: Autogenerated man pages for v1.3.2-g45f7 X-Git-Url: https://git.octo.it/?p=git.git;a=commitdiff_plain;h=5f190949ec0e5743d49827c30ae15d7314a13197 Autogenerated man pages for v1.3.2-g45f7 --- diff --git a/man1/git-rev-list.1 b/man1/git-rev-list.1 index 17a55674..9993aa74 100755 --- a/man1/git-rev-list.1 +++ b/man1/git-rev-list.1 @@ -73,7 +73,7 @@ Only useful with \-\-objects; print the object IDs that are not in packs\&. .TP \-\-bisect -Limit output to the one commit object which is roughly halfway between the included and excluded commits\&. Thus, if \fIgit\-rev\-list \-\-bisect foo bar baz\fR outputs \fImidpoint\fR, the output of \fIgit\-rev\-list foo ^midpoint\fR and \fIgit\-rev\-list midpoint bar baz\fR 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\&. +Limit output to the one commit object which is roughly halfway between the included and excluded commits\&. Thus, if \fIgit\-rev\-list \-\-bisect foo ^bar ^baz\fR outputs \fImidpoint\fR, the output of \fIgit\-rev\-list foo ^midpoint\fR and \fIgit\-rev\-list midpoint ^bar ^baz\fR 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\&. .TP \-\-max\-count