Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commands: cleanup the command's usage to avoid warnings when generating the doc | Michael Muré | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | commands: open and close the backend in a single place, simplify commands | Michael Muré | 2020-06-28 | 1 | -14/+5 |
| | |||||
* | commands: refactor to avoid globals | Michael Muré | 2020-06-28 | 1 | -16/+17 |
| | |||||
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 1 | -3/+3 |
| | |||||
* | commands: fix ls-id description | Michael Muré | 2019-05-04 | 1 | -1/+1 |
| | |||||
* | Added Register.Cleaner | Sladyn | 2019-03-06 | 1 | -0/+2 |
| | |||||
* | Combined variable declaration and assignment | Sladyn | 2019-03-05 | 1 | -2/+1 |
| | |||||
* | ls-id.go: Fixing ls-id | Sladyn | 2019-03-05 | 1 | -2/+10 |
| | | | | | Adding check for length of args Pulling bugIds from correct backend. | ||||
* | ls-id.go:Add ls-id [<prefix>] command | Sladyn | 2019-02-25 | 1 | -52/+7 |
| | | | | | | | | This file adds the ls-id command which returns the bug id matching the prefix the user enters. If no prefix entered it lists all the BugId's Closes #47 | ||||
* | ls-id.go: Add ls-id [<prefix>] command | Sladyn | 2019-02-14 | 1 | -0/+80 |
This file adds the ls-id command which returns the bug id matching the prefix the user enters. If no prefix entered it lists all the BugId's Closes https://github.com/MichaelMure/git-bug/issues/47 |