Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
t3900: test rejecting log message with NULs correctly
It is not like that our longer term desire is to someday start accept log messages with NULs in them, so it is wrong to mark a test that demonstrates "git commit" that correctly fails given such an input as "expect-failure". "git commit" should fail today, and it should fail the same way in the future given a message with NUL in it. Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information