Re: overriding/removing inherited credential.helper, Do not add an empty value from config credential.helper

2013-02-07 Thread Ted Zlatanov
On Thu, 07 Feb 2013 10:23:20 -0800 Junio C Hamano wrote: JCH> "Clear everything you saw so far" would be useful for variables JCH> other than "credential.helper"; shouldn't it be done by adding a JCH> general syntax to the configuration file format and teach the JCH> configuration parser to clea

Re: overriding/removing inherited credential.helper, Do not add an empty value from config credential.helper

2013-02-07 Thread Junio C Hamano
Ted Zlatanov writes: >> Below is current git message when a local config credential.helper has >> an empty value. Please skip an empty value. > >> $ git push --force origin master >> git: 'credential-' is not a git command. See 'git --help'. >> Did you mean this? >>credential Why isn't "

Re: overriding/removing inherited credential.helper, Do not add an empty value from config credential.helper

2013-02-07 Thread Ted Zlatanov
On Sat, 10 Nov 2012 23:12:50 +0800 乙酸鋰 wrote: > In credential.c, line 67: > if (!strcmp(key, "helper")) > string_list_append(&c->helpers, value); > In global config, I add one credential helper. > But I do not want to use any credential helper in a specific repository. > Currently t

Do not add an empty value from config credential.helper

2012-11-10 Thread 乙酸鋰
Below is current git message when a local config credential.helper has an empty value. Please skip an empty value. $ git push --force origin master git: 'credential-' is not a git command. See 'git --help'. Did you mean this? credential Total 0 (delta 0), reused 0 (delta 0) To https://u..