mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug
- Fixed bug that marked config variables {push,pull,merge}.*.uri as "unrecognized".
This commit is contained in:
parent
ab575372d7
commit
f20163ef7d
1 changed files with 3 additions and 0 deletions
|
@ -226,6 +226,9 @@ int CmdShow::execute (std::string& output)
|
||||||
i->substr (0, 7) != "report." &&
|
i->substr (0, 7) != "report." &&
|
||||||
i->substr (0, 6) != "alias." &&
|
i->substr (0, 6) != "alias." &&
|
||||||
i->substr (0, 5) != "hook." &&
|
i->substr (0, 5) != "hook." &&
|
||||||
|
i->substr (0, 5) != "push." &&
|
||||||
|
i->substr (0, 5) != "pull." &&
|
||||||
|
i->substr (0, 6) != "merge." &&
|
||||||
i->substr (0, 21) != "urgency.user.project." &&
|
i->substr (0, 21) != "urgency.user.project." &&
|
||||||
i->substr (0, 17) != "urgency.user.tag.")
|
i->substr (0, 17) != "urgency.user.tag.")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue