githooks icon indicating copy to clipboard operation
githooks copied to clipboard

Upstream bugfixes.

Open gabyx opened this issue 4 years ago • 1 comments

For your info, if this might be the case here too.

Failing a reference-transaction 'prepared- hook is really ugly and lead to problems...

https://github.com/gabyx/Githooks/pull/70

gabyx avatar Dec 10 '21 15:12 gabyx

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 inside a .git dir. Resorting to all sorts of stupid problems (executing install --global in your if I can remember etc...) . Rather unset it because its not needed.

gabyx avatar Dec 28 '21 22:12 gabyx