X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7502-commit.sh;h=56cd866019dcc871e5dea684f1d879fcf2c1b884;hb=529f8c6ea6c13d85178d4ed10ed60ed8fd6f6c19;hp=ad42c78d7c21497a6ebb4e9cef4efd6334f947da;hpb=0fa0514b9172186d018c884da296ac6705c3e07c;p=git.git diff --git a/t/t7502-commit.sh b/t/t7502-commit.sh index ad42c78d7..fe9455229 100755 --- a/t/t7502-commit.sh +++ b/t/t7502-commit.sh @@ -234,7 +234,7 @@ cat >.git/FAKE_EDITOR <>negative && ! "$SHELL_PATH" -c '\'' echo kill -TERM $$ >> .git/FAKE_EDITOR @@ -258,4 +258,13 @@ test_expect_success 'Hand committing of a redundant merge removes dups' ' ' +test_expect_success 'A single-liner subject with a token plus colon is not a footer' ' + + git reset --hard && + git commit -s -m "hello: kitty" --allow-empty && + git cat-file commit HEAD | sed -e "1,/^$/d" >actual && + test $(wc -l