aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* bridge: update generated docsAmine Hilaly2019-07-232-3/+3
* Rebase and add bridge push zsh & powershell completionAmine Hilaly2019-06-242-49/+12
* [misc] update man docs and completion scriptsAmine Hilaly2019-06-242-0/+70
* misc: generate PowerShell command completionMichael Muré2019-06-235-48/+629
* Skip test validateUsername in travis environmentAmine Hilaly2019-06-031-1/+1
* Update man pages and bash_completionAmine Hilaly2019-05-291-0/+24
* commands: add flags/config to control the automatic opening in the default br...Michael Muré2019-05-272-3/+32
* repo: refactor how test repo are created/cleanedMichael Muré2019-05-271-0/+11
* move media in /miscMichael Muré2019-04-174-0/+43
* commands: fix ls not displaying the new Identities properlyMichael Muré2019-04-111-0/+6
* commands: add a --field flag to "git bug user" to display users details indiv...Michael Muré2019-04-031-0/+3
* cache: make the title filter case insensitiveMichael Muré2019-03-031-0/+3
* update generated filesMichael Muré2019-03-011-1/+1
* cache: better API to access excerptsMichael Muré2019-03-011-9/+9
* commands: show the last modification time in "user"Michael Muré2019-03-012-12/+9
* commands: add a "user adopt" command to use an existing identityMichael Muré2019-03-012-1/+22
* commands: add a super-fast "user ls" commandMichael Muré2019-03-012-1/+25
* generator cleanupMichael Muré2019-03-013-5/+7
* identity: work on higher level now, cache, first two identity commandsMichael Muré2019-03-012-22/+46
* identity: more refactoring progressMichael Muré2019-03-011-16/+22
* identity: more progress and fixesMichael Muré2019-03-013-2/+23
* WIP identity in gitMichael Muré2019-03-011-14/+12
* Merge pull request #97 from sladyn98/ls_id_branchMichael Muré2019-02-251-0/+21
|\
| * ls-id.go:Add ls-id [<prefix>] commandSladyn2019-02-251-1/+1
| * ls-id.go: Add ls-id [<prefix>] commandSladyn2019-02-142-1/+22
* | add a "version" command with various outputs, including the git hash and tagMichael Muré2019-02-202-1/+31
|/
* commands: show: change for a single valued --field flagMichael Muré2019-01-072-1/+4
* git hook script exmaple to prefill commit message from selected issueSebastien Devaux2019-01-041-0/+24
* 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