aboutsummaryrefslogtreecommitdiffstats
path: root/commands/push.go
Commit message (Collapse)AuthorAgeFilesLines
* fix(commands): create env.Env once for all Cobra commandsSteve Moyer2023-01-171-3/+1
| | | | Resolves #996
* commands: reorg into different packagesMichael Muré2022-11-201-8/+11
|
* Add command-specific argument completionsJohannes Altmanninger2022-05-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | Complete bug IDs, bridges, users, labels where appropriate. This works in bash and fish. ZSH is not yet supported by Cobra. In fish, descriptions (the part of a completion after the "\t") are shown as completion label, and can be searched with Ctrl+S. Reproduce with fish -C 'source misc/fish_completion/git-bug' git bug select ^I (tested with fish version 3.3.1) Also works with bash, but only for "git-bug" (with the dash) bash --rcfile <(echo source misc/bash_completion/git-bug) git-bug select ^I Closes #493
* commands: proper backend close on RunE errorMichael Muré2021-05-091-6/+5
|
* commands: cleanup the command's usage to avoid warnings when generating the docMichael Muré2020-07-281-1/+1
|
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-281-14/+5
|
* commands: refactor to avoid globalsMichael Muré2020-06-281-17/+20
|
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-011-1/+1
|
* moved cleaner function to util/interruptRafael Passos2018-10-241-2/+2
|
* Registering lock clearing functions to CleanerRafael Passos2018-10-231-0/+2
|
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-171-3/+4
| | | | fix #67
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-311-2/+8
|
* termui: implement push/pullMichael Muré2018-08-121-1/+6
|
* bug: refactor to limit abstraction leak and to have a more reusable code for ↵Michael Muré2018-07-231-1/+2
| | | | the UIs
* generate markdown documentationMichael Muré2018-07-201-1/+1
|
* rework all the commands to use cobra as a parserMichael Muré2018-07-191-6/+10
|
* fix buildMichael Muré2018-07-161-1/+0
|
* rework the commands thing and add a "commands" command to list all commandsMichael Muré2018-07-161-4/+3
|
* add a "comment" commandMichael Muré2018-07-151-2/+2
|
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-1/+2
|
* add the new bug command with a very primitive bug datastructureMichael Muré2018-07-121-7/+5
|
* more experimentMichael Muré2018-07-121-0/+33