Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: updated error message when detectGitPath fails | Alec Lanter | 2023-01-23 | 1 | -1/+1 |
| | |||||
* | test: resolve changes for PR #1004, add unit test, fix issue uncovered by ↵ | Alec Lanter | 2023-01-23 | 1 | -5/+4 |
| | | | | unit test | ||||
* | fix(#971): parse submodule .git files instead of erroring | Alec Lanter | 2023-01-21 | 1 | -0/+23 |
| | | | | | Altered logic for detecting git directory. Instead of erroring on non-direcctory .git files, now parses the file and returns the linked gitdir. | ||||
* | add wipe sub-command that remove local bugs and identities | Kalin Staykov | 2023-01-11 | 1 | -6/+5 |
| | |||||
* | Merge pull request #936 from MichaelMure/feat/935/disambiguate-config-errors | Steve Moyer | 2022-12-23 | 1 | -1/+2 |
|\ | | | | | feat(935): disambiguate config errors | ||||
| * | feat: wrap ErrNoConfigEntry to report missing key | Steve Moyer | 2022-11-27 | 1 | -1/+2 |
| | | | | | | | | Resolves #935. | ||||
* | | cache: fix some bugs after refactor | Michael Muré | 2022-12-23 | 1 | -1/+2 |
| | | |||||
* | | repository: return specific error on object not found, accept multiple ↵ | Michael Muré | 2022-12-21 | 1 | -54/+44 |
| | | | | | | | | namespace to push/pull | ||||
* | | repo: proper reduced interface for full-text indexing | Michael Muré | 2022-12-19 | 1 | -48/+7 |
|/ | | | | | Additionally, remove and concentrate quite a lot of complexity from the cache layer into a "per app" single site where to configure how indexing is done. | ||||
* | gogit: fix incorrect loader handling | Michael Muré | 2022-11-16 | 1 | -1/+1 |
| | |||||
* | go-git: concurrent loading of clocks | Michael Muré | 2022-11-15 | 1 | -4/+16 |
| | |||||
* | bug: have a type for combined ids, fix ↵ | Michael Muré | 2022-08-22 | 1 | -0/+1 |
| | | | | https://github.com/MichaelMure/git-bug/issues/653 | ||||
* | bug: fix an issue where Id would be used, then changed due to metadata | Michael Muré | 2022-07-31 | 1 | -1/+1 |
| | |||||
* | gogit: close index before deleting it on disk | Michael Muré | 2022-05-31 | 1 | -9/+8 |
| | |||||
* | refactor: use namespace instead of application of applicationName | Steve Moyer | 2022-05-26 | 1 | -19/+19 |
| | |||||
* | chore: clean-up commented code | Steve Moyer | 2022-05-25 | 1 | -3/+0 |
| | |||||
* | feat: make local storage configurable | Steve Moyer | 2022-05-25 | 1 | -13/+27 |
| | |||||
* | update keyring and migrate to github.com/ProtonMail/go-crypto | Michael Muré | 2022-02-15 | 1 | -1/+1 |
| | |||||
* | repo: workaround more go-git concurrency issue | Michael Muré | 2021-04-22 | 1 | -0/+12 |
| | |||||
* | repository: workaround a non thread-safe path in go-git | Michael Muré | 2021-04-17 | 1 | -2/+10 |
| | | | | fix https://github.com/MichaelMure/git-bug/issues/497 | ||||
* | cache: many fixes following the dag entity migration | Michael Muré | 2021-04-08 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into dag-entity | Michael Muré | 2021-03-29 | 1 | -2/+2 |
|\ | |||||
| * | repo: fix security issue that could lead to arbitrary code execution | Michael Muré | 2021-03-21 | 1 | -2/+2 |
| | | | | | | | | see https://blog.golang.org/path-security for details | ||||
* | | entity: working commit signatures | Michael Muré | 2021-02-14 | 1 | -6/+10 |
| | | |||||
* | | entity: more testing and bug fixing | Michael Muré | 2021-02-14 | 1 | -7/+39 |
| | | |||||
* | | entity: more progress on merging and signing | Michael Muré | 2021-02-14 | 1 | -7/+0 |
| | | |||||
* | | WIP | Michael Muré | 2021-02-14 | 1 | -36/+56 |
| | | |||||
* | | repository: partially add two new functions to RepoData | Michael Muré | 2021-02-14 | 1 | -0/+27 |
| | | |||||
* | | repo: expose all lamport clocks, move clocks in their own folder | Michael Muré | 2021-02-14 | 1 | -2/+53 |
|/ | |||||
* | repo: close before deleting | Michael Muré | 2020-12-08 | 1 | -0/+5 |
| | |||||
* | repo: move bleve there | Michael Muré | 2020-12-08 | 1 | -0/+76 |
| | |||||
* | repo: simpler clock mutex locking | Michael Muré | 2020-12-08 | 1 | -6/+3 |
| | |||||
* | repo: remove the memory-only repo for now | Michael Muré | 2020-12-08 | 1 | -32/+3 |
| | |||||
* | repo: finish RepoStorage move | Michael Muré | 2020-12-08 | 1 | -63/+89 |
| | |||||
* | repo: more work towards RepoStorage | Michael Muré | 2020-12-05 | 1 | -12/+21 |
| | |||||
* | Move new RepoStorage interface to GoGitRepo, revert repoTest | Mark | 2020-12-05 | 1 | -0/+7 |
| | |||||
* | read name from both global and local config | Karl Semich | 2020-10-30 | 1 | -12/+2 |
| | |||||
* | repository: workaround a go-git bug and ensure sorted tree object | Michael Muré | 2020-10-25 | 1 | -1/+17 |
| | |||||
* | repo: minor cleanup | Michael Muré | 2020-10-04 | 1 | -6/+6 |
| | |||||
* | repo: fix missing keyring on the go-git repo | Michael Muré | 2020-10-04 | 1 | -6/+18 |
| | |||||
* | repo: use go-git in more places, fix push | Michael Muré | 2020-10-04 | 1 | -0/+6 |
| | |||||
* | repo: fallback editor list by looking if the binary exist | Michael Muré | 2020-09-29 | 1 | -1/+17 |
| | |||||
* | repo: fix wrong ordering in gogit's ListCommit | Michael Muré | 2020-09-29 | 1 | -8/+6 |
| | |||||
* | repo: implement GetCoreEditor for go-git | Michael Muré | 2020-09-29 | 1 | -1/+23 |
| | |||||
* | repo: ReadTree must accept either a commit or a tree hash | Michael Muré | 2020-09-29 | 1 | -3/+24 |
| | |||||
* | repo: more config related bug fixes | Michael Muré | 2020-09-29 | 1 | -2/+2 |
| | |||||
* | repo: implement local/global/any config everywhere | Michael Muré | 2020-09-29 | 1 | -1/+24 |
| | |||||
* | repo: fix gogit clock path | Michael Muré | 2020-09-29 | 1 | -2/+2 |
| | |||||
* | fix ListCommits implementation | vince | 2020-09-29 | 1 | -8/+26 |
| | |||||
* | repo: fix some go-git implementation | Michael Muré | 2020-09-29 | 1 | -5/+19 |
| |