status: refactor null_termination option
commit3207a3a29179c247d1ee9552511123e426845acb
authorJeff King <peff@peff.net>
Mon, 7 May 2012 19:44:44 +0000 (7 15:44 -0400)
committerJeff King <peff@peff.net>
Tue, 8 May 2012 08:51:07 +0000 (8 04:51 -0400)
treef3e0fcdadf9e9d7d81a1cd2716676bc7be393eb0
parent036dbbfb2d9127dcef3d742b99ac8677006f6d33
status: refactor null_termination option

This option is passed separately to the wt_status printing
functions, whereas every other formatting option is
contained in the wt_status struct itself. Let's do the same
here, so we can avoid passing it around through the call
stack.

Signed-off-by: Jeff King <peff@peff.net>
builtin/commit.c
wt-status.c
wt-status.h