You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 7d538e5 (CIHelper: add a convenient function to initialize e.g. the
Git worktree, 2025-08-15), I added logic to find the `git` executable on
the `PATH`, and to appease the `dugite` module whose Git functionality
GitGitGadget uses, set `GIT_EXEC_PATH` accordingly.
Unfortunately, I made a mistake and auto-piloted `/usr/bin/git` into the
call that was supposed to determine the correct `GIT_EXEC_PATH`, when
really, I wanted to use the just-found `git` executable instead.
Let's fix that mistake.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
0 commit comments