]> granicus.if.org Git - git/commit
t7502: rename commit test script to comply with naming convention
authorStephen P. Smith <ischis2@cox.net>
Tue, 23 Oct 2018 03:53:39 +0000 (20:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Oct 2018 05:15:09 +0000 (14:15 +0900)
commit53f684e2645b7c96ca5b52f6ce7f6144914a2f18
tree1aeaca3840f35731897c7ad2105b657e5a26075d
parent4625540df8f1959f4d52f8e5cd0fd4677875e855
t7502: rename commit test script to comply with naming convention

When the test naming convention was documented[1] the commit script
was not renamed.

The test description for t7502 indicates that the test file is to
contain porcelain type options for the commit command.

The tests don't fall into a single category.  There are tests for
cleanup, sign-off, multiple message options, etc.

Rename the t7502-commit.sh to t7502-commit-porcelain.sh which reflects
the high level nature and usage of the options to commit.

[1] f50c9f76c ("Rename some test scripts and describe the naming convention", 2005-05-15)

Signed-off-by: Stephen P. Smith <ischis2@cox.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7502-commit-porcelain.sh [moved from t/t7502-commit.sh with 100% similarity]