Several tests did not comply with the documented test naming standard. The patch series was held off until updates to t7501 was merged to the master branch. Stephen P. Smith (5): t2000: rename and combine checkout clash tests t7509: cleanup description and filename t7502: rename commit test script to comply with naming convention t7500: rename commit tests script to comply with naming convention t7501: rename commit test to comply with naming convention t/t2000-checkout-cache-clash.sh | 60 -------- t/t2000-conflict-when-checking-files-out.sh | 135 ++++++++++++++++++ t/t2001-checkout-cache-clash.sh | 85 ----------- ...> t7500-commit-template-squash-signoff.sh} | 2 +- ....sh => t7501-commit-basic-funtionality.sh} | 0 ...02-commit.sh => t7502-commit-porcelain.sh} | 0 ...9-commit.sh => t7509-commit-authorship.sh} | 2 +- 7 files changed, 137 insertions(+), 147 deletions(-) delete mode 100755 t/t2000-checkout-cache-clash.sh create mode 100755 t/t2000-conflict-when-checking-files-out.sh delete mode 100755 t/t2001-checkout-cache-clash.sh rename t/{t7500-commit.sh => t7500-commit-template-squash-signoff.sh} (99%) rename t/{t7501-commit.sh => t7501-commit-basic-funtionality.sh} (100%) rename t/{t7502-commit.sh => t7502-commit-porcelain.sh} (100%) rename t/{t7509-commit.sh => t7509-commit-authorship.sh} (98%) -- 2.19.0