mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug Workaround - locking
- Added support for the "locking" configuration variable that disables file locking. This can be helpful to folks who use task on Solaris, and store their task data files on an NFS mount.
This commit is contained in:
parent
dc946e175e
commit
d174bb1143
8 changed files with 58 additions and 15 deletions
|
@ -367,8 +367,8 @@ std::string handleVersion (Config& conf)
|
|||
"blanklines color color.active color.due color.overdue color.pri.H "
|
||||
"color.pri.L color.pri.M color.pri.none color.recurring color.tagged "
|
||||
"confirmation curses data.location dateformat default.command "
|
||||
"default.priority defaultwidth due monthsperline nag newest next oldest "
|
||||
"project shadow.command shadow.file shadow.notify";
|
||||
"default.priority defaultwidth due locking monthsperline nag newest next "
|
||||
"oldest project shadow.command shadow.file shadow.notify";
|
||||
|
||||
// This configuration variable is supported, but not documented. It exists
|
||||
// so that unit tests can force color to be on even when the output from task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue