mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #986
- Update man page relatively to the fix of bug #986 Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
b5f4fa03d2
commit
9bfda55000
2 changed files with 6 additions and 4 deletions
|
@ -20,8 +20,8 @@ Bugs
|
|||
+ Fixed bug #968, a typo in the 'edit' command text (thanks to Victor Roetman).
|
||||
+ Fixed bug #973, including 'urgency' in the 'export' output (thanks to Andy
|
||||
Spiegl).
|
||||
+ Fixed bug #986, so that the 'info' report uses the correct date format
|
||||
(thanks to Louis-Claude Canon).
|
||||
+ Fixed bug #986, so that the 'info' report uses the correct date format, also
|
||||
applied patch to correct documentation (thanks to Louis-Claude Canon).
|
||||
+ Applied patch for bug #987, so that total active time does not continue to
|
||||
accumulate after an active task is completed (thanks to Louis-Claude Canon).
|
||||
+ Fixed bug #988, updating the documentation so that 'undo.data' usage is more
|
||||
|
|
|
@ -466,9 +466,11 @@ Enables the extension system. Defaults to on.
|
|||
This is a string of characters that define how taskwarrior formats date values.
|
||||
The precedence order for the configuration variable is report.X.dateformat then
|
||||
dateformat.report then dateformat. While report.X.dateformat only formats the
|
||||
due date in reports, dateformat.report formats the due date both in reports
|
||||
due date in reports, report.info.dateformat formats all the displayed dates of
|
||||
"task info" except for the date in each journal entry.
|
||||
dateformat.report formats the date both in reports
|
||||
and "task info". If both of these are not set then dateformat will be applied
|
||||
to the due date. Entered dates as well as all other displayed dates in reports
|
||||
to the date. Entered dates as well as all other displayed dates in reports
|
||||
are formatted according to dateformat.
|
||||
|
||||
The default value is: m/d/Y. The string should contain the characters:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue