> So probably the patch to implement the fallback should be more like > > if (SSH_ASKPASS is set but not GIT_ASKPASS) > set GIT_ASKPASS from SSH_ASKPASS > do you means just keep these? + if (!getenv("GIT_ASKPASS") && getenv("SSH_ASKPASS")) + setenv("GIT_ASKPASS", getenv("SSH_ASKPASS"), 1); best regards Frank Li -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html