status: fix null termination with "-b"
authorJeff King <peff@peff.net>
Mon, 7 May 2012 21:02:18 +0000 (17:02 -0400)
committerJeff King <peff@peff.net>
Tue, 8 May 2012 08:51:08 +0000 (04:51 -0400)
When the "-z" option is given to status, we are supposed to
NUL-terminate each record. However, the "-b" code to show
the tracking branch did not respect this, and always ended
with a newline.

Signed-off-by: Jeff King <peff@peff.net>
No differences found