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 58 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
+31 −23 .github/workflows/tests.yaml
+1 −0 .gitignore
+47 −0 .releaserc.json
+59 −0 CHANGELOG.md
+101 −0 CODE_OF_CONDUCT.md
+7 −7 LICENSE
+44 −12 Makefile
+245 −240 README.md
+1 −0 VERSION
+322 −349 _zinit
+149 −0 doc/zsdoc/zinit-additional.zsh.adoc
+18 −124 doc/zsdoc/zinit-autoload.zsh.adoc
+143 −126 doc/zsdoc/zinit-install.zsh.adoc
+36 −68 doc/zsdoc/zinit-side.zsh.adoc
+138 −215 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
+9 −0 tests/_support/annex_test_assertions
+5 −2 tests/_support/bootstrap
+30 −59 tests/annexes.zunit
+541 −613 tests/gh-r.zunit
+52 −0 tests/ices.zunit
+29 −13 tests/plugins.zunit
+70 −20 tests/snippets.zunit
+493 −0 zi-browse-symbol
+21 −13 zinit-additional.zsh
+84 −139 zinit-autoload.zsh
+472 −219 zinit-install.zsh
+351 −354 zinit-side.zsh
+378 −236 zinit.zsh