Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | identity: store the times properly | Michael Muré | 2019-03-01 | 1 | -0/+7 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | repo: minor cleaning | Michael Muré | 2018-12-25 | 1 | -0/+4 |
| | |||||
* | commands: add "bridge rm" | Michael Muré | 2018-09-24 | 1 | -0/+3 |
| | |||||
* | repo: add functions to read/write git config | Michael Muré | 2018-09-24 | 1 | -0/+7 |
| | |||||
* | repo: more documentation | Michael Muré | 2018-09-24 | 1 | -0/+8 |
| | |||||
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 | 1 | -2/+10 |
| | |||||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 1 | -15/+16 |
| | |||||
* | fix english grammar | Michael Muré | 2018-09-09 | 1 | -3/+3 |
| | |||||
* | bug: remove use of the too recent %(refname:lstrip=-1) of git | Michael Muré | 2018-08-19 | 1 | -4/+0 |
| | | | | fix #24 | ||||
* | cleanup go imports | Michael Muré | 2018-08-13 | 1 | -1/+2 |
| | |||||
* | fix some linting trouble | Michael Muré | 2018-08-13 | 1 | -1/+1 |
| | |||||
* | termui: implement push/pull | Michael Muré | 2018-08-12 | 1 | -2/+2 |
| | |||||
* | bug: add a Lamport logical clock to be able to sort bugs by creation time ↵ | Michael Muré | 2018-08-06 | 1 | -0/+12 |
| | | | | and edit time without having to rely on a timestamp | ||||
* | more refactoring to have reusable bug action across different UI | Michael Muré | 2018-07-25 | 1 | -0/+4 |
| | |||||
* | bug: refactor to limit abstraction leak and to have a more reusable code for ↵ | Michael Muré | 2018-07-23 | 1 | -2/+2 |
| | | | | the UIs | ||||
* | implement pull/merge | Michael Muré | 2018-07-17 | 1 | -2/+14 |
| | |||||
* | complete the storage/read process + tests (!) | Michael Muré | 2018-07-14 | 1 | -2/+49 |
| | |||||
* | fix push/pull | Michael Muré | 2018-07-13 | 1 | -1/+1 |
| | |||||
* | serialize a Bug to git as a blob+tree+commit+ref | Michael Muré | 2018-07-13 | 1 | -1/+13 |
| | |||||
* | move Hash in /util/ | Michael Muré | 2018-07-12 | 1 | -2/+2 |
| | |||||
* | store user info in the datastore | Michael Muré | 2018-07-12 | 1 | -0/+5 |
| | |||||
* | add the new bug command with a very primitive bug datastructure | Michael Muré | 2018-07-12 | 1 | -0/+3 |
| | |||||
* | more experiment | Michael Muré | 2018-07-12 | 1 | -0/+20 |