mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-1366
- TW-1366 In diagnostics it's called 'Cert', and in config it's called 'certificate' (thanks to Jack).
This commit is contained in:
parent
e7c8c0ca2a
commit
d850510375
3 changed files with 4 additions and 1 deletions
1
AUTHORS
1
AUTHORS
|
@ -219,3 +219,4 @@ suggestions:
|
||||||
Dirk Sarpe
|
Dirk Sarpe
|
||||||
Will Dietz
|
Will Dietz
|
||||||
Charles Ulrich
|
Charles Ulrich
|
||||||
|
Jack
|
||||||
|
|
|
@ -102,6 +102,8 @@
|
||||||
(thanks to Charles Ulrich).
|
(thanks to Charles Ulrich).
|
||||||
- TW-1345 taskrc.5 manpage errors.
|
- TW-1345 taskrc.5 manpage errors.
|
||||||
- TW-1361 Strange results with complex filter (thanks to Jim B).
|
- TW-1361 Strange results with complex filter (thanks to Jim B).
|
||||||
|
- TW-1366 In diagnostics it's called 'Cert', and in config it's called
|
||||||
|
'certificate' (thanks to Jack).
|
||||||
- Removed deprecated 'echo.command' setting, in favor of the 'header' and
|
- Removed deprecated 'echo.command' setting, in favor of the 'header' and
|
||||||
'affected' verbosity tokens.
|
'affected' verbosity tokens.
|
||||||
- Removed deprecated 'edit.verbose' setting, in favor of the 'edit' verbosity
|
- Removed deprecated 'edit.verbose' setting, in favor of the 'edit' verbosity
|
||||||
|
|
|
@ -249,7 +249,7 @@ int CmdDiagnostics::execute (std::string& output)
|
||||||
else
|
else
|
||||||
out << " Trust: strict\n";
|
out << " Trust: strict\n";
|
||||||
|
|
||||||
out << " Cert: "
|
out << "Certificate: "
|
||||||
<< context.config.get ("taskd.certificate")
|
<< context.config.get ("taskd.certificate")
|
||||||
<< (File (context.config.get ("taskd.certificate")).readable ()
|
<< (File (context.config.get ("taskd.certificate")).readable ()
|
||||||
? " (readable)" : " (not readable)")
|
? " (readable)" : " (not readable)")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue