git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] git-rev-list.txt: Correct description for multiple arguments
@ 2009-08-05  7:58 Michael J Gruber
  2009-08-05  7:58 ` [PATCH 2/2] git-rev-list.txt: Clarify the use of multiple revision arguments Michael J Gruber
  0 siblings, 1 reply; 4+ messages in thread
From: Michael J Gruber @ 2009-08-05  7:58 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

"git rev-list A B" really lists those commits which are included in A or
B, i.e. it lists those in A and those in B. Say so, because saying
"which are included in A and B" would mean those who are in both A and
B.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
---
Patch against master.

The current description is simply wrong, which is why I strongly suggest this fix.
The upcoming suggests an extra paragraph for clarifying the use of multiple
revision arguments.

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

diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt
index a765cfa..847cc7d 100644
--- a/Documentation/git-rev-list.txt
+++ b/Documentation/git-rev-list.txt
@@ -63,7 +63,7 @@ command:
 	$ git rev-list foo bar ^baz
 -----------------------------------------------------------------------
 
-means "list all the commits which are included in 'foo' and 'bar', but
+means "list all the commits which are included in 'foo' or 'bar', but
 not in 'baz'".
 
 A special notation "'<commit1>'..'<commit2>'" can be used as a
-- 
1.6.4.70.g9c084

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

end of thread, other threads:[~2009-08-06  8:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-05  7:58 [PATCH 1/2] git-rev-list.txt: Correct description for multiple arguments Michael J Gruber
2009-08-05  7:58 ` [PATCH 2/2] git-rev-list.txt: Clarify the use of multiple revision arguments Michael J Gruber
2009-08-05 16:42   ` Junio C Hamano
2009-08-06  8:48     ` Michael J Gruber

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