aboutsummaryrefslogtreecommitdiffstats
path: root/repository/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Add GetRemotes functionalitiesSladyn2019-05-291-0/+3
* repository: add ReadConfigBool and ReadConfigString functionsMichael Muré2019-05-271-0/+14
* identity: store the times properlyMichael Muré2019-03-011-0/+7
* identity: more progress and fixesMichael Muré2019-03-011-1/+1
* repo: minor cleaningMichael Muré2018-12-251-0/+4
* commands: add "bridge rm"Michael Muré2018-09-241-0/+3
* repo: add functions to read/write git configMichael Muré2018-09-241-0/+7
* repo: more documentationMichael Muré2018-09-241-0/+8
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-2/+10
* reorganize package for a more idomatic goMichael Muré2018-09-111-15/+16
* fix english grammarMichael Muré2018-09-091-3/+3
* bug: remove use of the too recent %(refname:lstrip=-1) of gitMichael Muré2018-08-191-4/+0
* cleanup go importsMichael Muré2018-08-131-1/+2
* fix some linting troubleMichael Muré2018-08-131-1/+1
* termui: implement push/pullMichael Muré2018-08-121-2/+2
* bug: add a Lamport logical clock to be able to sort bugs by creation time and...Michael Muré2018-08-061-0/+12
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-251-0/+4
* bug: refactor to limit abstraction leak and to have a more reusable code for ...Michael Muré2018-07-231-2/+2
* implement pull/mergeMichael Muré2018-07-171-2/+14
* complete the storage/read process + tests (!)Michael Muré2018-07-141-2/+49
* fix push/pullMichael Muré2018-07-131-1/+1
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-1/+13
* move Hash in /util/Michael Muré2018-07-121-2/+2
* store user info in the datastoreMichael Muré2018-07-121-0/+5
* add the new bug command with a very primitive bug datastructureMichael Muré2018-07-121-0/+3
* more experimentMichael Muré2018-07-121-0/+20