aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bug/bug.go
Commit message (Collapse)AuthorAgeFilesLines
* core: make label a common type, in a similar fashion as for status (#1252)Michael Muré2024-08-251-2/+1
| | | This will be useful for Board, and likely code review support later
* feat: update references to the git-bug organization (#1249)sudoforge2024-08-241-9/+9
| | | | | | | | 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
* commands: different pattern to detect changed flagsMichael Muré2023-01-181-15/+18
|
* Merge branch 'master' of github.com:MichaelMure/git-bugSteve Moyer2023-01-171-55/+52
|\
| * commands: remove compact style for "bug", as the width adaptive default ↵Michael Muré2023-01-171-53/+31
| | | | | | | | renderer cover that usage
| * command: adapt the output of the bug list to the terminal sizeMichael Muré2023-01-171-3/+22
| |
* | fix(commands): create env.Env once for all Cobra commandsSteve Moyer2023-01-171-11/+10
|/ | | | Resolves #996
* commands: share JSON creationMichael Muré2022-12-291-55/+3
|
* cache: tie up the refactor up to compilingMichael Muré2022-12-211-19/+19
|
* commands: reorg into different packagesMichael Muré2022-11-201-0/+468