git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Specified the expected formats of dates and timestamps in rev-list-options.
@ 2008-03-11  3:41 Rhodes, Kate
  2008-03-11  6:48 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Rhodes, Kate @ 2008-03-11  3:41 UTC (permalink / raw)
  To: git

The docs didn't give users any indication of the expected format of  
dates or timestamps. Now they do.

---

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

diff --git a/Documentation/rev-list-options.txt b/Documentation/rev- 
list-options.txt
index a8138e2..bf0b881 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -124,15 +124,20 @@ limiting may be applied.

--since='date', --after='date'::

-	Show commits more recent than a specific date.
+	Show commits more recent than a date specified relatively
+	(e.g. "2 hours ago") or with any ISO 8601 or RFC 2822
+	date syntax.
+

--until='date', --before='date'::

-	Show commits older than a specific date.
+	Show commits older than a date specified relatively (e.g.
+	"2 hours ago") or with any ISO 8601 or RFC 2822 date syntax.

--max-age='timestamp', --min-age='timestamp'::

	Limit the commits output to specified time range.
+	The 'timestamp' should be the interger seconds since the epoch.

--author='pattern', --committer='pattern'::

-- 
1.5.4.1.1278.gc75be

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

end of thread, other threads:[~2008-03-11  6:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-11  3:41 [PATCH] Specified the expected formats of dates and timestamps in rev-list-options Rhodes, Kate
2008-03-11  6:48 ` 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).