From: Junio C Hamano Date: Sat, 28 Oct 2006 20:33:46 +0000 (-0700) Subject: for-each-ref: "creator" and "creatordate" fields X-Git-Tag: v1.4.4-rc1~33 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3175aa1ec28c8fb119058111a2f629425ef1aab0?hp=3175aa1ec28c8fb119058111a2f629425ef1aab0 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 Acked-by: Jakub Narebski ---