aboutsummaryrefslogtreecommitdiffstats
path: root/repository/gogit.go
Commit message (Collapse)AuthorAgeFilesLines
* bug: have a type for combined ids, fix ↵Michael Muré2022-08-221-0/+1
| | | | https://github.com/MichaelMure/git-bug/issues/653
* 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
| | | | fix https://github.com/MichaelMure/git-bug/issues/497
* 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
| | | | | | | | see https://blog.golang.org/path-security for details
* | 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
|
* 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