index
:
dep
dev
master
my fork of https://github.com/chiyadev/dep
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lua
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-12-23
add arbitrary tag selection with *s
dev
Squibid
2
-82
/
+152
2024-11-19
fix: accidentally jumps to FETCH_HEAD
Squibid
1
-29
/
+46
2024-11-19
fix: --unshallow errors if the repo is already unshallow
Squibid
1
-1
/
+1
2024-11-19
add ability to specifiy commit ref
Squibid
2
-5
/
+33
2024-07-25
make sure the load function is called on dep reloading
Squibid
1
-1
/
+12
2024-07-25
actually fix it this time
Squibid
1
-2
/
+4
2024-07-25
whoops
Squibid
1
-1
/
+1
2024-07-25
pin the correct repo to the top of the plugin list
Squibid
2
-36
/
+6
2023-04-30
pin the correct repo to the top of the plugin list
Squibid
1
-1
/
+1
2023-04-29
notifiy was in the wrong place
Squibid
1
-3
/
+1
2023-04-29
notify user that this is a development version
Squibid
1
-3
/
+2
2023-04-29
so that was a mistake
Squibid
1
-1
/
+1
2023-04-29
change plugin path to be shorter
Squibid
1
-1
/
+1
2023-04-29
more vsp instead of sp
Squibid
1
-2
/
+2
2023-04-29
change package updates to a vim.notify
Squibid
1
-1
/
+3
2023-04-29
replace vim.loop.spawn with vim.fn.jobstart -- taken from xlucn on
Squibid
1
-47
/
+27
2023-04-29
change sp to vsp
Squibid
1
-1
/
+1
2023-04-29
sync: add on_complete callback -- taken from trsdln on github
Squibid
1
-3
/
+7
2022-12-21
Update readme and license links
luaneko
4
-4
/
+4
2022-12-21
Ensure cache directory is created before opening log file
luaneko
1
-3
/
+13
2022-12-21
Adopt WindSeed conventions for consistency
luaneko
3
-77
/
+97
2022-12-20
Refactor package store out of main file
luaneko
1
-0
/
+266
2022-12-20
Fix lua file chmods
luaneko
3
-0
/
+0
2022-12-20
Refactor logger class
luaneko
3
-56
/
+98
2021-12-14
Ensure cwd is always restored to the original directory on hook failure
phosphene47
1
-0
/
+2
2021-12-14
Change directory into the package dir when running hooks
phosphene47
1
-0
/
+6
2021-12-13
Print to stderr instead of normal echo if log message is of type error
phosphene47
1
-5
/
+9
2021-12-12
Fix sync not completing when some packages are disabled, and make readme pretty
phosphene47
1
-0
/
+2
2021-11-17
Fix recursive subtree configuration not being optimized after the first run
phosphene47
3
-34
/
+45
2021-11-14
Implement benchmarking of package load time
phosphene47
1
-132
/
+237
2021-11-14
Improve performance by caching subtree state and configure a single root for ...
phosphene47
2
-66
/
+114
2021-11-14
Prevent failed package load being retried multiple times
phosphene47
1
-9
/
+23
2021-11-14
Fix many bugs and make things actually work
phosphene47
3
-206
/
+495