t/t7507: improve test coverage
commit98baeb794d90e1bf0561355bc6543f9d9072a390
authorPranit Bauva <pranit.bauva@gmail.com>
Thu, 5 May 2016 09:49:59 +0000 (5 15:19 +0530)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 May 2016 18:52:45 +0000 (5 11:52 -0700)
tree79593f59de76544b71f368b117e633159c93747e
parent7d1771524c8bc39856f7b30769c2f47c6061ba2f
t/t7507: improve test coverage

git-commit and git-status share the same implementation thus it is
necessary to ensure that changes specific to git-commit don't
accidentally impact git-status.

This test verifies that changes made to verbose in git-commit does not
impact git-status.

Signed-off-by: Pranit Bauva <pranit.bauva@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7507-commit-verbose.sh