Re: [PATCH v3 1/1] Fix gitdir e.g. to respect core.hooksPath

2019-10-08 Thread Johannes Schindelin
Hi Pratyush, On Tue, 8 Oct 2019, Pratyush Yadav wrote: > Could you please change the commit subject to more clearly state that we > are caching all paths. This is not something just related to hooks any > more. It is related, but not exclusively so. Changed accordingly. > On 04/10/19 02:41PM, J

Re: [PATCH v3 1/1] Fix gitdir e.g. to respect core.hooksPath

2019-10-07 Thread Pratyush Yadav
Hi Johannes, Could you please change the commit subject to more clearly state that we are caching all paths. This is not something just related to hooks any more. On 04/10/19 02:41PM, Johannes Schindelin via GitGitGadget wrote: > From: Johannes Schindelin > > Since v2.9.0, Git knows about the

[PATCH v3 1/1] Fix gitdir e.g. to respect core.hooksPath

2019-10-04 Thread Johannes Schindelin via GitGitGadget
From: Johannes Schindelin Since v2.9.0, Git knows about the config variable core.hookspath that allows overriding the path to the directory containing the Git hooks. Since v2.10.0, the `--git-path` option respects that config variable, too, so we may just as well use that command. For Git versi