Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: update references to the git-bug organization (#1249) | sudoforge | 2024-08-24 | 1 | -1/+1 |
| | | | | | | | | The repository was recently moved to the git-bug organization on github. This change refactors references to the repository to ensure that they use the updated owner URI. Closes: #1243 Change-Id: I799712354c6ba25cdd8b06286275850c52efe6ff | ||||
* | fix(commands): create env.Env once for all Cobra commands | Steve Moyer | 2023-01-17 | 1 | -2/+1 |
| | | | | Resolves #996 | ||||
* | commands: reorg into different packages | Michael Muré | 2022-11-20 | 1 | -7/+9 |
| | |||||
* | commands: cleanup the command's usage to avoid warnings when generating the doc | Michael Muré | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | commands: refactor to avoid globals | Michael Muré | 2020-06-28 | 1 | -32/+37 |
| | |||||
* | various cleanups suggested by golang-ci | Michael Muré | 2020-02-08 | 1 | -3/+1 |
| | |||||
* | commands: add a "." at the end of Short commands usage | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | commands: make the "commands" command show subcommands as well | Michael Muré | 2018-09-16 | 1 | -6/+24 |
| | |||||
* | ls: support expressing a query with flags as well | Michael Muré | 2018-09-10 | 1 | -0/+2 |
| | |||||
* | cleanup go imports | Michael Muré | 2018-08-13 | 1 | -0/+1 |
| | |||||
* | generate markdown documentation | Michael Muré | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | rework all the commands to use cobra as a parser | Michael Muré | 2018-07-19 | 1 | -30/+30 |
| | |||||
* | commands: sort commands by name | Michael Muré | 2018-07-16 | 1 | -2/+13 |
| | |||||
* | rework the commands thing and add a "commands" command to list all commands | Michael Muré | 2018-07-16 | 1 | -20/+33 |
| | |||||
* | add a "comment" command | Michael Muré | 2018-07-15 | 1 | -4/+5 |
| | |||||
* | list --> ls, silly ! | Michael Muré | 2018-07-15 | 1 | -1/+1 |
| | |||||
* | add a primitive "list" command | Michael Muré | 2018-07-14 | 1 | -0/+1 |
| | |||||
* | serialize a Bug to git as a blob+tree+commit+ref | Michael Muré | 2018-07-13 | 1 | -1/+0 |
| | |||||
* | create the Bug structure | Michael Muré | 2018-07-13 | 1 | -12/+0 |
| | |||||
* | add the new bug command with a very primitive bug datastructure | Michael Muré | 2018-07-12 | 1 | -0/+2 |
| | |||||
* | more experiment | Michael Muré | 2018-07-12 | 1 | -0/+40 |