aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update docs for full text searchMike Goldin2020-11-174-3/+26
* query: english specialized indexingMichael Muré2020-11-171-0/+2
* ls: fix query quotationMichael Muré2020-11-172-30/+53
* Add full-text search support in the ls commandMike Goldin2020-11-172-51/+54
* Create a search cache index when git-bug starts up if none existsMike Goldin2020-11-174-55/+221
* query: expand the tokenizer/parser to parse arbitrary search termsMichael Muré2020-11-175-50/+116
* Merge pull request #485 from MichaelMure/gitlab-title-fixMichael Muré2020-11-171-3/+7
|\
| * revert go sum changesvince2020-11-171-7/+0
| * cleanup title on gitlab importvince2020-10-282-3/+14
* | build(deps): bump github.com/fatih/color from 1.9.0 to 1.10.0 (#494)dependabot-preview[bot]2020-11-022-7/+7
* | Merge pull request #490 from xloem/nameMichael Muré2020-10-311-12/+2
|\ \
| * | read name from both global and local configKarl Semich2020-10-301-12/+2
|/ /
* | Merge pull request #482 from MichaelMure/dependabot/go_modules/github.com/xan...Michael Muré2020-10-292-1/+2
|\ \
| * | build(deps): bump github.com/xanzy/go-gitlab from 0.38.2 to 0.39.0dependabot-preview[bot]2020-10-282-1/+2
| |/
* | Merge pull request #483 from MichaelMure/dependabot/go_modules/golang.org/x/t...Michael Muré2020-10-292-1/+2
|\ \ | |/ |/|
| * build(deps): bump golang.org/x/text from 0.3.3 to 0.3.4dependabot-preview[bot]2020-10-282-1/+2
|/
* Vendor: upgrade spf13/cobra to v1.1.1 (#479)65432020-10-2774-742/+442
* Merge pull request #476 from MichaelMure/fix-config-readMichael Muré2020-10-252-0/+5
|\
| * repository: fix edge case in git config read, affecting bridgesMichael Muré2020-10-252-0/+5
|/
* Vendor: updage xanzy/go-gitlab to v0.38.2 (#473)65432020-10-253-10/+317
* Merge pull request #474 from MichaelMure/gogit-sorted-treeMichael Muré2020-10-251-1/+17
|\
| * repository: workaround a go-git bug and ensure sorted tree objectMichael Muré2020-10-251-1/+17
|/
* repository: fix incorrect git dir on the git CLI implementationMichael Muré2020-10-242-1/+3
* Merge pull request #471 from 6543-forks/vendor_go-gitMichael Muré2020-10-242-22/+24
|\
| * Vendor: updage go-git to v5.2.065432020-10-222-22/+24
|/
* Merge pull request #417 from MichaelMure/remove-legacy-identityMichael Muré2020-10-0421-378/+178
|\
| * identity: remove support for legacy identityMichael Muré2020-10-0421-378/+178
|/
* repo: minor cleanupMichael Muré2020-10-041-6/+6
* Merge pull request #455 from MichaelMure/bug-loading-fixMichael Muré2020-10-0421-128/+187
|\
| * cache,bug,identity: structural changeMichael Muré2020-10-0421-128/+187
|/
* Merge pull request #460 from MichaelMure/fix-pushMichael Muré2020-10-0415-31/+57
|\
| * 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-0415-25/+39
|/
* Merge pull request #458 from MichaelMure/dependabot/go_modules/github.com/99d...Michael Muré2020-09-302-1/+5
|\
| * build(deps): bump github.com/99designs/keyring from 1.1.5 to 1.1.6dependabot-preview[bot]2020-09-302-1/+5
* | Merge pull request #459 from MichaelMure/webui/upgrade-depsMichael Muré2020-09-3020-7565/+7833
|\ \ | |/ |/|
| * webui: dependencies upgradesQuentin Gliech2020-09-3020-7565/+7833
|/
* repo: fallback editor list by looking if the binary existMichael Muré2020-09-291-1/+17
* Merge pull request #412 from MichaelMure/gogit-repoMichael Muré2020-09-2935-541/+1972
|\
| * repo: fix wrong ordering in gogit's ListCommitMichael Muré2020-09-292-9/+7
| * repo: implement GetCoreEditor for go-gitMichael Muré2020-09-291-1/+23
| * use go-git by default!Michael Muré2020-09-292-2/+2
| * repo: more testing for an edge caseMichael Muré2020-09-291-0/+5
| * repo: ReadTree must accept either a commit or a tree hashMichael Muré2020-09-292-3/+25
| * repo: more config related bug fixesMichael Muré2020-09-294-62/+102
| * repo: fix manu bugs in go-git configMichael Muré2020-09-292-54/+133
| * repo: implement local/global/any config everywhereMichael Muré2020-09-2912-217/+413
| * repo: only use the file backend for the keyringMichael Muré2020-09-291-27/+4
| * repo: split mocks into smaller reusable componentsMichael Muré2020-09-291-48/+104
| * repo: split Config into 2 smaller interfacesMichael Muré2020-09-291-8/+15