]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7501-commit-basic-functionality.sh
t7501: add test of "commit --dry-run --short"
authorStephen P. Smith <ischis2@cox.net>
Thu, 6 Sep 2018 00:53:28 +0000 (17:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Sep 2018 21:38:26 +0000 (14:38 -0700)
commit8282f59f90b8d864f245dd04a79106b9e620e137
tree5fe75cf06579540a2af0cf98d6e34ec8e362e159
parent6fa9019494f018c560a3979be604f27d12e95659
t7501: add test of "commit --dry-run --short"

Add test for commit with --dry-run --short for a new file of zero
length.

The test demonstrates that the setting of the committable flag is
broken.

Signed-off-by: Stephen P. Smith <ischis2@cox.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7501-commit.sh