We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8cc160 commit c552636Copy full SHA for c552636
git-gui/git-gui.sh
@@ -1248,6 +1248,9 @@ set have_tk85 [expr {[package vcompare $tk_version "8.5"] >= 0}]
1248
if {![info exists env(SSH_ASKPASS)]} {
1249
set env(SSH_ASKPASS) [gitexec git-gui--askpass]
1250
}
1251
+if {![info exists env(GIT_ASKPASS)]} {
1252
+ set env(GIT_ASKPASS) [gitexec git-gui--askpass]
1253
+}
1254
if {![info exists env(GIT_ASK_YESNO)]} {
1255
set env(GIT_ASK_YESNO) [gitexec git-gui--askyesno]
1256
0 commit comments