mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Revert "get back the old gitx_asskpasswd"
This reverts commit fb6abc7de7.
This commit is contained in:
@@ -68,8 +68,8 @@
|
||||
|
||||
if ([PBGitDefaults useAskPasswd]) {
|
||||
// Make sure Git's SSH password requests get forwarded to our little UI tool:
|
||||
setenv( "SSH_ASKPASS", [[[NSBundle mainBundle] pathForResource: @"gitx_askpasswd" ofType: @""] UTF8String], 1 );
|
||||
setenv( "DISPLAY", "localhost:0", 1 );
|
||||
setenv( "SSH_ASKPASS", [[[NSBundle mainBundle] pathForResource: @"gitx_askpasswd" ofType: @""] UTF8String], 1 );
|
||||
setenv( "DISPLAY", "localhost:0", 1 );
|
||||
}
|
||||
|
||||
[self registerServices];
|
||||
|
||||
Reference in New Issue
Block a user