author | Jeff King <peff@peff.net> | |
Fri, 16 Dec 2011 11:40:24 +0000 (06:40 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 16 Dec 2011 21:00:15 +0000 (13:00 -0800) | ||
commit | cd1957f5fc6ecc5ae557246126d9e74c029ccd61 | |
tree | 0efe0b7c1d87b3c038fd55696a53a2a76db30148 | tree | snapshot |
parent | 7b6c5836cf02999955b68c79f1cf2d13040acbc3 | commit | diff |
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>
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>