.DDUMPs...

git-svn-id: svn://ultimatepp.org/upp/trunk@15645 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2021-01-04 17:36:28 +00:00
parent 6082892b7e
commit 16e53b1439

View file

@ -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);