mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-21 06:05:34 -06:00
.DDUMPs...
git-svn-id: svn://ultimatepp.org/upp/trunk@15645 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6082892b7e
commit
16e53b1439
1 changed files with 0 additions and 3 deletions
|
|
@ -28,12 +28,9 @@ int UrepoConsole::Git(const char *dir, const char *command, bool pwd)
|
|||
if(username.GetCount())
|
||||
cmd << UrlEncode(username) + ":";
|
||||
int p = cmd.GetCount();
|
||||
DDUMP(password);
|
||||
DDUMP(UrlEncode(password));
|
||||
cmd << UrlEncode(password);
|
||||
HidePassword(p, cmd.GetCount());
|
||||
cmd << "@" << url.Mid(https.GetCount());
|
||||
DDUMP(cmd);
|
||||
}
|
||||
}
|
||||
int code = CheckSystem(cmd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue