aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bug
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:MichaelMure/git-bugSteve Moyer2023-01-173-90/+74
|\
| * commands: remove compact style for "bug", as the width adaptive default ↵Michael Muré2023-01-173-88/+53
| | | | | | | | 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-1717-61/+33
|/ | | | Resolves #996
* fix(commands): run tests in ./commands/... without ANSI colorSteve Moyer2023-01-071-0/+17
| | | | Resolves #926
* commands: share JSON creationMichael Muré2022-12-293-118/+8
|
* commands: generic "select" code, move bug completion in bugcmdMichael Muré2022-12-2717-258/+133
|
* commands: move bug specific input code into commands/bug/inputMichael Muré2022-12-275-15/+245
|
* cache: fix some bugs after refactorMichael Muré2022-12-231-4/+1
|
* cache: tie up the refactor up to compilingMichael Muré2022-12-218-34/+36
|
* WIPMichael Muré2022-11-281-3/+3
|
* commands: reorg into different packagesMichael Muré2022-11-2031-0/+2240