Re: git-gui ignores core.hooksPath

2018-07-10 Thread Philip Oakley
From: "Johannes Schindelin" Hi Phillip, On Wed, 14 Jun 2017, Philipp Gortan wrote: thanks for following up, > Indeed. Why don't you give it a try? Actually, I already did: https://github.com/patthoyts/git-gui/pull/12 You might want to post your analysis and patch there as well... I

Re: git-gui ignores core.hooksPath

2018-07-10 Thread Johannes Schindelin
Hi Phillip, On Wed, 14 Jun 2017, Philipp Gortan wrote: > thanks for following up, > > > Indeed. Why don't you give it a try? > > Actually, I already did: https://github.com/patthoyts/git-gui/pull/12 > > You might want to post your analysis and patch there as well... I wonder what good

Re: git-gui ignores core.hooksPath

2018-06-12 Thread Johannes Sixt
Am 11.06.2018 um 23:58 schrieb Stefan Beller: On Mon, Jun 4, 2018 at 10:48 PM Bert Wesarg wrote: the last time this topic came up, Stefan (in Cc) offered to volunteer. Stefan, is this offer still open? I would support this. After I made this offer, I started looking at the code base more and

Re: git-gui ignores core.hooksPath

2018-06-11 Thread Stefan Beller
On Mon, Jun 4, 2018 at 10:48 PM Bert Wesarg wrote: > > On Wed, Apr 11, 2018 at 12:50 AM, Junio C Hamano wrote: > > Chris Maes writes: > > > >> Is there any hope from here that anyone will pick up this / these > >> changes? Will anyone else be assigned the main responsible for this > >> git-gui

Re: git-gui ignores core.hooksPath

2018-06-04 Thread Bert Wesarg
On Wed, Apr 11, 2018 at 12:50 AM, Junio C Hamano wrote: > Chris Maes writes: > >> Is there any hope from here that anyone will pick up this / these >> changes? Will anyone else be assigned the main responsible for this >> git-gui repository? >> >> Just hoping to revive the discussion here, since

Re: git-gui ignores core.hooksPath

2018-04-10 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > Isn't everyone involved much better solved if we come up with some plan > to split these off from git.git? I.e. I think if if git-gui, gitk and > gitweb were proposed for inclusion in-tree today I don't think we'd > bite, and instead point to

Re: git-gui ignores core.hooksPath

2018-04-10 Thread Ævar Arnfjörð Bjarmason
On Tue, Apr 10 2018, Junio C. Hamano wrote: > Chris Maes writes: > >> Is there any hope from here that anyone will pick up this / these >> changes? Will anyone else be assigned the main responsible for this >> git-gui repository? >> >> Just hoping to revive the discussion

Re: git-gui ignores core.hooksPath

2018-04-10 Thread Junio C Hamano
Chris Maes writes: > Is there any hope from here that anyone will pick up this / these > changes? Will anyone else be assigned the main responsible for this > git-gui repository? > > Just hoping to revive the discussion here, since the > https://github.com/patthoyts/git-gui/

Re: git-gui ignores core.hooksPath

2018-04-10 Thread Johannes Schindelin
Hi Chris, On Tue, 10 Apr 2018, Chris Maes wrote: > using git 2.16 the same problem is still present. And probably 2.17, too. > I see that the pull request https://github.com/patthoyts/git-gui/pull/12 > (along with 15 other pull requests) are lying around since about one > year without any sign

Re: git-gui ignores core.hooksPath

2018-04-10 Thread Chris Maes
Hello, using git 2.16 the same problem is still present. I see that the pull request https://github.com/patthoyts/git-gui/pull/12 (along with 15 other pull requests) are lying around since about one year without any sign of life from patthoyts. Is there any hope from here that anyone will

Re: git-gui ignores core.hooksPath

2017-06-14 Thread Philipp Gortan
Dear Johannes, thanks for following up, > Indeed. Why don't you give it a try? Actually, I already did: https://github.com/patthoyts/git-gui/pull/12 You might want to post your analysis and patch there as well... cu, Philipp signature.asc Description: OpenPGP digital signature

Re: git-gui ignores core.hooksPath

2017-06-14 Thread Johannes Schindelin
Hi, On Fri, 2 Jun 2017, Ævar Arnfjörð Bjarmason wrote: > On Fri, Jun 2, 2017 at 3:41 PM, Philipp Gortan wrote: > > > I've been unhappy for quite a while that I had to configure the hooks > > manually for each of my repos - until I found out recently that there > > is the

Re: git-gui ignores core.hooksPath

2017-06-02 Thread Philipp Gortan
Thanks Philip, I've created a pull request there - https://github.com/patthoyts/git-gui/pull/12 signature.asc Description: OpenPGP digital signature

Re: git-gui ignores core.hooksPath

2017-06-02 Thread Philip Oakley
From: "Ævar Arnfjörð Bjarmason" On Fri, Jun 2, 2017 at 3:41 PM, Philipp Gortan wrote: Hi git devs, First off, thanks for your awesome work! I've been unhappy for quite a while that I had to configure the hooks manually for each of my repos - until I

Re: git-gui ignores core.hooksPath

2017-06-02 Thread Ævar Arnfjörð Bjarmason
On Fri, Jun 2, 2017 at 3:41 PM, Philipp Gortan wrote: > Hi git devs, > > First off, thanks for your awesome work! > > I've been unhappy for quite a while that I had to configure the hooks > manually for each of my repos - until I found out recently that there is > the

Re: git-gui ignores core.hooksPath

2017-06-02 Thread Samuel Lijin
On Fri, Jun 2, 2017 at 9:41 AM, Philipp Gortan wrote: > Hi git devs, > > First off, thanks for your awesome work! > > I've been unhappy for quite a while that I had to configure the hooks > manually for each of my repos - until I found out recently that there is > the

git-gui ignores core.hooksPath

2017-06-02 Thread Philipp Gortan
Hi git devs, First off, thanks for your awesome work! I've been unhappy for quite a while that I had to configure the hooks manually for each of my repos - until I found out recently that there is the core.hooksPath config variable that (when set globally) allows me to specify a hooks directory

git-gui ignores core.hookspath

2017-02-04 Thread matthias.serfling
Hello, I’m running on $ git --version --build-options git version 2.11.0.windows.3 built from commit: e11df2efb3072fe73153442589129d2eb8d9ea02 sizeof-long: 4 machine: x86_64 and trying to use core.hookspath with git-gui in my local repository in windows cmd shell $ cmd.exe /c ver Microsoft