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-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: [PATCH] respect core.hooksPath, falling back to .git/hooks

2017-06-02 Thread Philipp Gortan
Dear Philip, the previous mail contains a patch against the master of http://repo.or.cz/git-gui.git Could you please review it? I am not a TCL developer, so please take extra care! Thanks, Philipp signature.asc Description: OpenPGP digital signature

[PATCH] respect core.hooksPath, falling back to .git/hooks

2017-06-02 Thread Philipp Gortan
Signed-off-by: Philipp Gortan --- The following patch tries to fix git-gui to respect the core.hooksPath config variable, falling back to the old behavior. git-gui.sh | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/git-gui.sh b/git-gui.sh index 5bc21b8..a5335b1 100755

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 t