aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bug
Commit message (Expand)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 rende...Michael Muré2023-01-173-88/+53
| * 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
|/
* fix(commands): run tests in ./commands/... without ANSI colorSteve Moyer2023-01-071-0/+17
* 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