author | Brandon Casey <drafnel@gmail.com> | |
Thu, 26 May 2011 20:43:20 +0000 (13:43 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 29 May 2011 20:00:06 +0000 (13:00 -0700) | ||
commit | 95b9f9f927a7d9ea2bc2849b6ae624335e98362f | |
tree | dc6bfd3c549dfef2370f48160fbe974a13447216 | tree | snapshot |
parent | 7c9f7038e923e6eb135b27c6fca9a010b034bc27 | commit | diff |
t7508: demonstrate status's failure to use --porcelain format with -z
When 'git status' is supplied the -z switch, and no output format has been
selected, it is supposed to use the --porcelain format. This does not
happen. Instead, the standard long format is used. Add a test to
demonstrate this failure.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When 'git status' is supplied the -z switch, and no output format has been
selected, it is supposed to use the --porcelain format. This does not
happen. Instead, the standard long format is used. Add a test to
demonstrate this failure.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7508-status.sh | diff | blob | history |