Re: [PATCH] doc: fix config API documentation about config_with_options

2018-05-14 Thread Brandon Williams
On 05/12, Antonio Ospite wrote: > On Wed, 9 May 2018 10:19:50 -0700 > Brandon Williams wrote: > > > On 05/09, Antonio Ospite wrote: > > > In commit dc8441fdb ("config: don't implicitly use gitdir or commondir", > > > 2017-06-14) the function git_config_with_options was renamed

Re: [PATCH] doc: fix config API documentation about config_with_options

2018-05-11 Thread Junio C Hamano
Brandon Williams writes: > On 05/09, Antonio Ospite wrote: >> In commit dc8441fdb ("config: don't implicitly use gitdir or commondir", >> 2017-06-14) the function git_config_with_options was renamed to >> config_with_options to better reflect the fact that it does not access

Re: [PATCH] doc: fix config API documentation about config_with_options

2018-05-11 Thread Antonio Ospite
On Wed, 9 May 2018 10:19:50 -0700 Brandon Williams wrote: > On 05/09, Antonio Ospite wrote: > > In commit dc8441fdb ("config: don't implicitly use gitdir or commondir", > > 2017-06-14) the function git_config_with_options was renamed to > > config_with_options to better

Re: [PATCH] doc: fix config API documentation about config_with_options

2018-05-09 Thread Brandon Williams
On 05/09, Antonio Ospite wrote: > In commit dc8441fdb ("config: don't implicitly use gitdir or commondir", > 2017-06-14) the function git_config_with_options was renamed to > config_with_options to better reflect the fact that it does not access > the git global config or the repo config by

[PATCH] doc: fix config API documentation about config_with_options

2018-05-09 Thread Antonio Ospite
In commit dc8441fdb ("config: don't implicitly use gitdir or commondir", 2017-06-14) the function git_config_with_options was renamed to config_with_options to better reflect the fact that it does not access the git global config or the repo config by default. However