Merge branch 'ds/config-literal-value'
authorJunio C Hamano <gitster@pobox.com>
Tue, 8 Dec 2020 23:11:19 +0000 (15:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Dec 2020 23:11:19 +0000 (15:11 -0800)
commita10e7842abf8ec62dcd513cf74207cf2401aa2f2
tree8f9aa39f7428df4b99985db2b132f6b43b25f291
parent6bac6a1ef9e9c2bcf6f927e2e58e66ef39659e93
parentc902618795eee5dbc88ded238d0a359091ab0dee
Merge branch 'ds/config-literal-value'

Various subcommands of "git config" that takes value_regex
learn the "--literal-value" option to take the value_regex option
as a literal string.

* ds/config-literal-value:
  config doc: value-pattern is not necessarily a regexp
  config: implement --fixed-value with --get*
  config: plumb --fixed-value into config API
  config: add --fixed-value option, un-implemented
  t1300: add test for --replace-all with value-pattern
  t1300: test "set all" mode with value-pattern
  config: replace 'value_regex' with 'value_pattern'
  config: convert multi_replace to flags
config.c