]> git.ipfire.org Git - thirdparty/git.git/commit - wt-status.c
wt-status: Split header generation into three functions
authorAnders Melchiorsen <mail@cup.kalibalik.dk>
Sun, 7 Sep 2008 22:05:02 +0000 (00:05 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 7 Sep 2008 23:09:56 +0000 (16:09 -0700)
commitbb914b14c9d2c1c630512291fe4ca276e69b6e00
treef61ca653ad3a26d7f5a3e9ff872e79887697c002
parentec3a4ba519c0012d58584d23f407c302e7b80eb6
wt-status: Split header generation into three functions

Reorganize header generation so that all header text related to each
block is in one place.

This adds a function, but makes it easier to see what is generated in
each case. It also allows for easy tweaking of individual headers.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
wt-status.c