After installing
trunk
,
git rebase
would hang forever:
$ GIT_TRACE=2 git rebase -i other-branch
13:36:42.905813 git.c:460 trace: built-in: git rebase -i other-branch
13:36:42.950107 run-command.c:1524 run_processes_parallel: preparing to run up to 1 tasks
13:36:42.950145 run-command.c:655 trace: run_command: /Users/Ross/.cache/trunk/repos/bcdba96019adf8e197586aa7271276fc/git-hooks/pre-rebase this-branch
Even if I remove trunk's hooks, trunk replaces it when I run
trunk check
.