aboutsummaryrefslogtreecommitdiffstats
path: root/repository/gogit.go
Commit message (Expand)AuthorAgeFilesLines
* repo: improve support for gitdir indirectionMichael Muré2023-03-041-5/+14
* chore: updated error message when detectGitPath failsAlec Lanter2023-01-231-1/+1
* test: resolve changes for PR #1004, add unit test, fix issue uncovered by uni...Alec Lanter2023-01-231-5/+4
* fix(#971): parse submodule .git files instead of erroringAlec Lanter2023-01-211-0/+23
* add wipe sub-command that remove local bugs and identitiesKalin Staykov2023-01-111-6/+5
* Merge pull request #936 from MichaelMure/feat/935/disambiguate-config-errorsSteve Moyer2022-12-231-1/+2
|\
| * feat: wrap ErrNoConfigEntry to report missing keySteve Moyer2022-11-271-1/+2
* | cache: fix some bugs after refactorMichael Muré2022-12-231-1/+2
* | repository: return specific error on object not found, accept multiple namesp...Michael Muré2022-12-211-54/+44
* | repo: proper reduced interface for full-text indexingMichael Muré2022-12-191-48/+7
|/
* gogit: fix incorrect loader handlingMichael Muré2022-11-161-1/+1
* go-git: concurrent loading of clocksMichael Muré2022-11-151-4/+16
* bug: have a type for combined ids, fix https://github.com/MichaelMure/git-bug...Michael Muré2022-08-221-0/+1
* bug: fix an issue where Id would be used, then changed due to metadataMichael Muré2022-07-311-1/+1
* gogit: close index before deleting it on diskMichael Muré2022-05-311-9/+8
* refactor: use namespace instead of application of applicationNameSteve Moyer2022-05-261-19/+19
* chore: clean-up commented codeSteve Moyer2022-05-251-3/+0
* feat: make local storage configurableSteve Moyer2022-05-251-13/+27
* update keyring and migrate to github.com/ProtonMail/go-cryptoMichael Muré2022-02-151-1/+1
* repo: workaround more go-git concurrency issueMichael Muré2021-04-221-0/+12
* repository: workaround a non thread-safe path in go-gitMichael Muré2021-04-171-2/+10
* cache: many fixes following the dag entity migrationMichael Muré2021-04-081-1/+1
* Merge remote-tracking branch 'origin/master' into dag-entityMichael Muré2021-03-291-2/+2
|\
| * repo: fix security issue that could lead to arbitrary code executionMichael Muré2021-03-211-2/+2
* | entity: working commit signaturesMichael Muré2021-02-141-6/+10
* | entity: more testing and bug fixingMichael Muré2021-02-141-7/+39
* | entity: more progress on merging and signingMichael Muré2021-02-141-7/+0
* | WIPMichael Muré2021-02-141-36/+56
* | repository: partially add two new functions to RepoDataMichael Muré2021-02-141-0/+27
* | repo: expose all lamport clocks, move clocks in their own folderMichael Muré2021-02-141-2/+53
|/
* 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