git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add --author match to git-rev-list and git-rev-tree (Documentation)
@ 2005-05-14  9:56 Junio C Hamano
  2005-05-15  4:57 ` [PATCH] Add --author and --committer match to rev-list and rev-tree Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Junio C Hamano @ 2005-05-14  9:56 UTC (permalink / raw)
  To: Zack Brown, pasky, torvalds; +Cc: git

This documents the --author match to the two commands.
It also fixes git-rev-list documentation, which lacked
descriptions for existing options.

Signed-off-by: Junio C Hamano <junkio@cox.net>
---

Documentation/git-rev-list.txt |   16 +++++++++++++++-
Documentation/git-rev-tree.txt |    5 ++++-
2 files changed, 19 insertions(+), 2 deletions(-)

--- a/Documentation/git-rev-list.txt
+++ b/Documentation/git-rev-list.txt
@@ -9,7 +9,7 @@
 
 SYNOPSIS
 --------
-'git-rev-list' <commit>
+'git-rev-list' [--author=author] [--max-count=count] [--max-age=unixtime] [--min-age=unixtime] <commit>
 
 DESCRIPTION
 -----------
@@ -18,6 +18,20 @@
 useful to produce human-readable log output.
 
 
+OPTIONS
+-------
+--author::
+	Limit the final output to commits made by the author.
+
+--max-count::
+	Stop after showing the specified number of commits.
+
+--max-age::
+	Stop before showing the commits older than specified time.
+
+--min-age::
+	Do not show the commits newer than specified time.
+
 Author
 ------
 Written by Linus Torvalds <torvalds@osdl.org>
--- a/Documentation/git-rev-tree.txt
+++ b/Documentation/git-rev-tree.txt
@@ -9,7 +9,7 @@
 
 SYNOPSIS
 --------
-'git-rev-tree' [--edges] [--cache <cache-file>] [^]<commit> [[^]<commit>]
+'git-rev-tree' [--author author] [--edges] [--cache <cache-file>] [^]<commit> [[^]<commit>]
 
 DESCRIPTION
 -----------
@@ -17,6 +17,9 @@
 
 OPTIONS
 -------
+--author::
+	Limit the final output to commits made by the author.
+
 --edges::
 	Show edges (ie places where the marking changes between parent
 	and child)
------------------------------------------------


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

end of thread, other threads:[~2005-05-15  4:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-14  9:56 [PATCH] Add --author match to git-rev-list and git-rev-tree (Documentation) Junio C Hamano
2005-05-15  4:57 ` [PATCH] Add --author and --committer match to rev-list and rev-tree 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).