Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat: update references to the git-bug organization (#1249) | sudoforge | 2024-08-24 |
| | | | | | | | | 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 |
| | | | | Resolves #996 | ||
* | commands: reorg into different packages | Michael Muré | 2022-11-20 |
| | |||
* | Add command-specific argument completions | Johannes Altmanninger | 2022-05-01 |
| | | | | | | | | | | | | | | | | | | | | | | Complete bug IDs, bridges, users, labels where appropriate. This works in bash and fish. ZSH is not yet supported by Cobra. In fish, descriptions (the part of a completion after the "\t") are shown as completion label, and can be searched with Ctrl+S. Reproduce with fish -C 'source misc/fish_completion/git-bug' git bug select ^I (tested with fish version 3.3.1) Also works with bash, but only for "git-bug" (with the dash) bash --rcfile <(echo source misc/bash_completion/git-bug) git-bug select ^I Closes #493 | ||
* | commands: proper backend close on RunE error | Michael Muré | 2021-05-09 |
| | |||
* | commands: cleanup the command's usage to avoid warnings when generating the doc | Michael Muré | 2020-07-28 |
| | |||
* | commands: open and close the backend in a single place, simplify commands | Michael Muré | 2020-06-28 |
| | |||
* | commands: refactor to avoid globals | Michael Muré | 2020-06-28 |
| | |||
* | commands: add a "." at the end of Short commands usage | Michael Muré | 2019-03-01 |
| | |||
* | moved cleaner function to util/interrupt | Rafael Passos | 2018-10-24 |
| | |||
* | Registering lock clearing functions to Cleaner | Rafael Passos | 2018-10-23 |
| | |||
* | commands: don't load the repo for commands that don't need it | Michael Muré | 2018-10-17 |
| | | | | fix #67 | ||
* | make CLI commands use the cache to lock the repo properly | Michael Muré | 2018-08-31 |
| | |||
* | termui: implement push/pull | Michael Muré | 2018-08-12 |
| | |||
* | bug: refactor to limit abstraction leak and to have a more reusable code for ↵ | Michael Muré | 2018-07-23 |
| | | | | the UIs | ||
* | generate markdown documentation | Michael Muré | 2018-07-20 |
| | |||
* | rework all the commands to use cobra as a parser | Michael Muré | 2018-07-19 |
| | |||
* | fix build | Michael Muré | 2018-07-16 |
| | |||
* | rework the commands thing and add a "commands" command to list all commands | Michael Muré | 2018-07-16 |
| | |||
* | add a "comment" command | Michael Muré | 2018-07-15 |
| | |||
* | serialize a Bug to git as a blob+tree+commit+ref | Michael Muré | 2018-07-13 |
| | |||
* | add the new bug command with a very primitive bug datastructure | Michael Muré | 2018-07-12 |
| | |||
* | more experiment | Michael Muré | 2018-07-12 |