mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Documentation
- Fixed bug #988, updating the documentation so that 'undo.data' usage is more clearly stated (thanks to Louis-Claude Canon).
This commit is contained in:
parent
139011e1ae
commit
e16b33745e
2 changed files with 7 additions and 3 deletions
|
@ -21,6 +21,8 @@ Bugs
|
||||||
Spiegl).
|
Spiegl).
|
||||||
+ Fixed bug #986, so that the 'info' report uses the correct date format
|
+ Fixed bug #986, so that the 'info' report uses the correct date format
|
||||||
(thanks to Louis-Claude Canon).
|
(thanks to Louis-Claude Canon).
|
||||||
|
+ Fixed bug #988, updating the documentation so that 'undo.data' usage is more
|
||||||
|
clearly stated (thanks to Louis-Claude Canon).
|
||||||
+ Fixed grammar in feedback string (thanks to Uli Martens).
|
+ Fixed grammar in feedback string (thanks to Uli Martens).
|
||||||
+ Addressed valgrind complaints (thanks to Bryce Harrington).
|
+ Addressed valgrind complaints (thanks to Bryce Harrington).
|
||||||
+ Removed default configuration value for the obsolete 'annotations' setting.
|
+ Removed default configuration value for the obsolete 'annotations' setting.
|
||||||
|
|
|
@ -198,10 +198,12 @@ You need it if you want the undo capability, or the merge capability mentioned
|
||||||
above. But if it gets large, you can certainly truncate it to save space, just
|
above. But if it gets large, you can certainly truncate it to save space, just
|
||||||
be careful to delete lines from the top of the file, up to and including a
|
be careful to delete lines from the top of the file, up to and including a
|
||||||
separator '---'. The simplest way is to simply delete the undo.data file. Note
|
separator '---'. The simplest way is to simply delete the undo.data file. Note
|
||||||
that it does not slow down taskwarrior, because it is never read until you want
|
that it does not slow down taskwarrior in performance-sensitive areas, because
|
||||||
to undo. Otherwise taskwarrior only appends to the file.
|
it is typically not read until you want to undo, or report total active time in
|
||||||
|
the 'info' command. Taskwarrior generally only appends to the file.
|
||||||
|
|
||||||
It is not recommended that you delete the undo.data file.
|
It is not recommended that you delete the undo.data file, as it limits
|
||||||
|
functionality.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B Q: How do I know whether my terminal support 256 colors?
|
.B Q: How do I know whether my terminal support 256 colors?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue