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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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
3
-5
/
+37
|
*
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
4
-136
/
+12
|
*
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
|
*
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
5
-8
/
+9
|
*
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
|
*
Shut MacOS up
luaneko
2022-12-20
1
-0
/
+1
|
*
Update readme
luaneko
2022-06-10
1
-7
/
+7
|
*
Merge pull request #2 from phosphene47/hook-chdir
phos
2021-12-14
1
-0
/
+8
|
\
|
*
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 broken link to license file in readme
phosphene47
2021-12-12
1
-1
/
+1
|
*
Fix sync not completing when some packages are disabled, and make readme pretty
phosphene47
2021-12-12
2
-0
/
+9
|
*
Add link to my blog post about dep
phosphene47
2021-11-27
1
-8
/
+15
|
*
Create readme and add license
phosphene47
2021-11-17
2
-0
/
+425
|
*
Fix recursive subtree configuration not being optimized after the first run
phosphene47
2021-11-17
4
-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
4
-0
/
+541