for-each-ref: "creator" and "creatordate" fields
commit3175aa1ec28c8fb119058111a2f629425ef1aab0
authorJunio C Hamano <junkio@cox.net>
Sat, 28 Oct 2006 20:33:46 +0000 (28 13:33 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 3 Nov 2006 02:04:40 +0000 (2 18:04 -0800)
tree068c7b8492c1e0818af181f000a1bc55fcd5cb8d
parent34eb33407d4d7eef6d7ddcd6e51525018ef9edf7
for-each-ref: "creator" and "creatordate" fields

This adds "creator" (which is parallel to "tagger" or "committer")
and "creatordate" (corresponds to "taggerdate" and
"committerdate").

As other "date" fields, "creatordate" sorts numerically
and displays human readably. This allows for example for
sorting together heavyweigth and lightweight tags.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Acked-by: Jakub Narebski <jnareb@gmail.com>
builtin-for-each-ref.c