commit | f7858ad1e1686ff65cc77989c49f13352934adbc | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Thu May 10 10:49:46 2012 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Thu May 10 10:49:46 2012 -0700 |
tree | dcfff9ae3f2959898333a6d3bf4165cf7c11092f | |
parent | 1652867c73a193359519ff10217c03f850a76a86 [diff] | |
parent | 4d2292e9a90465cbfa23f1c170c11423d11830df [diff] |
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