author | Junio C Hamano <gitster@pobox.com> | |
Thu, 5 Jun 2008 05:48:42 +0000 (22:48 -0700) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 12 Oct 2008 20:21:51 +0000 (13:21 -0700) | ||
commit | 9991030c0c97285087e5da86cfdbaf143a8a74cb | |
tree | 5387225cdae581a8d9bc96011e60a1325478c539 | tree | snapshot |
parent | 5c283eb13c94be6ca974aa722159dc9838d10d97 | commit | diff |
git-blame: refactor code to emit "porcelain format" output
Both the --porcelain and --incremental format shared the same output
format but implemented with two identical codepaths. This merges them
into one shared function.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Both the --porcelain and --incremental format shared the same output
format but implemented with two identical codepaths. This merges them
into one shared function.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-blame.c | diff | blob | history |