Gabriel Nützi

Results 256 comments of Gabriel Nützi

https://github.com/yargevad/filepathx/pull/4

@Techcable: Thanks for the review. Cool if its usable =). I was not yet sure about the function either. Your suggestion sounds very good. Both options are totally legit and...

Jeah I noticed this as well: Its the `legacy_transform_update_shared_hooks` which prints 'Finished' and also it seems you have the hooks installed in the `/home/vadam/devhome/.githooks/release/.git` was that an artefact where we...

@mjk-gh : There is a new Githooks executable (written in Go compiled to native) which does not have these problems. https://github.com/gabyx/githooks. I won't maintain the Shell version anymore, because its...

Here is another bugfix you might be interested: https://github.com/gabyx/Githooks/pull/84 When running the `git hooks ...` -> Try to unset GIT_DIR and probably GIT_WORKTREE (?) because git sets this when accidentially...

FYI: This is implemented in the new version: https://github.com/gabyx/githooks#trusting-hooks

@mjk-gh : > wonderful hammer 😂 Ok to be honest git hooks stuff is not the easiest, it needs a thorough understanding of the underlying git logic an setup sadly....

@mjk-gh : See my answer in https://github.com/gabyx/Githooks/issues/24 If this helps you -> Star it ;-)