Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into dev | Squibid | 2024-12-23 | 3 | -67/+95 |
|\ | |||||
| * | fix: accidentally jumps to FETCH_HEAD | Squibid | 2024-11-19 | 1 | -29/+46 |
| | | |||||
| * | fix: --unshallow errors if the repo is already unshallow | Squibid | 2024-11-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | instead we use --depth=2147483647 because as noted by the docs... The special depth 2147483647 (or 0x7fffffff, the largest positive number a signed 32-bit integer can contain) means infinite depth. https://git-scm.com/docs/shallow | ||||
| * | add ability to specifiy commit ref | Squibid | 2024-11-19 | 2 | -5/+33 |
| | | |||||
| * | make sure the load function is called on dep reloading | Squibid | 2024-07-25 | 1 | -1/+12 |
| | | |||||
| * | actually fix it this time | Squibid | 2024-07-25 | 1 | -2/+4 |
| | | |||||
| * | whoops | Squibid | 2024-07-25 | 1 | -1/+1 |
| | | |||||
| * | pin the correct repo to the top of the plugin list | Squibid | 2024-07-25 | 2 | -36/+6 |
| | | |||||
| * | pin the correct repo to the top of the plugin list | Squibid | 2023-04-30 | 1 | -1/+1 |
| | | |||||
| * | notifiy was in the wrong place | Squibid | 2023-04-29 | 1 | -3/+1 |
| | | |||||
* | | notify user that this is a development version | Squibid | 2023-04-29 | 1 | -3/+2 |
|/ | |||||
* | so that was a mistake | Squibid | 2023-04-29 | 1 | -1/+1 |
| | |||||
* | change plugin path to be shorter | Squibid | 2023-04-29 | 1 | -1/+1 |
| | |||||
* | more vsp instead of sp | Squibid | 2023-04-29 | 1 | -2/+2 |
| | |||||
* | change package updates to a vim.notify | Squibid | 2023-04-29 | 1 | -1/+3 |
| | |||||
* | replace vim.loop.spawn with vim.fn.jobstart -- taken from xlucn on | Squibid | 2023-04-29 | 1 | -47/+27 |
| | | | | github | ||||
* | change sp to vsp | Squibid | 2023-04-29 | 1 | -1/+1 |
| | |||||
* | sync: add on_complete callback -- taken from trsdln on github | Squibid | 2023-04-29 | 1 | -3/+7 |
| | |||||
* | Update readme and license links | luaneko | 2022-12-21 | 4 | -4/+4 |
| | |||||
* | Ensure cache directory is created before opening log file | luaneko | 2022-12-21 | 1 | -3/+13 |
| | | | | Merging from #5 | ||||
* | Adopt WindSeed conventions for consistency | luaneko | 2022-12-21 | 3 | -77/+97 |
| | |||||
* | Refactor package store out of main file | luaneko | 2022-12-20 | 1 | -0/+266 |
| | |||||
* | Fix lua file chmods | luaneko | 2022-12-20 | 3 | -0/+0 |
| | |||||
* | Refactor logger class | luaneko | 2022-12-20 | 3 | -56/+98 |
| | |||||
* | Ensure cwd is always restored to the original directory on hook failure | phosphene47 | 2021-12-14 | 1 | -0/+2 |
| | |||||
* | Change directory into the package dir when running hooks | phosphene47 | 2021-12-14 | 1 | -0/+6 |
| | | | | This makes running external commands like `make` from hooks easier to do. | ||||
* | Print to stderr instead of normal echo if log message is of type error | phosphene47 | 2021-12-13 | 1 | -5/+9 |
| | |||||
* | Fix sync not completing when some packages are disabled, and make readme pretty | phosphene47 | 2021-12-12 | 1 | -0/+2 |
| | |||||
* | Fix recursive subtree configuration not being optimized after the first run | phosphene47 | 2021-11-17 | 3 | -34/+45 |
| | |||||
* | Implement benchmarking of package load time | phosphene47 | 2021-11-14 | 1 | -132/+237 |
| | |||||
* | Improve performance by caching subtree state and configure a single root for ↵ | phosphene47 | 2021-11-14 | 2 | -66/+114 |
| | | | | simplicity | ||||
* | Prevent failed package load being retried multiple times | phosphene47 | 2021-11-14 | 1 | -9/+23 |
| | |||||
* | Fix many bugs and make things actually work | phosphene47 | 2021-11-14 | 3 | -206/+495 |
| | |||||
* | Initial commit | phosphene47 | 2021-11-14 | 3 | -0/+539 |