Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | query: english specialized indexing | Michael Muré | 2020-11-17 | 1 | -0/+2 |
* | ls: fix query quotation | Michael Muré | 2020-11-17 | 1 | -3/+10 |
* | Add full-text search support in the ls command | Mike Goldin | 2020-11-17 | 1 | -32/+52 |
* | Create a search cache index when git-bug starts up if none exists | Mike Goldin | 2020-11-17 | 1 | -1/+66 |
* | cache,bug,identity: structural change | Michael Muré | 2020-10-04 | 1 | -1/+1 |
* | Fix bugs and cleanup code | vince | 2020-08-26 | 1 | -1/+1 |
* | cache: simplify cache eviction | Michael Muré | 2020-08-25 | 1 | -60/+55 |
* | Implement cache eviction and testing | vince | 2020-08-25 | 1 | -41/+51 |
* | Implement the LRU Cache | vince | 2020-08-20 | 1 | -23/+66 |
* | Update docs | vince | 2020-07-28 | 1 | -1/+1 |
* | Remove need to specify remote | vince | 2020-07-28 | 1 | -11/+2 |
* | Move args parsing out of repo cache | vince | 2020-07-28 | 1 | -8/+4 |
* | Allow user to delete remote bugs | vince | 2020-07-28 | 1 | -3/+14 |
* | Add the 'rm' command | vince | 2020-07-28 | 1 | -0/+18 |
* | cache: split into multiple files for readability | Michael Muré | 2020-07-03 | 1 | -0/+361 |