Merge branch 'jk/status-porcelain-z-b'
commitf7858ad1e1686ff65cc77989c49f13352934adbc
authorJunio C Hamano <gitster@pobox.com>
Thu, 10 May 2012 17:49:46 +0000 (10 10:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 May 2012 17:49:46 +0000 (10 10:49 -0700)
treedcfff9ae3f2959898333a6d3bf4165cf7c11092f
parent1652867c73a193359519ff10217c03f850a76a86
parent4d2292e9a90465cbfa23f1c170c11423d11830df
Merge branch 'jk/status-porcelain-z-b'

"git status --porcelain" ignored "--branch" option by mistake.  The output
for "git status --branch -z" was also incorrect and did not terminate the
record for the current branch name with NUL as asked.

By Jeff King
via Jeff King
* jk/status-porcelain-z-b:
  status: refactor colopts handling
  status: respect "-b" for porcelain format
  status: fix null termination with "-b"
  status: refactor null_termination option
  commit: refactor option parsing