]> git.ipfire.org Git - thirdparty/git.git/commit
pretty: give placeholders to reflog identity
authorJeff King <peff@peff.net>
Fri, 16 Dec 2011 11:40:24 +0000 (06:40 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Dec 2011 21:00:15 +0000 (13:00 -0800)
commitcd1957f5fc6ecc5ae557246126d9e74c029ccd61
tree0efe0b7c1d87b3c038fd55696a53a2a76db30148
parent7b6c5836cf02999955b68c79f1cf2d13040acbc3
pretty: give placeholders to reflog identity

When doing a reflog walk, you can get some information about
the reflog (such as the subject line), but not the identity
information (i.e., name and email).

Let's make those available, mimicing the options for author
and committer identity.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/pretty-formats.txt
pretty.c
reflog-walk.c
reflog-walk.h
t/t6006-rev-list-format.sh