aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* commands: fix "comment add" flags set on the wrong commandMichael Muré2018-10-171-6/+6
* bug: in op convenience function, return the new op to be able to set metadata...Michael Muré2018-10-011-6/+6
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-9/+8
* commands: add a "deselect" command to deselect a previously selected bugMichael Muré2018-09-262-4/+25
* cache: add raw edit functions to allow setting up the author, the timestamp a...Michael Muré2018-09-251-8/+24
* commands: add "bridge pull"Michael Muré2018-09-242-6/+27
* commands: add "bridge rm"Michael Muré2018-09-242-4/+25
* commands: add the "bridge" and "bridge configure" commandsMichael Muré2018-09-242-1/+46
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-2/+2
* commands: add a "ls-labels" command that output valid labelsMichael Muré2018-09-212-1/+22
* commands: add a "select" command to select a bug for future implicit useMichael Muré2018-09-182-1/+22
* commands: add a "label rm" command to remove labels from a bugMichael Muré2018-09-172-1/+22
* commands: add a "label add" command to add new label to a bugMichael Muré2018-09-172-0/+24
* commands: make "label" display the current labelsMichael Muré2018-09-171-3/+0
* commands: migrate the open/close commands under the "status" commandMichael Muré2018-09-162-31/+34
* commands: add a "status" command to show a bug statusMichael Muré2018-09-162-1/+22
* commands: add a title edit commandMichael Muré2018-09-162-0/+27
* commands: add a title command to display a bug's titleMichael Muré2018-09-162-1/+22
* commands: add `git bug comment add` to add a commentMichael Muré2018-09-152-32/+64
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-5/+13
* operations: return a more convenient array of result for label changesMichael Muré2018-09-131-1/+5
* random bugs: fix a crash when minOps == maxOpsMichael Muré2018-09-121-1/+6
* reorganize package for a more idomatic goMichael Muré2018-09-111-1/+1
* ls: support expressing a query with flags as wellMichael Muré2018-09-101-6/+24
* random bugs: cleanup + generate random OperationPack as wellMichael Muré2018-09-062-7/+55
* logo: add logotype as wellMichael Muré2018-09-042-0/+27
* logo: add proper licensing and small cleaningMichael Muré2018-09-044-0/+494
* bug: introduce WithSnapshot to maintain incrementally and effitiently a snap...Michael Muré2018-08-231-4/+4
* random_bugs: make it seedable and reusableMichael Muré2018-08-192-30/+57
* create_random_bugs: create less bugsMichael Muré2018-08-171-2/+2
* add a new main to generate random bugsMichael Muré2018-08-161-0/+127
* bash completion: thanks to @tst2005, make the completion works for "git bug <...Michael Muré2018-08-082-16/+5
* upgrade the readmeMichael Muré2018-08-064-0/+656