* [PATCH] git-for-each-ref.txt: 'raw' is a supported date format
@ 2013-01-21 13:53 John Keeping
2013-01-21 16:02 ` Michael Haggerty
0 siblings, 1 reply; 3+ messages in thread
From: John Keeping @ 2013-01-21 13:53 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
Commit 7dff9b3 (Support 'raw' date format) added a raw date format.
Update the git-for-each-ref documentation to include this.
Signed-off-by: John Keeping <john@keeping.me.uk>
---
Documentation/git-for-each-ref.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt
index db55a4e..d3e1df7 100644
--- a/Documentation/git-for-each-ref.txt
+++ b/Documentation/git-for-each-ref.txt
@@ -117,7 +117,7 @@ returns an empty string instead.
As a special case for the date-type fields, you may specify a format for
the date by adding one of `:default`, `:relative`, `:short`, `:local`,
-`:iso8601` or `:rfc2822` to the end of the fieldname; e.g.
+`:iso8601`, `:rfc2822` or `raw` to the end of the fieldname; e.g.
`%(taggerdate:relative)`.
--
1.8.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] git-for-each-ref.txt: 'raw' is a supported date format
2013-01-21 13:53 [PATCH] git-for-each-ref.txt: 'raw' is a supported date format John Keeping
@ 2013-01-21 16:02 ` Michael Haggerty
2013-01-21 16:22 ` [PATCH v2] " John Keeping
0 siblings, 1 reply; 3+ messages in thread
From: Michael Haggerty @ 2013-01-21 16:02 UTC (permalink / raw)
To: John Keeping; +Cc: Junio C Hamano, git
On 01/21/2013 02:53 PM, John Keeping wrote:
> Commit 7dff9b3 (Support 'raw' date format) added a raw date format.
> Update the git-for-each-ref documentation to include this.
>
> Signed-off-by: John Keeping <john@keeping.me.uk>
> ---
> Documentation/git-for-each-ref.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt
> index db55a4e..d3e1df7 100644
> --- a/Documentation/git-for-each-ref.txt
> +++ b/Documentation/git-for-each-ref.txt
> @@ -117,7 +117,7 @@ returns an empty string instead.
>
> As a special case for the date-type fields, you may specify a format for
> the date by adding one of `:default`, `:relative`, `:short`, `:local`,
> -`:iso8601` or `:rfc2822` to the end of the fieldname; e.g.
> +`:iso8601`, `:rfc2822` or `raw` to the end of the fieldname; e.g.
> `%(taggerdate:relative)`.
Shouldn't "raw" be preceded with a colon like the other format specifiers?
Michael
--
Michael Haggerty
mhagger@alum.mit.edu
http://softwareswirl.blogspot.com/
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v2] git-for-each-ref.txt: 'raw' is a supported date format
2013-01-21 16:02 ` Michael Haggerty
@ 2013-01-21 16:22 ` John Keeping
0 siblings, 0 replies; 3+ messages in thread
From: John Keeping @ 2013-01-21 16:22 UTC (permalink / raw)
To: Junio C Hamano, git; +Cc: Michael Haggerty
Commit 7dff9b3 (Support 'raw' date format) added a raw date format.
Update the git-for-each-ref documentation to include this.
Signed-off-by: John Keeping <john@keeping.me.uk>
---
On Mon, Jan 21, 2013 at 05:02:52PM +0100, Michael Haggerty wrote:
> Shouldn't "raw" be preceded with a colon like the other format specifiers?
Yes it should. Thanks.
Documentation/git-for-each-ref.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt
index db55a4e..d3e1df7 100644
--- a/Documentation/git-for-each-ref.txt
+++ b/Documentation/git-for-each-ref.txt
@@ -117,7 +117,7 @@ returns an empty string instead.
As a special case for the date-type fields, you may specify a format for
the date by adding one of `:default`, `:relative`, `:short`, `:local`,
-`:iso8601` or `:rfc2822` to the end of the fieldname; e.g.
+`:iso8601`, `:rfc2822` or `:raw` to the end of the fieldname; e.g.
`%(taggerdate:relative)`.
--
1.8.1.353.gc992d5a.dirty
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-21 16:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-21 13:53 [PATCH] git-for-each-ref.txt: 'raw' is a supported date format John Keeping
2013-01-21 16:02 ` Michael Haggerty
2013-01-21 16:22 ` [PATCH v2] " John Keeping
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).