mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +02:00
Bug #1038
- Fixed bug #1038, which prints blank lines with bulk changes and when the verbose attributes does not specify it. - Lines do a better separation between each changes also.
This commit is contained in:
parent
54e3de8118
commit
406f098263
11 changed files with 20 additions and 1 deletions
|
@ -127,6 +127,8 @@ int CmdDenotate::execute (std::string& output)
|
|||
if (context.verbose ("project"))
|
||||
projectChanges[task->get ("project")] = onProjectChange (*task, false);
|
||||
}
|
||||
if (context.verbose ("blank"))
|
||||
std::cout << "\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue