t1300: add test for --replace-all with value-pattern
authorDerrick Stolee <redacted>
Wed, 25 Nov 2020 22:12:52 +0000 (22:12 +0000)
committerJunio C Hamano <redacted>
Wed, 25 Nov 2020 22:43:48 +0000 (14:43 -0800)
commitd15671943e763902c7a9c070a988f3b0489f11f7
treea13a95c2eb6a1fd85dd17738d1dc0f09bd3d6c8c
parent2076dba281a0e9b16dc670d59a87c62c97b90a74
t1300: add test for --replace-all with value-pattern

The --replace-all option was added in 4ddba79d (git-config-set: add more
options) but was not tested along with the 'value-pattern' parameter.
Since we will be updating this option to optionally treat 'value-pattern'
as a fixed string, let's add a test here that documents the current
behavior.

Signed-off-by: Derrick Stolee <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t1300-config.sh
git clone https://git.99rst.org/PROJECT