On 7/30/25 3:04 PM, Johannes Sixt wrote: > Am 30.07.25 um 18:40 schrieb Carlo Marcelo Arenas Belón: >> Propagate the `git --exec-path` that is defined at build time >> and use it when defining which askpass helper to use by default. >> >> This is specially useful in macOS where a broken version of that >> helper is provided by the system git. >> >> Signed-off-by: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx> >> --- > The expectation is that git-gui--askpass is colocated with git-gui, and not with git. This directory is found at runtime as [file dirname [file normalize $::argv0]]] It seems to me we could just put this into git-gui.sh instead of [git --exec-path], and the patch is much simpler. Mark