aboutsummaryrefslogtreecommitdiffstats
path: root/repository/gogit.go
Commit message (Expand)AuthorAgeFilesLines
* repo: close before deletingMichael Muré2020-12-081-0/+5
* repo: move bleve thereMichael Muré2020-12-081-0/+76
* repo: simpler clock mutex lockingMichael Muré2020-12-081-6/+3
* repo: remove the memory-only repo for nowMichael Muré2020-12-081-32/+3
* repo: finish RepoStorage moveMichael Muré2020-12-081-63/+89
* repo: more work towards RepoStorageMichael Muré2020-12-051-12/+21
* Move new RepoStorage interface to GoGitRepo, revert repoTestMark2020-12-051-0/+7
* read name from both global and local configKarl Semich2020-10-301-12/+2
* repository: workaround a go-git bug and ensure sorted tree objectMichael Muré2020-10-251-1/+17
* repo: minor cleanupMichael Muré2020-10-041-6/+6
* repo: fix missing keyring on the go-git repoMichael Muré2020-10-041-6/+18
* repo: use go-git in more places, fix pushMichael Muré2020-10-041-0/+6
* repo: fallback editor list by looking if the binary existMichael Muré2020-09-291-1/+17
* repo: fix wrong ordering in gogit's ListCommitMichael Muré2020-09-291-8/+6
* repo: implement GetCoreEditor for go-gitMichael Muré2020-09-291-1/+23
* repo: ReadTree must accept either a commit or a tree hashMichael Muré2020-09-291-3/+24
* repo: more config related bug fixesMichael Muré2020-09-291-2/+2
* repo: implement local/global/any config everywhereMichael Muré2020-09-291-1/+24
* repo: fix gogit clock pathMichael Muré2020-09-291-2/+2
* fix ListCommits implementationvince2020-09-291-8/+26
* repo: fix some go-git implementationMichael Muré2020-09-291-5/+19
* Add more function implementationsvince2020-09-291-11/+111
* repository: more go-git implementationMichael Muré2020-09-291-2/+31
* repository: add access to the system keyring, with fallback on a fileMichael Muré2020-09-291-3/+15
* repository: partial impl of a go-git backed RepoMichael Muré2020-09-291-0/+378