aboutsummaryrefslogtreecommitdiffstats
path: root/repository/gogit_config.go
Commit message (Expand)AuthorAgeFilesLines
* fix: remove repeated use of the same fmt.Errorf() callsSteve Moyer2022-11-281-6/+6
* feat: wrap ErrMultipleConfigEntry to report duplicate keySteve Moyer2022-11-271-2/+2
* feat: wrap ErrNoConfigEntry to report missing keySteve Moyer2022-11-271-4/+4
* repo: fix various config issues around case insentivityMichael Muré2021-03-281-1/+1
* repo: finish RepoStorage moveMichael Muré2020-12-081-1/+5
* repository: fix edge case in git config read, affecting bridgesMichael Muré2020-10-251-0/+1
* repo: more config related bug fixesMichael Muré2020-09-291-45/+68
* repo: fix manu bugs in go-git configMichael Muré2020-09-291-32/+58
* repository: fix a todo in the gogit repoMichael Muré2020-09-291-20/+31
* repository: partial impl of a go-git backed RepoMichael Muré2020-09-291-0/+175