]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: honor TCLTK_PATH in git-gui--askpass
authorCarlo Marcelo Arenas Belón <carenas@gmail.com>
Thu, 31 Jul 2025 08:06:27 +0000 (01:06 -0700)
committerJohannes Sixt <j6t@kdbg.org>
Thu, 31 Jul 2025 16:42:54 +0000 (18:42 +0200)
commit0e3233b91393e3b5f21c310f202797a603294e0d
treeb3b56c7b81f656f871d5d2fa24e5d2f94eba2e37
parentdf41037be019863d1de86e5bacce91d7218758b1
git-gui: honor TCLTK_PATH in git-gui--askpass

Since its introduction in 8c76212 (git-gui: Add a simple implementation
of SSH_ASKPASS., 2008-10-15), git-gui--askpass has been calling whatever
wish interpreter is in the path, unlike git-gui.

Correct that by turning it into a script that would be processed at build
time.

Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
.gitignore
Makefile
generate-script.sh [new file with mode: 0755]
git-gui--askpass.sh [moved from git-gui--askpass with 100% similarity]
meson.build