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 836923d commit fe8f12dCopy full SHA for fe8f12d
git-gui/git-gui.sh
@@ -1289,6 +1289,9 @@ set have_tk85 [expr {[package vcompare $tk_version "8.5"] >= 0}]
1289
if {![info exists env(SSH_ASKPASS)]} {
1290
set env(SSH_ASKPASS) [gitexec git-gui--askpass]
1291
}
1292
+if {![info exists env(GIT_ASKPASS)]} {
1293
+ set env(GIT_ASKPASS) [gitexec git-gui--askpass]
1294
+}
1295
if {![info exists env(GIT_ASK_YESNO)]} {
1296
set env(GIT_ASK_YESNO) [gitexec git-gui--askyesno]
1297
0 commit comments