aboutsummaryrefslogtreecommitdiffstats
path: root/commands/comment_add.go
Commit message (Expand)AuthorAgeFilesLines
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-1/+1
* Renamed user id to user-id and metioned bug for some commandsJocelyn FACCHINI2019-03-231-1/+1
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-011-1/+1
* github: fix 3 edge-case failuresMichael 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: unify the processing from editor/file/stdin for "add" and "comment ...Michael Muré2018-10-171-2/+2
* commands: check the bug id before the user write the message for "comment add"Michael Muré2018-10-171-5/+5
* commands: fix "comment add" flags set on the wrong commandMichael Muré2018-10-171-3/+3
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-171-3/+4
* Make addCommentWithEditor accept a preMessageLuke Adams2018-10-041-1/+1
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-1/+1
* commands: description cleanupMichael Muré2018-09-211-1/+1
* commands: convert compatible commands to the implicit select mechanismMichael Muré2018-09-181-15/+3
* commands: add `git bug comment add` to add a commentMichael Muré2018-09-151-0/+85