commit | 18374e584ca7a820457c1d83ee99867c216e7b75 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Thu Jun 26 13:16:33 2008 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jun 26 13:26:25 2008 -0700 |
tree | 4745a5ec231cc46b28fd4531e9b71a5476606fed | |
parent | e636106c76e0273334940d899de1c928d08b29e8 [diff] |
diff --check: do not discard error status upon seeing a good line "git diff --check" should return non-zero when there was any whitespace error but the code only paid attention to the error status of the last new line in the patch. Signed-off-by: Junio C Hamano <gitster@pobox.com>