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 1bee7a1 commit f85e7b2Copy full SHA for f85e7b2
git-gui/git-gui.sh
@@ -1244,6 +1244,9 @@ set have_tk85 [expr {[package vcompare $tk_version "8.5"] >= 0}]
1244
if {![info exists env(SSH_ASKPASS)]} {
1245
set env(SSH_ASKPASS) [gitexec git-gui--askpass]
1246
}
1247
+if {![info exists env(GIT_ASKPASS)]} {
1248
+ set env(GIT_ASKPASS) [gitexec git-gui--askpass]
1249
+}
1250
if {![info exists env(GIT_ASK_YESNO)]} {
1251
set env(GIT_ASK_YESNO) [gitexec git-gui--askyesno]
1252
0 commit comments