author | Jeff King <peff@peff.net> | |
Thu, 26 May 2011 22:27:24 +0000 (18:27 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 26 May 2011 22:47:20 +0000 (15:47 -0700) | ||
commit | 8b8a53744f60274ef07e3a2a51995129c8d42f38 | |
tree | 003d6020e014d51269a9b299f5a829b70194227e | tree | snapshot |
parent | 5b38456ec7bd0229bb35146ab8a905c4b63daeec | commit | diff |
pretty: add pp_commit_easy function for simple callers
Many callers don't actually care about the pretty print
context at all; let's just give them a simple way of
pretty-printing a commit without having to create a context
struct.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Many callers don't actually care about the pretty print
context at all; let's just give them a simple way of
pretty-printing a commit without having to create a context
struct.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/branch.c | diff | blob | history | |
builtin/checkout.c | diff | blob | history | |
builtin/log.c | diff | blob | history | |
builtin/shortlog.c | diff | blob | history | |
builtin/show-branch.c | diff | blob | history | |
commit.h | diff | blob | history | |
pretty.c | diff | blob | history |