git-blame: refactor code to emit "porcelain format" output
commit9991030c0c97285087e5da86cfdbaf143a8a74cb
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Jun 2008 05:48:42 +0000 (4 22:48 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 12 Oct 2008 20:21:51 +0000 (12 13:21 -0700)
tree5387225cdae581a8d9bc96011e60a1325478c539
parent5c283eb13c94be6ca974aa722159dc9838d10d97
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>
builtin-blame.c