]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: massage "git-gui--askyesno" with "generate-script.sh"
authorPatrick Steinhardt <ps@pks.im>
Tue, 10 Feb 2026 13:18:04 +0000 (14:18 +0100)
committerPatrick Steinhardt <ps@pks.im>
Tue, 17 Feb 2026 05:59:04 +0000 (06:59 +0100)
commitd4fa9a6aef48ec9660de2be937418ec1d802aad4
treecb3df266bb6c05932d87aac98869a6251c9b2cf8
parent8334d5e459de0386cf7b5b87cec136d62c14c3ad
git-gui: massage "git-gui--askyesno" with "generate-script.sh"

In e749c87 (git-gui: provide question helper for retry fallback on
Windows, 2025-08-28) we have introudced a new "git-gui--askyesno" helper
script. While the script is conceptually similar to our existing helper
script "git-gui--askpass", we don't massage it via "generate-script.sh".
This means that build options like the path to the wish shell are not
propagated correctly.

Fix this issue.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
.gitignore
Makefile
git-gui--askyesno.sh [moved from git-gui--askyesno with 100% similarity]