From: Jeff King Date: Mon, 7 May 2012 21:02:18 +0000 (-0400) Subject: status: fix null termination with "-b" X-Git-Tag: v1.7.10.3~6^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a5985237878481af5fbca349d0d1ad7d6b2d2bcb?hp=a5985237878481af5fbca349d0d1ad7d6b2d2bcb status: fix null termination with "-b" 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 ---