Re: [PATCH v2 0/2] config: list only variable names for completion

2015-05-28 Thread Jeff King
On Thu, May 28, 2015 at 02:29:33PM +0200, SZEDER Gábor wrote:

 Fixed misspelled option names in docs and in commit message, incorporated
 Peff's suggestions, and renamed 'show_only_keys' to 'omit_values' in 1/2.
 
 Only minor tweaking in 2/2's commit message.

This version looks good to me (though I agree with Junio's proposed
squash about the '[value_regex]' documentation).

-Peff
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v2 0/2] config: list only variable names for completion

2015-05-28 Thread SZEDER Gábor
Fixed misspelled option names in docs and in commit message, incorporated
Peff's suggestions, and renamed 'show_only_keys' to 'omit_values' in 1/2.

Only minor tweaking in 2/2's commit message.

SZEDER Gábor (2):
  config: add options to list only variable names
  completion: use new 'git config' options to reliably list variable
names

 Documentation/git-config.txt   | 12 ++--
 builtin/config.c   | 17 ++---
 contrib/completion/git-completion.bash | 19 +--
 t/t1300-repo-config.sh | 22 ++
 4 files changed, 51 insertions(+), 19 deletions(-)

-- 
2.4.2.349.g6883b65

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html