mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 01:27:20 +02:00
Sync
- added description substrings to output of merge command
This commit is contained in:
parent
1e38cbd6a0
commit
af490fb634
3 changed files with 35 additions and 9 deletions
|
@ -60,6 +60,7 @@ bool compare (const std::string&, const std::string&, bool sensitive = true);
|
|||
std::string::size_type find (const std::string&, const std::string&, bool sensitive = true);
|
||||
std::string::size_type find (const std::string&, const std::string&, std::string::size_type, bool sensitive = true);
|
||||
int strippedLength (const std::string&);
|
||||
std::string cutOff (const std::string&, std::string::size_type);
|
||||
|
||||
// UTF-8 aware.
|
||||
int characters (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue