aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* commands: add a super-fast "user ls" commandMichael Muré2019-03-0114-5/+198
|
* cache: fix ResolveIdentityImmutableMetadata byt storing metadata in ↵Michael Muré2019-03-012-7/+9
| | | | IdentityExcerpt
* github: simplify some codeMichael Muré2019-03-011-12/+3
|
* github: fix 3 edge-case failuresMichael Muré2019-03-0113-95/+114
|
* bridge: fix typoMichael Muré2019-03-011-6/+6
|
* makefile: add the clean-local-identities target for debuggingMichael Muré2019-03-011-1/+6
|
* git: fix RmConfigsMichael Muré2019-03-011-1/+1
|
* generator cleanupMichael Muré2019-03-015-11/+36
|
* identity: some UX cleanupMichael Muré2019-03-017-15/+51
|
* identity: fix testsMichael Muré2019-03-012-2/+6
|
* identity: store the times properlyMichael Muré2019-03-0111-21/+71
|
* identity: complete the graphql apiMichael Muré2019-03-013-4/+114
|
* identity: working identity cacheMichael Muré2019-03-016-33/+204
|
* identity: wip cachingMichael Muré2019-03-015-41/+133
|
* identity: fix testsMichael Muré2019-03-011-2/+2
|
* identity: work on higher level now, cache, first two identity commandsMichael Muré2019-03-0123-240/+397
|
* identity: all tests green o/Michael Muré2019-03-015-13/+19
|
* identity: I can compile again !!Michael Muré2019-03-0121-255/+361
|
* identity: add more test for serialisation and push/pull/merge + fixesMichael Muré2019-03-0112-100/+381
|
* identity: wipMichael Muré2019-03-016-200/+242
|
* identity: wip push/pullMichael Muré2019-03-0110-27/+262
|
* identity: more refactoring progressMichael Muré2019-03-019-65/+231
|
* identity: more cleaning and fixes after a code reviewMichael Muré2019-03-0152-4803/+150
|
* identity: somewhat getting closer !Michael Muré2019-03-0127-139/+813
|
* identity: more progress and fixesMichael Muré2019-03-0120-107/+364
|
* identity: more progress and fixesMichael Muré2019-03-019-167/+206
|
* identity: add metadata supportMichael Muré2019-03-014-21/+179
|
* identity: implement the loading from gitMichael Muré2019-03-015-20/+120
|
* WIP identity in gitMichael Muré2019-03-0147-636/+1366
|
* cache: fix unhandled errorMichael Muré2019-02-281-1/+1
|
* Merge pull request #82 from Steap/feature/lp-messagesMichael Muré2019-02-272-3/+102
|\ | | | | Launchpad bridge: fetch comments.
| * Launchpad bridge: fetch comments.Cyril Roelandt2019-02-272-3/+102
|/
* Merge pull request #97 from sladyn98/ls_id_branchMichael Muré2019-02-253-0/+57
|\ | | | | A command to list matching bug id from a prefix
| * ls-id.go:Add ls-id [<prefix>] commandSladyn2019-02-253-55/+10
| | | | | | | | | | | | | | | | This file adds the ls-id command which returns the bug id matching the prefix the user enters. If no prefix entered it lists all the BugId's Closes #47
| * ls-id.go: Add ls-id [<prefix>] commandSladyn2019-02-1430-28/+130
| | | | | | | | | | | | | | | | This file adds the ls-id command which returns the bug id matching the prefix the user enters. If no prefix entered it lists all the BugId's Closes https://github.com/MichaelMure/git-bug/issues/47
* | cache: output the build info message on stderr to avoid breaking scriptsMichael Muré2019-02-201-2/+2
| |
* | add a "version" command with various outputs, including the git hash and tagMichael Muré2019-02-209-6/+180
| |
* | man: update the date in the generated docMichael Muré2019-02-1626-26/+26
|/
* Merge pull request #92 from opencollective/opencollectiveMichael Muré2019-01-211-13/+12
|\ | | | | Open Collective integration in Readme
| * chore(opencollective): use tiersFrançois Hodierne2019-01-211-13/+12
|/
* Merge pull request #86 from ProgramFan/masterMichael Muré2019-01-093-92/+342
|\ | | | | Implement CJK support in termui
| * Fix handling of long wordsYang Zhang2019-01-082-2/+17
| |
| * Fix bad names in text.goYang Zhang2019-01-072-25/+25
| |
| * Remove redundant init in text packageYang Zhang2019-01-021-7/+0
| |
| * Make runewidth treat ambiguous rune as short and fix ui displayYang Zhang2019-01-013-4/+18
| |
| * Revert the changes on zsh_completion/git-bugYang Zhang2018-12-311-6/+6
| |
| * Add tests for critical internal functions in text.goYang Zhang2018-12-311-0/+75
| |
| * Refactor text.go to improve clearityYang Zhang2018-12-311-90/+124
| |
| * Fix megacheck warningsYang Zhang2018-12-311-2/+2
| |
| * Fix incorrect wrap of mixed wide and ascii charsYang Zhang2018-12-312-4/+23
| |