commit | cd1957f5fc6ecc5ae557246126d9e74c029ccd61 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Fri Dec 16 06:40:24 2011 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Dec 16 13:00:15 2011 -0800 |
tree | 0efe0b7c1d87b3c038fd55696a53a2a76db30148 | |
parent | 7b6c5836cf02999955b68c79f1cf2d13040acbc3 [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>