summaryrefslogtreecommitdiffstatshomepage
path: root/repository/gogit.go
Commit message (Expand)AuthorAge
* repo: improve support for gitdir indirectionMichael Muré2023-03-04
* chore: updated error message when detectGitPath failsAlec Lanter2023-01-23
* test: resolve changes for PR #1004, add unit test, fix issue uncovered by uni...Alec Lanter2023-01-23
* fix(#971): parse submodule .git files instead of erroringAlec Lanter2023-01-21
* add wipe sub-command that remove local bugs and identitiesKalin Staykov2023-01-11
* Merge pull request #936 from MichaelMure/feat/935/disambiguate-config-errorsSteve Moyer2022-12-23
|\
| * feat: wrap ErrNoConfigEntry to report missing keySteve Moyer2022-11-27
* | cache: fix some bugs after refactorMichael Muré2022-12-23
* | repository: return specific error on object not found, accept multiple namesp...Michael Muré2022-12-21
* | repo: proper reduced interface for full-text indexingMichael Muré2022-12-19
|/
* gogit: fix incorrect loader handlingMichael Muré2022-11-16
* go-git: concurrent loading of clocksMichael Muré2022-11-15
* bug: have a type for combined ids, fix https://github.com/MichaelMure/git-bug...Michael Muré2022-08-22
* bug: fix an issue where Id would be used, then changed due to metadataMichael Muré2022-07-31
* gogit: close index before deleting it on diskMichael Muré2022-05-31
* refactor: use namespace instead of application of applicationNameSteve Moyer2022-05-26
* chore: clean-up commented codeSteve Moyer2022-05-25
* feat: make local storage configurableSteve Moyer2022-05-25
* update keyring and migrate to github.com/ProtonMail/go-cryptoMichael Muré2022-02-15
* repo: workaround more go-git concurrency issueMichael Muré2021-04-22
* repository: workaround a non thread-safe path in go-gitMichael Muré2021-04-17
* cache: many fixes following the dag entity migrationMichael Muré2021-04-08
* Merge remote-tracking branch 'origin/master' into dag-entityMichael Muré2021-03-29
|\
| * repo: fix security issue that could lead to arbitrary code executionMichael Muré2021-03-21
* | entity: working commit signaturesMichael Muré2021-02-14
* | entity: more testing and bug fixingMichael Muré2021-02-14
* | entity: more progress on merging and signingMichael Muré2021-02-14
* | WIPMichael Muré2021-02-14
* | repository: partially add two new functions to RepoDataMichael Muré2021-02-14
* | repo: expose all lamport clocks, move clocks in their own folderMichael Muré2021-02-14
|/
* repo: close before deletingMichael Muré2020-12-08
* repo: move bleve thereMichael Muré2020-12-08
* repo: simpler clock mutex lockingMichael Muré2020-12-08
* repo: remove the memory-only repo for nowMichael Muré2020-12-08
* repo: finish RepoStorage moveMichael Muré2020-12-08
* repo: more work towards RepoStorageMichael Muré2020-12-05
* Move new RepoStorage interface to GoGitRepo, revert repoTestMark2020-12-05
* read name from both global and local configKarl Semich2020-10-30
* repository: workaround a go-git bug and ensure sorted tree objectMichael Muré2020-10-25
* repo: minor cleanupMichael Muré2020-10-04
* repo: fix missing keyring on the go-git repoMichael Muré2020-10-04
* repo: use go-git in more places, fix pushMichael Muré2020-10-04
* repo: fallback editor list by looking if the binary existMichael Muré2020-09-29
* repo: fix wrong ordering in gogit's ListCommitMichael Muré2020-09-29
* repo: implement GetCoreEditor for go-gitMichael Muré2020-09-29
* repo: ReadTree must accept either a commit or a tree hashMichael Muré2020-09-29
* repo: more config related bug fixesMichael Muré2020-09-29
* repo: implement local/global/any config everywhereMichael Muré2020-09-29
* repo: fix gogit clock pathMichael Muré2020-09-29
* fix ListCommits implementationvince2020-09-29