aboutsummaryrefslogtreecommitdiffstats
path: root/commands/add.go
Commit message (Collapse)AuthorAgeFilesLines
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-011-1/+1
|
* moved cleaner function to util/interruptRafael Passos2018-10-241-2/+2
|
* Registering lock clearing functions to CleanerRafael Passos2018-10-231-0/+2
|
* commands: unify the processing from editor/file/stdin for "add" and "comment ↵Michael Muré2018-10-171-8/+8
| | | | | | add" fix #68
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-171-3/+4
| | | | fix #67
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-1/+1
|
* cmd: rename 'new' into 'add' to have a verbMichael Muré2018-09-151-0/+75