We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a560dd6 commit ac3a1f1Copy full SHA for ac3a1f1
git-gui/git-gui.sh
@@ -1230,6 +1230,9 @@ set have_tk85 [expr {[package vcompare $tk_version "8.5"] >= 0}]
1230
if {![info exists env(SSH_ASKPASS)]} {
1231
set env(SSH_ASKPASS) [gitexec git-gui--askpass]
1232
}
1233
+if {![info exists env(GIT_ASKPASS)]} {
1234
+ set env(GIT_ASKPASS) [gitexec git-gui--askpass]
1235
+}
1236
if {![info exists env(GIT_ASK_YESNO)]} {
1237
set env(GIT_ASK_YESNO) [gitexec git-gui--askyesno]
1238
0 commit comments