Skip to content

Commit

Permalink
GIT_SSH and SSH_ASKPASS integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Sep 12, 2011
1 parent 3ba6427 commit b07331a
Show file tree
Hide file tree
Showing 75 changed files with 198 additions and 584 deletions.
3 changes: 3 additions & 0 deletions src/cpp/session/SessionClientEvent.cpp
Expand Up @@ -65,6 +65,7 @@ const int kConsoleWriteInput = 38;
const int kShowWarningBar = 39;
const int kOpenProjectError = 40;
const int kVcsRefresh = 41;
const int kAskPass = 42;

}

Expand Down Expand Up @@ -163,6 +164,8 @@ std::string ClientEvent::typeName() const
return "open_project_error";
case client_events::kVcsRefresh:
return "vcs_refresh";
case client_events::kAskPass:
return "ask_pass";
default:
LOG_WARNING_MESSAGE("unexpected event type: " +
boost::lexical_cast<std::string>(type_));
Expand Down
Binary file removed src/cpp/session/askpass/AskPass.ico
Binary file not shown.
35 changes: 0 additions & 35 deletions src/cpp/session/askpass/AskPassMain.cpp

This file was deleted.

245 changes: 0 additions & 245 deletions src/cpp/session/askpass/CMakeLists.txt

This file was deleted.

8 changes: 0 additions & 8 deletions src/cpp/session/askpass/FixBundle.cmake.in

This file was deleted.

0 comments on commit b07331a

Please sign in to comment.