mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-02 21:57:19 +02:00
Feature #881
* Output of URIs (during merge, pull, push) now omits passwords.
This commit is contained in:
parent
93337f499e
commit
ea44eaac1c
5 changed files with 28 additions and 3 deletions
|
@ -97,7 +97,7 @@ int CmdMerge::execute (std::string& output)
|
|||
if (tmpfile != "")
|
||||
remove (tmpfile.c_str ());
|
||||
|
||||
if (((sAutopush == "ask") && (confirm (format (STRING_CMD_MERGE_CONFIRM, uri._data))))
|
||||
if (((sAutopush == "ask") && (confirm (format (STRING_CMD_MERGE_CONFIRM, uri.ToString ()))))
|
||||
|| (bAutopush))
|
||||
{
|
||||
// Derive autopush uri from merge.default.uri? otherwise: change prompt above
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue