Fixed issue #568: push using ssh private key with a password fails the first time
commit384b13183dc0aa78f96245d1d27ac534cee24e24
authorFrank Li <lznuaa@gmail.com>
Sat, 2 Oct 2010 14:17:45 +0000 (2 22:17 +0800)
committerFrank Li <lznuaa@gmail.com>
Sat, 2 Oct 2010 14:17:45 +0000 (2 22:17 +0800)
tree7f136ce03841610f2242973d03107b7df48167da
parentdeeb4e17d57ca128da373f6369477bbc371b4f7d
Fixed issue #568: push using ssh private key with a password fails the first time

Pageant return directly. Need wait for load key finish.
pageant key -c touch tmp.file. We wait for tmp.file exist.

Signed-off-by: Frank Li <lznuaa@gmail.com>
16 files changed:
src/TortoiseGit.sln
src/TortoiseGitSetup/FeaturesFragment.wxi
src/TortoiseGitSetup/Includes.wxi
src/TortoiseGitSetup/StructureFragment.wxi
src/TortoiseProc/AppUtils.cpp
src/touch/ReadMe.txt [new file with mode: 0644]
src/touch/Resource.h [new file with mode: 0644]
src/touch/small.ico [new file with mode: 0644]
src/touch/stdafx.cpp [new file with mode: 0644]
src/touch/stdafx.h [new file with mode: 0644]
src/touch/targetver.h [new file with mode: 0644]
src/touch/touch.cpp [new file with mode: 0644]
src/touch/touch.h [new file with mode: 0644]
src/touch/touch.ico [new file with mode: 0644]
src/touch/touch.rc [new file with mode: 0644]
src/touch/touch.vcproj [new file with mode: 0644]