summaryrefslogtreecommitdiffstatshomepage
path: root/commands
Commit message (Expand)AuthorAge
* chore: remove refs to deprecated io/ioutilguoguangwu2024-07-23
* execenv: fix some cache building progress bar artifactMichael Muré2023-03-18
* webui: also teardown cleanly on SIGTERMMichael Muré2023-03-04
* Merge pull request #1001 from MichaelMure/style/clean-up-linter-issuesMichael Muré2023-01-22
|\
| * docs(commands): try to make cleaned argument use more obviousSteve Moyer2023-01-20
| * style: resolve PR commentsSteve Moyer2023-01-19
| * style: clean up linter complaintsSteve Moyer2023-01-18
* | commands: add a helper to generate testing regex for CLI outputMichael Muré2023-01-22
* | Merge pull request #991 from vasser/fix/issue-928-version-infoMichael Muré2023-01-19
|\ \
| * | version: code cleanup, fix some edge casesMichael Muré2023-01-19
| * | dirty should be boolvasser2023-01-18
| * | address PR reviewvasser2023-01-18
| * | New approach to define the versionvasser2023-01-15
| * | Fixed version info be set when go installvasser2023-01-13
* | | commands: different pattern to detect changed flagsMichael Muré2023-01-18
| |/ |/|
* | fix(commands): replace missing importSteve Moyer2023-01-17
* | Merge branch 'master' of github.com:MichaelMure/git-bugSteve Moyer2023-01-17
|\ \
| * | commands: remove compact style for "bug", as the width adaptive default rende...Michael Muré2023-01-17
| * | command: adapt the output of the bug list to the terminal sizeMichael Muré2023-01-17
* | | fix(commands): create env.Env once for all Cobra commandsSteve Moyer2023-01-17
|/ /
* | execenv: move terminal detection to Out, introduce the compagnion InMichael Muré2023-01-17
* | feat: use isatty to detect a Termios insteadSteve Moyer2023-01-17
* | feat: detect os.Stdin/os.Stdout modeSteve Moyer2023-01-16
* | Merge pull request #987 from MichaelMure/cache-progress-barMichael Muré2023-01-14
|\ \
| * | commands: add a nice terminal progress bar when building the cacheMichael Muré2023-01-11
| |/
* / add wipe sub-command that remove local bugs and identitiesKalin Staykov2023-01-11
|/
* properly close files in edge cases in various placesMichael Muré2023-01-11
* make go1.19 fmt happyMichael Muré2023-01-11
* fix(commands): run tests in ./commands/... without ANSI colorSteve Moyer2023-01-07
* commands: share JSON creationMichael Muré2022-12-29
* commands: don't double build the lamport clocksMichael Muré2022-12-29
* Merge pull request #962 from MichaelMure/select-completionMichael Muré2022-12-27
|\
| * commands: generic "select" code, move bug completion in bugcmdMichael Muré2022-12-27
* | cache: simplify cache building events handlingMichael Muré2022-12-27
|/
* commands: move bug specific input code into commands/bug/inputMichael Muré2022-12-27
* cache: tie the last printf in an event to make the core print freeMichael Muré2022-12-27
* Merge pull request #936 from MichaelMure/feat/935/disambiguate-config-errorsSteve Moyer2022-12-23
|\
| * feat: wrap ErrNoConfigEntry to report missing keySteve Moyer2022-11-27
* | cache: fix some bugs after refactorMichael Muré2022-12-23
* | cache: generic withSnapshot, some cleanupMichael Muré2022-12-22
* | cache: tie up the refactor up to compilingMichael Muré2022-12-21
* | WIPMichael Muré2022-12-19
* | WIPMichael Muré2022-11-28
|/
* commands: reorg into different packagesMichael Muré2022-11-20
* core: bubble up the comment ID when created, or edited the first commentMichael Muré2022-11-13
* doc: fix incorrect indentationMichael Muré2022-10-22
* feat(530) make label commands consistentSteve Moyer2022-09-25
* test(863): fix test for full id instead of "human"Steve Moyer2022-09-25
* refactor(git-bug-863): merge ls-id into lsSteve Moyer2022-09-25
* Merge pull request #855 from MichaelMure/fix-850-ineffective-comment-editSteve Moyer2022-08-23
|\