mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Merge
- Added support for URIs - Added push command (pushes *.data to remote location) - Added config option: merge.autopush
This commit is contained in:
parent
d362088305
commit
869655e818
8 changed files with 85 additions and 5 deletions
|
@ -78,6 +78,7 @@ int handleDenotate (std::string &);
|
|||
int handleDuplicate (std::string &);
|
||||
void handleUndo ();
|
||||
void handleMerge (std::string&);
|
||||
void handlePush (std::string&);
|
||||
#ifdef FEATURE_SHELL
|
||||
void handleShell ();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue