Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(530) make label commands consistent | Steve Moyer | 2022-09-25 | 1 | -1/+0 |
| | |||||
* | refactor(git-bug-863): merge ls-id into ls | Steve Moyer | 2022-09-25 | 1 | -1/+0 |
| | | | | | | | | The "ls" command allows filtering and sorting and already features different output formatters. Merging "ls-id" into "ls" cleans up the command hierarchy and allows users to take advantage of these querying features. Resolves #863. | ||||
* | commands: cleanup the command's usage to avoid warnings when generating the doc | Michael Muré | 2020-07-28 | 1 | -0/+1 |
| | |||||
* | DOC: commands/root.go: syntax | Wes Turner | 2020-05-01 | 1 | -1/+1 |
| | |||||
* | commands: add flags/config to control the automatic opening in the default ↵ | Michael Muré | 2019-05-27 | 1 | -1/+1 |
| | | | | browser | ||||
* | regenerate md and man files | Michael Muré | 2019-03-27 | 1 | -3/+3 |
| | |||||
* | commands: add a "." at the end of Short commands usage | Michael Muré | 2019-03-01 | 1 | -19/+19 |
| | |||||
* | identity: work on higher level now, cache, first two identity commands | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 1 | -0/+1 |
| | |||||
* | Merge pull request #97 from sladyn98/ls_id_branch | Michael Muré | 2019-02-25 | 1 | -0/+1 |
|\ | | | | | A command to list matching bug id from a prefix | ||||
| * | ls-id.go: Add ls-id [<prefix>] command | Sladyn | 2019-02-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | | add a "version" command with various outputs, including the git hash and tag | Michael Muré | 2019-02-20 | 1 | -0/+1 |
|/ | |||||
* | commands: fix "comment add" flags set on the wrong command | Michael Muré | 2018-10-17 | 1 | -1/+5 |
| | |||||
* | commands: add a "deselect" command to deselect a previously selected bug | Michael Muré | 2018-09-26 | 1 | -0/+1 |
| | |||||
* | commands: add the "bridge" and "bridge configure" commands | Michael Muré | 2018-09-24 | 1 | -0/+1 |
| | |||||
* | commands: add a "ls-labels" command that output valid labels | Michael Muré | 2018-09-21 | 1 | -0/+1 |
| | |||||
* | commands: description cleanup | Michael Muré | 2018-09-21 | 1 | -6/+6 |
| | |||||
* | commands: add a "select" command to select a bug for future implicit use | Michael Muré | 2018-09-18 | 1 | -0/+1 |
| | |||||
* | commands: make "label" display the current labels | Michael Muré | 2018-09-17 | 1 | -1/+1 |
| | |||||
* | commands: migrate the open/close commands under the "status" command | Michael Muré | 2018-09-16 | 1 | -2/+0 |
| | |||||
* | commands: add a "status" command to show a bug status | Michael Muré | 2018-09-16 | 1 | -0/+1 |
| | |||||
* | commands: add a title edit command | Michael Muré | 2018-09-16 | 1 | -1/+1 |
| | |||||
* | commands: add a title command to display a bug's title | Michael Muré | 2018-09-16 | 1 | -0/+1 |
| | |||||
* | commands: add `git bug comment add` to add a comment | Michael Muré | 2018-09-15 | 1 | -2/+2 |
| | |||||
* | ls: support expressing a query with flags as well | Michael Muré | 2018-09-10 | 1 | -1/+1 |
| | |||||
* | wip terminal ui | Michael Muré | 2018-07-30 | 1 | -0/+1 |
| | |||||
* | use DisableAutoGenTag to not have to commit the documentation after each build | Michael Muré | 2018-07-20 | 1 | -1/+0 |
| | |||||
* | generate markdown documentation | Michael Muré | 2018-07-20 | 1 | -0/+35 |