]> git.ipfire.org Git - thirdparty/git.git/commit
t3206: fix incorrect test name
authorDenton Liu <liu.denton@gmail.com>
Fri, 6 Dec 2019 20:16:22 +0000 (12:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Dec 2019 20:34:17 +0000 (12:34 -0800)
commit828765dfe0a4a1baae7fae750cbb6a62fcb32c7a
treeec727f1588394c7119806bf95723b6710288a876
parent5b583e6a09dc2095160a4489502577a5a20b400e
t3206: fix incorrect test name

The name of the test used to indicate that it was testing the `--notes`
option but it was really testing the `format.notes` configuration.
Correct the test name to reflect this.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3206-range-diff.sh