Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zinit
Submodule zinit updated 60 files
+3 −0 .commitlintrc
+16 −2 .gitattributes
+3 −0 .github/CODEOWNERS
+43 −26 .github/ISSUE_TEMPLATE/bug-report.yml
+0 −46 .github/PULL_REQUEST_TEMPLATE.md
+6 −16 .github/labeler.yml
+38 −0 .github/stale.yml
+23 −23 .github/workflows/containers.yaml
+12 −8 .github/workflows/documentation.yaml
+53 −53 .github/workflows/installer.yaml
+6 −5 .github/workflows/labeler.yaml
+20 −10 .github/workflows/linting.yaml
+38 −0 .github/workflows/release.yml
+30 −23 .github/workflows/tests.yaml
+2 −1 .gitignore
+47 −0 .releaserc.json
+3 −3 .zunit.yml
+82 −0 CHANGELOG.md
+101 −0 CODE_OF_CONDUCT.md
+7 −7 LICENSE
+44 −12 Makefile
+401 −392 README.md
+1 −0 VERSION
+326 −349 _zinit
+8 −8 doc/HACKING.md
+149 −0 doc/zsdoc/zinit-additional.zsh.adoc
+39 −125 doc/zsdoc/zinit-autoload.zsh.adoc
+157 −132 doc/zsdoc/zinit-install.zsh.adoc
+36 −68 doc/zsdoc/zinit-side.zsh.adoc
+145 −217 doc/zsdoc/zinit.zsh.adoc
+8 −0 docker/init.zsh
+8 −0 docker/utils.zsh
+8 −0 docker/zshenv
+8 −1 docker/zshrc
+8 −1 docker/zshrc-fancy
+8 −0 scripts/docker-build.sh
+8 −0 scripts/docker-run.sh
+7 −1 scripts/install.sh
+0 −192 scripts/test-scripts/test-excl-id-as
+0 −182 scripts/test-scripts/test-id-as
+0 −3 scripts/zcompile
+0 −14 scripts/zunit-tests.sh
+93 −81 share/git-process-output.zsh
+36 −23 share/rpm2cpio.zsh
+0 −19 share/single-line.zsh
+9 −4 share/template-plugin/template-script
+47 −0 share/zsh.ctags
+10 −0 tests/_support/annex_test_assertions
+52 −31 tests/_support/bootstrap
+18 −69 tests/annexes.zunit
+578 −652 tests/gh-r.zunit
+55 −0 tests/ices.zunit
+29 −13 tests/plugins.zunit
+70 −20 tests/snippets.zunit
+493 −0 zi-browse-symbol
+21 −13 zinit-additional.zsh
+94 −142 zinit-autoload.zsh
+465 −260 zinit-install.zsh
+351 −354 zinit-side.zsh
+441 −258 zinit.zsh