Matthieu Moy writes:
> Tanay Abhra writes:
>
>> git_default_config() now uses config-set API functions to query for
>> values.
>
> I believe you missed a few spots:
>
> $ git grep -n 'git_default_config[^(]'
> Documentation/user-manual.txt:4287:git_config(git_default_config);
> archive.c
Tanay Abhra writes:
> git_default_config() now uses config-set API functions to query for
> values.
>
> Signed-off-by: Tanay Abhra
> ---
> Sorry, for the short log message, I will explain why.
> The git_default_config() rewrite is 100% complete, the only
> problem remains is the call sites; ther
Tanay Abhra writes:
> git_default_config() now uses config-set API functions to query for
> values.
I believe you missed a few spots:
$ git grep -n 'git_default_config[^(]'
Documentation/user-manual.txt:4287:git_config(git_default_config);
archive.c:416: git_config(git_default_config,
git_default_config() now uses config-set API functions to query for
values.
Signed-off-by: Tanay Abhra
---
Sorry, for the short log message, I will explain why.
The git_default_config() rewrite is 100% complete, the only
problem remains is the call sites; there are too many of them.
Some are call
4 matches
Mail list logo