Skip to content

Commit

Permalink
masters branch for submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kowalczyk authored and Daniel Kowalczyk committed Mar 17, 2022
1 parent bbb165d commit e5d1d5c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion meta/dotbot
Submodule dotbot updated 61 files
+0 −3 .editorconfig
+27 −0 .github/workflows/build.yml
+0 −15 .travis.yml
+49 −0 CHANGELOG.md
+1 −1 LICENSE.md
+135 −49 README.md
+1 −1 dotbot/__init__.py
+4 −0 dotbot/__main__.py
+111 −38 dotbot/cli.py
+4 −2 dotbot/config.py
+15 −5 dotbot/context.py
+40 −15 dotbot/dispatcher.py
+7 −7 dotbot/messenger/color.py
+13 −16 dotbot/messenger/messenger.py
+7 −6 dotbot/plugin.py
+29 −20 dotbot/plugins/clean.py
+23 −20 dotbot/plugins/create.py
+157 −87 dotbot/plugins/link.py
+61 −51 dotbot/plugins/shell.py
+1 −0 dotbot/util/__init__.py
+34 −0 dotbot/util/common.py
+2 −1 dotbot/util/compat.py
+20 −16 dotbot/util/module.py
+1 −0 dotbot/util/singleton.py
+4 −4 dotbot/util/string.py
+1 −1 lib/pyyaml
+12 −0 pyproject.toml
+31 −49 setup.py
+1 −0 test/.gitignore
+55 −21 test/README.md
+8 −5 test/Vagrantfile
+20 −49 test/driver-lib.bash
+18 −17 test/test
+24 −10 test/test-lib.bash
+0 −81 test/test_travis
+19 −0 test/tests/clean-default.bash
+34 −0 test/tests/clean-recursive.bash
+2 −2 test/tests/config-empty.bash
+26 −0 test/tests/create-mode.bash
+21 −0 test/tests/except-multi.bash
+32 −0 test/tests/except.bash
+32 −0 test/tests/exit-on-failure.bash
+3 −5 test/tests/find-python-executable.bash
+20 −0 test/tests/link-canonicalize.bash
+123 −0 test/tests/link-glob-exclude.bash
+1 −1 test/tests/link-glob-multi-star.bash
+106 −0 test/tests/link-glob-patterns.bash
+46 −0 test/tests/link-glob-recursive.bash
+46 −0 test/tests/link-glob.bash
+1 −1 test/tests/link-if.bash
+23 −0 test/tests/link-ignore-missing.bash
+40 −0 test/tests/link-no-canonicalize.bash
+23 −0 test/tests/link-prefix.bash
+22 −0 test/tests/only-defaults.bash
+20 −0 test/tests/only-multi.bash
+32 −0 test/tests/only.bash
+39 −3 test/tests/plugin.bash
+79 −0 test/tests/shell-cli-override-config.bash
+1 −8 test/tests/shim.bash
+22 −0 tools/git-submodule/install.ps1
+21 −0 tools/hg-subrepo/install.ps1
2 changes: 1 addition & 1 deletion meta/yay
Submodule yay updated 2 files
+2 −2 README.md
+11 −9 yay.py

0 comments on commit e5d1d5c

Please sign in to comment.