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

2017-06-14 Thread Johannes Schindelin
Hi Philipp, On Fri, 2 Jun 2017, Philipp Gortan wrote: > Signed-off-by: Philipp Gortan I just saw this. I made sure that the thread to which I just replied did not have any news from you, but you simply started a new thread ;-) This commit message needs a little bit of love. Something along the

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 ---