Jeff King wrote:
> On Mon, Jun 12, 2017 at 06:38:17PM -0700, Jonathan Nieder wrote:
>> Brandon Williams wrote:
>>> On 06/12, Jonathan Nieder wrote:
Alternatively, could this patch rename git_config_with_options? That
way any other patch in flight that calls git_config_with_options would
On 06/13, Jeff King wrote:
> On Mon, Jun 12, 2017 at 10:52:43PM -0700, Brandon Williams wrote:
>
> > > >> curious: Why get_git_common_dir() instead of get_git_dir()?
> > > >
> > > > Needs to be commondir since the config is stored in the common git
> > > > directory and not a per worktree git dire
On 06/13, Jeff King wrote:
> On Mon, Jun 12, 2017 at 11:16:27PM -0700, Brandon Williams wrote:
>
> > > > *puzzled* Why wasn't this needed before, then? The rest of the patch
> > > > should result in no functional change, but this part seems different.
> > >
> > > Now I'm puzzled, too. The origin
On Mon, Jun 12, 2017 at 11:16:27PM -0700, Brandon Williams wrote:
> > > *puzzled* Why wasn't this needed before, then? The rest of the patch
> > > should result in no functional change, but this part seems different.
> >
> > Now I'm puzzled, too. The original that got filled in lazily by the
> >
On Mon, Jun 12, 2017 at 11:16:27PM -0700, Brandon Williams wrote:
> > If the parameter is now required, then it might make sense for it to
> > become an actual function parameter instead of being stuffed into the
> > config_options struct. That would give you your breaking change, plus
> > make it
On Mon, Jun 12, 2017 at 10:52:43PM -0700, Brandon Williams wrote:
> > >> curious: Why get_git_common_dir() instead of get_git_dir()?
> > >
> > > Needs to be commondir since the config is stored in the common git
> > > directory and not a per worktree git directory.
> >
> > *puzzled* Why wasn't th
On 06/12, Jeff King wrote:
> On Mon, Jun 12, 2017 at 06:38:17PM -0700, Jonathan Nieder wrote:
>
> > Brandon Williams wrote:
> > > On 06/12, Jonathan Nieder wrote:
> >
> > >> Alternatively, could this patch rename git_config_with_options? That
> > >> way any other patch in flight that calls git_c
On 06/12, Jonathan Nieder wrote:
> Hi again,
>
> Brandon Williams wrote:
> > On 06/12, Jonathan Nieder wrote:
>
> >> Alternatively, could this patch rename git_config_with_options? That
> >> way any other patch in flight that calls git_config_with_options would
> >> conflict with this patch, giv
On Mon, Jun 12, 2017 at 06:38:17PM -0700, Jonathan Nieder wrote:
> Brandon Williams wrote:
> > On 06/12, Jonathan Nieder wrote:
>
> >> Alternatively, could this patch rename git_config_with_options? That
> >> way any other patch in flight that calls git_config_with_options would
> >> conflict wi
Hi again,
Brandon Williams wrote:
> On 06/12, Jonathan Nieder wrote:
>> Alternatively, could this patch rename git_config_with_options? That
>> way any other patch in flight that calls git_config_with_options would
>> conflict with this patch, giving us an opportunity to make sure it
>> also set
Brandon Williams wrote:
> On 06/12, Jonathan Nieder wrote:
>> Brandon Williams wrote:
>>> Commit 2185fde56 (config: handle conditional include when $GIT_DIR is
>>> not set up) added a 'git_dir' field to the config_options struct. Let's
>>> use this option field explicitly all the time instead of
On 06/12, Jonathan Nieder wrote:
> Hi,
>
> Brandon Williams wrote:
>
> > Commit 2185fde56 (config: handle conditional include when $GIT_DIR is
> > not set up) added a 'git_dir' field to the config_options struct. Let's
> > use this option field explicitly all the time instead of occasionally
> >
Hi,
Brandon Williams wrote:
> Commit 2185fde56 (config: handle conditional include when $GIT_DIR is
> not set up) added a 'git_dir' field to the config_options struct. Let's
> use this option field explicitly all the time instead of occasionally
> falling back to calling 'git_pathdup("config")'
Commit 2185fde56 (config: handle conditional include when $GIT_DIR is
not set up) added a 'git_dir' field to the config_options struct. Let's
use this option field explicitly all the time instead of occasionally
falling back to calling 'git_pathdup("config")' to get the path to the
local repositor
14 matches
Mail list logo