summaryrefslogtreecommitdiffstatshomepage
path: root/commands/label.go
Commit message (Expand)AuthorAge
* feat: update references to the git-bug organization (#1249)sudoforge2024-08-24
* fix(commands): create env.Env once for all Cobra commandsSteve Moyer2023-01-17
* cache: tie up the refactor up to compilingMichael Muré2022-12-21
* commands: reorg into different packagesMichael Muré2022-11-20
* feat(530) make label commands consistentSteve Moyer2022-09-25
* Add command-specific argument completionsJohannes Altmanninger2022-05-01
* commands: proper backend close on RunE errorMichael Muré2021-05-09
* commands: cleanup the command's usage to avoid warnings when generating the docMichael Muré2020-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
* Select and Label command documentationJocelyn FACCHINI2019-03-23
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-01
* moved cleaner function to util/interruptRafael Passos2018-10-24
* Registering lock clearing functions to CleanerRafael Passos2018-10-23
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-17
* commands: description cleanupMichael Muré2018-09-21
* commands: convert compatible commands to the implicit select mechanismMichael Muré2018-09-18
* commands: make "label" display the current labelsMichael Muré2018-09-17
* operations: return a more convenient array of result for label changesMichael Muré2018-09-13
* ls: support expressing a query with flags as wellMichael Muré2018-09-10
* cmds: various cleaningMichael Muré2018-09-06
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-31
* cleanup go importsMichael Muré2018-08-13
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-25
* bug: refactor to limit abstraction leak and to have a more reusable code for ...Michael Muré2018-07-23
* generate markdown documentationMichael Muré2018-07-20
* rework all the commands to use cobra as a parserMichael Muré2018-07-19
* implement label op+commandMichael Muré2018-07-18