mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-230, TW-1329
- TW-230 Filter tasks on partial UUIDs (thanks to Paul Kishimoto). - TW-1329 Short UUIDs (thanks to Benjamin Weber).
This commit is contained in:
parent
e663072088
commit
5413d3172b
4 changed files with 31 additions and 24 deletions
|
@ -40,7 +40,7 @@
|
|||
#include <Lexer.h>
|
||||
|
||||
static const char* _uuid_pattern = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx";
|
||||
static const unsigned int _uuid_min_length = 14;
|
||||
static const unsigned int _uuid_min_length = 8;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Nibbler::Nibbler ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue