blame.c: move code to output metainfo into a separate function.
commitc137f40f8a9dfe05ee002cf5f23bf562c1f13100
authorJunio C Hamano <junkio@cox.net>
Thu, 5 Oct 2006 21:06:42 +0000 (5 14:06 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 5 Oct 2006 22:05:41 +0000 (5 15:05 -0700)
tree5bcc034a54a441a7843628c6674f5210bf259ae6
parentcf54a029ff82ce9b565e075bfa5d97ec82841283
blame.c: move code to output metainfo into a separate function.

This does not change any behaviour, but just separates out the
code to emit the initial part of the output of each line into a
separate function, since I'll be mucking with it further.

Signed-off-by: Junio C Hamano <junkio@cox.net>
blame.c