git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] rev-list documentation: add "--bisect-all".
@ 2007-10-16  3:59 Christian Couder
  2007-10-16 10:42 ` Ralf Wildenhues
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Couder @ 2007-10-16  3:59 UTC (permalink / raw)
  To: Junio Hamano, Johannes Schindelin, Frank Lichtenheld; +Cc: git

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
---
 Documentation/git-rev-list.txt |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

	Le lundi 15 octobre 2007, Frank Lichtenheld a écrit :
	>
	> --bisect-all is still missing a Documentation/ patch.

	Thanks for catching that. 
	Here is a patch.

diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt
index 7cd0e89..f6dd0c4 100644
--- a/Documentation/git-rev-list.txt
+++ b/Documentation/git-rev-list.txt
@@ -34,6 +34,7 @@ SYNOPSIS
 	     [ \--pretty | \--header ]
 	     [ \--bisect ]
 	     [ \--bisect-vars ]
+	     [ \--bisect-all ]
 	     [ \--merge ]
 	     [ \--reverse ]
 	     [ \--walk-reflogs ]
@@ -354,6 +355,21 @@ the expected number of commits to be tested if `bisect_rev`
 turns out to be bad to `bisect_bad`, and the number of commits
 we are bisecting right now to `bisect_all`.
 
+--bisect-all::
+
+This outputs all the commit objects between the included and excluded
+commits, ordered by their distance to the included and excluded
+commits. The farthest from them is displayed first. (This is the only
+one displayed by `--bisect`.)
+
+This is usefull because it makes it easy to choose a good commit to
+test when you want to avoid to test some of them for some reason (they
+may not compile for example).
+
+This option can be used along with `--bisect-vars`, in this case,
+after all the sorted commit objects, there will be the same text as if
+`--bisect-vars` has been used alone.
+
 --
 
 Commit Ordering
-- 
1.5.3.4.213.g68ad5

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

* Re: [PATCH] rev-list documentation: add "--bisect-all".
  2007-10-16  3:59 Christian Couder
@ 2007-10-16 10:42 ` Ralf Wildenhues
  0 siblings, 0 replies; 3+ messages in thread
From: Ralf Wildenhues @ 2007-10-16 10:42 UTC (permalink / raw)
  To: Christian Couder
  Cc: Junio Hamano, Johannes Schindelin, Frank Lichtenheld, git

Hello,

A couple of typos:

* Christian Couder wrote on Tue, Oct 16, 2007 at 05:59:05AM CEST:
> 
> diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt
> index 7cd0e89..f6dd0c4 100644
> --- a/Documentation/git-rev-list.txt
> +++ b/Documentation/git-rev-list.txt
[...]
> @@ -354,6 +355,21 @@ the expected number of commits to be tested if `bisect_rev`
>  turns out to be bad to `bisect_bad`, and the number of commits
>  we are bisecting right now to `bisect_all`.
>  
> +--bisect-all::
> +
> +This outputs all the commit objects between the included and excluded
> +commits, ordered by their distance to the included and excluded
> +commits. The farthest from them is displayed first. (This is the only
> +one displayed by `--bisect`.)
> +
> +This is usefull because it makes it easy to choose a good commit to

s/usefull/useful/

> +test when you want to avoid to test some of them for some reason (they
> +may not compile for example).
> +
> +This option can be used along with `--bisect-vars`, in this case,
> +after all the sorted commit objects, there will be the same text as if
> +`--bisect-vars` has been used alone.

s/has/had/

Cheers,
Ralf

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

* [PATCH] rev-list documentation: add "--bisect-all".
@ 2007-10-17  6:05 Christian Couder
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Couder @ 2007-10-17  6:05 UTC (permalink / raw)
  To: Junio Hamano, Johannes Schindelin, Frank Lichtenheld,
	Ralf Wildenhues; +Cc: git

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
---
 Documentation/git-rev-list.txt |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

	This is a resend with some typos fixed.
	Thanks to Ralf Wildenhues.

diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt
index 7cd0e89..4852804 100644
--- a/Documentation/git-rev-list.txt
+++ b/Documentation/git-rev-list.txt
@@ -34,6 +34,7 @@ SYNOPSIS
 	     [ \--pretty | \--header ]
 	     [ \--bisect ]
 	     [ \--bisect-vars ]
+	     [ \--bisect-all ]
 	     [ \--merge ]
 	     [ \--reverse ]
 	     [ \--walk-reflogs ]
@@ -354,6 +355,21 @@ the expected number of commits to be tested if `bisect_rev`
 turns out to be bad to `bisect_bad`, and the number of commits
 we are bisecting right now to `bisect_all`.
 
+--bisect-all::
+
+This outputs all the commit objects between the included and excluded
+commits, ordered by their distance to the included and excluded
+commits. The farthest from them is displayed first. (This is the only
+one displayed by `--bisect`.)
+
+This is useful because it makes it easy to choose a good commit to
+test when you want to avoid to test some of them for some reason (they
+may not compile for example).
+
+This option can be used along with `--bisect-vars`, in this case,
+after all the sorted commit objects, there will be the same text as if
+`--bisect-vars` had been used alone.
+
 --
 
 Commit Ordering
-- 
1.5.3.4.206.g58ba4

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

end of thread, other threads:[~2007-10-17  5:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-17  6:05 [PATCH] rev-list documentation: add "--bisect-all" Christian Couder
  -- strict thread matches above, loose matches on Subject: below --
2007-10-16  3:59 Christian Couder
2007-10-16 10:42 ` Ralf Wildenhues

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