On 06/14, Jeff King wrote:
> On Tue, Jun 13, 2017 at 02:38:15PM -0700, Brandon Williams wrote:
>
> > > The same comments as before still apply:
> > >
> > > - this changes API to make opts->git_dir mandatory, which is error prone
> > > and easily avoidable, e.g. by making git_dir an argument to
On Tue, Jun 13, 2017 at 02:38:15PM -0700, Brandon Williams wrote:
> > The same comments as before still apply:
> >
> > - this changes API to make opts->git_dir mandatory, which is error prone
> > and easily avoidable, e.g. by making git_dir an argument to
> > git_config_with_options
>
> I st
On Tue, Jun 13, 2017 at 3:05 PM, Jonathan Nieder wrote:
> Junio C Hamano wrote:
>> On Tue, Jun 13, 2017 at 2:51 PM, Jonathan Nieder wrote:
>
>>> What is the next step, then? You can find the notion ridiculous but
>>> it's how this project has worked in my experience (and how other
>>> projects w
Junio C Hamano wrote:
> On Tue, Jun 13, 2017 at 2:51 PM, Jonathan Nieder wrote:
>> What is the next step, then? You can find the notion ridiculous but
>> it's how this project has worked in my experience (and how other
>> projects with similar patch-based workflows work).
>
> Does "patch-based"
On Tue, Jun 13, 2017 at 2:51 PM, Jonathan Nieder wrote:
>
> What is the next step, then? You can find the notion ridiculous but
> it's how this project has worked in my experience (and how other
> projects with similar patch-based workflows work).
Does "patch-based" have much to do with this? I
Brandon Williams wrote:
> On 06/13, 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/13, 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 occasionally
> > falling
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")' to ge
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
9 matches
Mail list logo