Alessio Caiazza
Alessio Caiazza
@jfbus do you think you could review this? 🙏
Same for me, I was testing a new command I added in lefthook and I noticed that gitbutler happily committed something that was supposed to make the pre-commit check fail
I'm using https://github.com/evilmartians/lefthook and it installs a script like this one. ``` cat .git/hooks/pre-commit #!/bin/sh if [ "$LEFTHOOK" = "0" ]; then exit 0 fi call_lefthook() { dir="$(git rev-parse --show-toplevel)"...
@krlvi this morning I was on another mac and decided to test if this issue was depending on my machine. I started with your pre-commit hook and it worked as...
I think I found where is the issue, `lefthook` seems to interact with the staged files and I'm quite sure gitbutler don't make use of it. With a bunch of...
same here. nexus 7 LTE (2013) with CianogenMod 11
Thank you, same problem on macOS.
BUG-7acfa135fc36d7f747b9621f3a4620e2b8ca6d01b69f38d826abcdca83dc0e4d-20250613205647Z-07de371d08772999 I have ipv6only tailnet
I experienced this situation yesterday. Is there a way we can make use of `git revert COMMIT_SHA` today? Even if it may require some workaround? I had a very unexpected...
 I'm having this consistently on my forks, it happened contributing to GitButler and NixOS packages. In both cases, I have a fork of the project and two remotes in...