aboutsummaryrefslogtreecommitdiffstats
path: root/lua (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-14Ensure cwd is always restored to the original directory on hook failurephosphene471-0/+2
2021-12-14Change directory into the package dir when running hooksphosphene471-0/+6
2021-12-13Print to stderr instead of normal echo if log message is of type errorphosphene471-5/+9
2021-12-12Fix sync not completing when some packages are disabled, and make readme prettyphosphene471-0/+2
2021-11-17Fix recursive subtree configuration not being optimized after the first runphosphene473-34/+45
2021-11-14Implement benchmarking of package load timephosphene471-132/+237
2021-11-14Improve performance by caching subtree state and configure a single root for ...phosphene472-66/+114
2021-11-14Prevent failed package load being retried multiple timesphosphene471-9/+23
2021-11-14Fix many bugs and make things actually workphosphene473-206/+495