mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Configuration
- Removed bizarre entries 'project' and 'column.spacing' from the list of allowed settings. - Removed obsolete 'export.ical.class' setting.
This commit is contained in:
parent
fdd660fb75
commit
eaecc13cae
1 changed files with 0 additions and 3 deletions
|
@ -120,7 +120,6 @@ int CmdShow::execute (std::string& output)
|
||||||
" color.undo.after"
|
" color.undo.after"
|
||||||
" color.undo.before"
|
" color.undo.before"
|
||||||
" column.padding"
|
" column.padding"
|
||||||
" column.spacing"
|
|
||||||
" complete.all.projects"
|
" complete.all.projects"
|
||||||
" complete.all.tags"
|
" complete.all.tags"
|
||||||
" confirmation"
|
" confirmation"
|
||||||
|
@ -147,7 +146,6 @@ int CmdShow::execute (std::string& output)
|
||||||
" edit.verbose" // Deprecated 2.0
|
" edit.verbose" // Deprecated 2.0
|
||||||
" editor"
|
" editor"
|
||||||
" exit.on.missing.db"
|
" exit.on.missing.db"
|
||||||
" export.ical.class"
|
|
||||||
" expressions"
|
" expressions"
|
||||||
" extensions"
|
" extensions"
|
||||||
" fontunderline"
|
" fontunderline"
|
||||||
|
@ -169,7 +167,6 @@ int CmdShow::execute (std::string& output)
|
||||||
" monthsperline"
|
" monthsperline"
|
||||||
" nag"
|
" nag"
|
||||||
" patterns"
|
" patterns"
|
||||||
" project"
|
|
||||||
" pull.default.uri"
|
" pull.default.uri"
|
||||||
" push.default.uri"
|
" push.default.uri"
|
||||||
" recurrence.indicator"
|
" recurrence.indicator"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue