Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commands: show the last modification time in "user" | Michael Muré | 2019-03-01 | 21 | -43/+91 |
| | |||||
* | identity: another round of cleanups | Michael Muré | 2019-03-01 | 8 | -37/+13 |
| | |||||
* | a round of cleanup | Michael Muré | 2019-03-01 | 7 | -16/+9 |
| | |||||
* | commands: add a "." at the end of Short commands usage | Michael Muré | 2019-03-01 | 62 | -145/+197 |
| | |||||
* | commands: add a "user adopt" command to use an existing identity | Michael Muré | 2019-03-01 | 7 | -2/+126 |
| | |||||
* | commands: add a super-fast "user ls" command | Michael Muré | 2019-03-01 | 14 | -5/+198 |
| | |||||
* | cache: fix ResolveIdentityImmutableMetadata byt storing metadata in ↵ | Michael Muré | 2019-03-01 | 2 | -7/+9 |
| | | | | IdentityExcerpt | ||||
* | github: simplify some code | Michael Muré | 2019-03-01 | 1 | -12/+3 |
| | |||||
* | github: fix 3 edge-case failures | Michael Muré | 2019-03-01 | 13 | -95/+114 |
| | |||||
* | bridge: fix typo | Michael Muré | 2019-03-01 | 1 | -6/+6 |
| | |||||
* | makefile: add the clean-local-identities target for debugging | Michael Muré | 2019-03-01 | 1 | -1/+6 |
| | |||||
* | git: fix RmConfigs | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | generator cleanup | Michael Muré | 2019-03-01 | 5 | -11/+36 |
| | |||||
* | identity: some UX cleanup | Michael Muré | 2019-03-01 | 7 | -15/+51 |
| | |||||
* | identity: fix tests | Michael Muré | 2019-03-01 | 2 | -2/+6 |
| | |||||
* | identity: store the times properly | Michael Muré | 2019-03-01 | 11 | -21/+71 |
| | |||||
* | identity: complete the graphql api | Michael Muré | 2019-03-01 | 3 | -4/+114 |
| | |||||
* | identity: working identity cache | Michael Muré | 2019-03-01 | 6 | -33/+204 |
| | |||||
* | identity: wip caching | Michael Muré | 2019-03-01 | 5 | -41/+133 |
| | |||||
* | identity: fix tests | Michael Muré | 2019-03-01 | 1 | -2/+2 |
| | |||||
* | identity: work on higher level now, cache, first two identity commands | Michael Muré | 2019-03-01 | 23 | -240/+397 |
| | |||||
* | identity: all tests green o/ | Michael Muré | 2019-03-01 | 5 | -13/+19 |
| | |||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 21 | -255/+361 |
| | |||||
* | identity: add more test for serialisation and push/pull/merge + fixes | Michael Muré | 2019-03-01 | 12 | -100/+381 |
| | |||||
* | identity: wip | Michael Muré | 2019-03-01 | 6 | -200/+242 |
| | |||||
* | identity: wip push/pull | Michael Muré | 2019-03-01 | 10 | -27/+262 |
| | |||||
* | identity: more refactoring progress | Michael Muré | 2019-03-01 | 9 | -65/+231 |
| | |||||
* | identity: more cleaning and fixes after a code review | Michael Muré | 2019-03-01 | 52 | -4803/+150 |
| | |||||
* | identity: somewhat getting closer ! | Michael Muré | 2019-03-01 | 27 | -139/+813 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 20 | -107/+364 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 9 | -167/+206 |
| | |||||
* | identity: add metadata support | Michael Muré | 2019-03-01 | 4 | -21/+179 |
| | |||||
* | identity: implement the loading from git | Michael Muré | 2019-03-01 | 5 | -20/+120 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 47 | -636/+1366 |
| | |||||
* | cache: fix unhandled error | Michael Muré | 2019-02-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #82 from Steap/feature/lp-messages | Michael Muré | 2019-02-27 | 2 | -3/+102 |
|\ | | | | | Launchpad bridge: fetch comments. | ||||
| * | Launchpad bridge: fetch comments. | Cyril Roelandt | 2019-02-27 | 2 | -3/+102 |
|/ | |||||
* | Merge pull request #97 from sladyn98/ls_id_branch | Michael Muré | 2019-02-25 | 3 | -0/+57 |
|\ | | | | | A command to list matching bug id from a prefix | ||||
| * | ls-id.go:Add ls-id [<prefix>] command | Sladyn | 2019-02-25 | 3 | -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>] command | Sladyn | 2019-02-14 | 30 | -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 scripts | Michael Muré | 2019-02-20 | 1 | -2/+2 |
| | | |||||
* | | add a "version" command with various outputs, including the git hash and tag | Michael Muré | 2019-02-20 | 9 | -6/+180 |
| | | |||||
* | | man: update the date in the generated doc | Michael Muré | 2019-02-16 | 26 | -26/+26 |
|/ | |||||
* | Merge pull request #92 from opencollective/opencollective | Michael Muré | 2019-01-21 | 1 | -13/+12 |
|\ | | | | | Open Collective integration in Readme | ||||
| * | chore(opencollective): use tiers | François Hodierne | 2019-01-21 | 1 | -13/+12 |
|/ | |||||
* | Merge pull request #86 from ProgramFan/master | Michael Muré | 2019-01-09 | 3 | -92/+342 |
|\ | | | | | Implement CJK support in termui | ||||
| * | Fix handling of long words | Yang Zhang | 2019-01-08 | 2 | -2/+17 |
| | | |||||
| * | Fix bad names in text.go | Yang Zhang | 2019-01-07 | 2 | -25/+25 |
| | | |||||
| * | Remove redundant init in text package | Yang Zhang | 2019-01-02 | 1 | -7/+0 |
| | | |||||
| * | Make runewidth treat ambiguous rune as short and fix ui display | Yang Zhang | 2019-01-01 | 3 | -4/+18 |
| | |