From: Junio C Hamano Date: Sat, 7 Sep 2019 16:23:38 +0000 (-0700) Subject: Merge branch 'sg/complete-configuration-variables' into next X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9921f0e536111b0acb6060dc3d345f6fe281dd76;p=git Merge branch 'sg/complete-configuration-variables' into next Command line completion updates for "git -c var.name=val" * sg/complete-configuration-variables: completion: complete config variables and values for 'git clone --config=' completion: complete config variables names and values for 'git clone -c' completion: complete values of configuration variables after 'git -c var=' completion: complete configuration sections and variable names for 'git -c' completion: split _git_config() completion: simplify inner 'case' pattern in __gitcomp() completion: use 'sort -u' to deduplicate config variable names completion: deduplicate configuration sections completion: add tests for 'git config' completion completion: complete more values of more 'color.*' configuration variables completion: fix a typo in a comment --- 9921f0e536111b0acb6060dc3d345f6fe281dd76