summaryrefslogtreecommitdiffstatshomepage
path: root/commands/root.go
Commit message (Expand)AuthorAge
* feat: update references to the git-bug organization (#1249)sudoforge2024-08-24
* 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
* | fix(commands): create env.Env once for all Cobra commandsSteve Moyer2023-01-17
* | add wipe sub-command that remove local bugs and identitiesKalin Staykov2023-01-11
|/
* commands: don't double build the lamport clocksMichael Muré2022-12-29
* cache: fix some bugs after refactorMichael Muré2022-12-23
* commands: reorg into different packagesMichael Muré2022-11-20
* completion: use the correct GenBashCompletionV2 instead of the legacy functionMichael Muré2022-05-01
* Add the 'rm' commandvince2020-07-28
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-28
* commands: refactor to avoid globalsMichael Muré2020-06-28
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-26
* DOC: commands/root.go: syntaxWes Turner2020-05-01
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-08
* commands: silence usage when cobra commands return an errorAmine2019-09-06
* commands: only return the error (not the function help) when no identity is setMichael Muré2019-03-27
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-01
* identity: some UX cleanupMichael Muré2019-03-01
* add a "version" command with various outputs, including the git hash and tagMichael Muré2019-02-20
* version 0.4.00.4.0Michael Muré2018-10-21
* commands: fix "comment add" flags set on the wrong commandMichael Muré2018-10-17
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-17
* a better introduction message for the help pageMarc Chantreux2018-10-17
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-21
* commands: description cleanupMichael Muré2018-09-21
* docs & cleaningMichael Muré2018-09-16
* version 0.3.00.3.0Michael Muré2018-09-13
* catch a lot of error not being checkedMichael Muré2018-09-13
* termui: allow to change the bug queryMichael Muré2018-09-11
* cmds: only print once the errorMichael Muré2018-09-06
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-31
* cache: lock the repo with a pid file; automatic cleaningMichael Muré2018-08-21
* version 0.2.00.2.0Michael Muré2018-08-17
* cleanup go importsMichael Muré2018-08-13
* prepare a first versionMichael Muré2018-08-12
* bash completion: thanks to @tst2005, make the completion works for "git bug <...Michael Muré2018-08-08
* bug: add a Lamport logical clock to be able to sort bugs by creation time and...Michael Muré2018-08-06
* termui: use the editor to create a new bugMichael Muré2018-07-31
* use DisableAutoGenTag to not have to commit the documentation after each buildMichael Muré2018-07-20
* generate markdown documentationMichael Muré2018-07-20
* rework all the commands to use cobra as a parserMichael Muré2018-07-19