-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: wsh/asdf
base: master
head repository: asdf-vm/asdf
compare: master
Commits on Dec 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c901466 - Browse repository at this point
Copy the full SHA c901466View commit details
Commits on Dec 4, 2019
-
Output different warning for empty and missing version
1. when `.tool-versions` is not set 2. when `.tool-versions` set version that is not installed
Configuration menu - View commit details
-
Copy full SHA for 026aa78 - Browse repository at this point
Copy the full SHA 026aa78View commit details
Commits on Dec 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5ca74a8 - Browse repository at this point
Copy the full SHA 5ca74a8View commit details -
Merge pull request asdf-vm#612 from superhawk610/patch-1
docs: update plugin-* usage
Configuration menu - View commit details
-
Copy full SHA for 608098c - Browse repository at this point
Copy the full SHA 608098cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bb651a - Browse repository at this point
Copy the full SHA 5bb651aView commit details
Commits on Dec 10, 2019
-
Merge pull request asdf-vm#614 from aocole/patch-1
Update installation for Zsh on macOS Catalina
Configuration menu - View commit details
-
Copy full SHA for 8826dc7 - Browse repository at this point
Copy the full SHA 8826dc7View commit details
Commits on Dec 13, 2019
-
Merge pull request asdf-vm#609 from tejanium/clearer-warning
Clarify instructions when <version> of a <shim_name> is missing.
Configuration menu - View commit details
-
Copy full SHA for ff57001 - Browse repository at this point
Copy the full SHA ff57001View commit details
Commits on Dec 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 39d3773 - Browse repository at this point
Copy the full SHA 39d3773View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6207e42 - Browse repository at this point
Copy the full SHA 6207e42View commit details
Commits on Dec 20, 2019
-
Fix issue with preset version warning assuming that the shim name and…
… plugin name are the same
Luke Bonaccorsi committedDec 20, 2019 Configuration menu - View commit details
-
Copy full SHA for c728018 - Browse repository at this point
Copy the full SHA c728018View commit details
Commits on Dec 21, 2019
-
Run config tests in BATS_TMPDIR for clean environment
This avoids issues with it picking up config files from parent directories.
Configuration menu - View commit details
-
Copy full SHA for 67e0e50 - Browse repository at this point
Copy the full SHA 67e0e50View commit details -
Ignore shim directory for executable lookups
Previously, the shims directory was only excluded for system versions, which meant that `asdf exec` would fall back to a shim if the install didn't have the desired binary. If the shims are up to date this isn't a problem since we check the metadata, but it causes issues if those are out of sync for whatever reason. I've checked all the uses of this function and I'm not seeing anywhere we should need the old behavior.
Configuration menu - View commit details
-
Copy full SHA for 069c74f - Browse repository at this point
Copy the full SHA 069c74fView commit details
Commits on Dec 22, 2019
-
Merge pull request asdf-vm#622 from CodeFoodPixels/clearer-warning-sh…
…im-plugin Fix issue with preset version warning assuming that the shim name and plugin name are the same
Configuration menu - View commit details
-
Copy full SHA for c34b7ec - Browse repository at this point
Copy the full SHA c34b7ecView commit details
Commits on Dec 24, 2019
-
BSKY authored
Dec 24, 2019 Configuration menu - View commit details
-
Copy full SHA for 40dea1e - Browse repository at this point
Copy the full SHA 40dea1eView commit details
Commits on Dec 30, 2019
-
Merge pull request asdf-vm#624 from imbsky/patch-1
Bump checkout action version
Configuration menu - View commit details
-
Copy full SHA for 550f286 - Browse repository at this point
Copy the full SHA 550f286View commit details -
Configuration menu - View commit details
-
Copy full SHA for 340b027 - Browse repository at this point
Copy the full SHA 340b027View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09db5d6 - Browse repository at this point
Copy the full SHA 09db5d6View commit details
Commits on Dec 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a3bbb0b - Browse repository at this point
Copy the full SHA a3bbb0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bad5f4 - Browse repository at this point
Copy the full SHA 5bad5f4View commit details -
Defaults to empty ASDF_DATA_DIR
If ASDF_DATA_DIR variable is undefined it will assign an empty value to it so bash instances running with set -o nounset can run the script without error.
Configuration menu - View commit details
-
Copy full SHA for 95e0f53 - Browse repository at this point
Copy the full SHA 95e0f53View commit details
Commits on Jan 2, 2020
-
Merge pull request asdf-vm#629 from lalloni/remove-sourced-scripts-sh…
…ebang Remove shebang lines of sourced scripts
Configuration menu - View commit details
-
Copy full SHA for 3f7bdab - Browse repository at this point
Copy the full SHA 3f7bdabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40600ec - Browse repository at this point
Copy the full SHA 40600ecView commit details
Commits on Jan 3, 2020
-
Merge pull request asdf-vm#631 from maxnordlund/patch-1
Fix small typo `git` -> `asdf`
Configuration menu - View commit details
-
Copy full SHA for bde7ae5 - Browse repository at this point
Copy the full SHA bde7ae5View commit details
Commits on Jan 6, 2020
-
Merge pull request asdf-vm#627 from deiga/fix-test-errors
Fixes tests in master
Configuration menu - View commit details
-
Copy full SHA for 33a3111 - Browse repository at this point
Copy the full SHA 33a3111View commit details
Commits on Jan 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7d3fb89 - Browse repository at this point
Copy the full SHA 7d3fb89View commit details
Commits on Jan 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e53de67 - Browse repository at this point
Copy the full SHA e53de67View commit details
Commits on Jan 28, 2020
-
Fix bash completion for
plugin-add
Mikhail Bulash committedJan 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 0b169e1 - Browse repository at this point
Copy the full SHA 0b169e1View commit details
Commits on Jan 29, 2020
-
Merge pull request asdf-vm#643 from mikeroll/fix-plugin-add-completion
Fix bash completion for `plugin-add`
Configuration menu - View commit details
-
Copy full SHA for a1f76f7 - Browse repository at this point
Copy the full SHA a1f76f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b8996 - Browse repository at this point
Copy the full SHA a6b8996View commit details -
Merge pull request asdf-vm#637 from asdf-vm/tb/prefer-open-source
Prefer open source distros over closed source distros in build
Configuration menu - View commit details
-
Copy full SHA for 2a1c7c3 - Browse repository at this point
Copy the full SHA 2a1c7c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84ab5b7 - Browse repository at this point
Copy the full SHA 84ab5b7View commit details
Commits on Jan 30, 2020
-
Merge pull request asdf-vm#644 from asdf-vm/tb/fix-hanging-test
Fix hanging 'asdf update is a noop for non-git repos' test
Configuration menu - View commit details
-
Copy full SHA for 94db44b - Browse repository at this point
Copy the full SHA 94db44bView commit details -
Update examples using subcommands
Replace references to aliases in the form of `command-subcommand` with `command subcommand`
Configuration menu - View commit details
-
Copy full SHA for 3a4342a - Browse repository at this point
Copy the full SHA 3a4342aView commit details
Commits on Jan 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 79ffc55 - Browse repository at this point
Copy the full SHA 79ffc55View commit details
Commits on Feb 4, 2020
-
Merge pull request asdf-vm#640 from asdf-vm/improve-export-shell
Fix asdf shell xx --unset for fish
Configuration menu - View commit details
-
Copy full SHA for f787b71 - Browse repository at this point
Copy the full SHA f787b71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d8d77f - Browse repository at this point
Copy the full SHA 6d8d77fView commit details
Commits on Feb 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1dc939b - Browse repository at this point
Copy the full SHA 1dc939bView commit details -
Merge pull request asdf-vm#649 from asdf-vm/tb/misc-test-improvements
Misc. Test Improvements
Configuration menu - View commit details
-
Copy full SHA for e4a9ad6 - Browse repository at this point
Copy the full SHA e4a9ad6View commit details
Commits on Feb 6, 2020
-
Merge pull request asdf-vm#630 from lalloni/default-to-empty-asdf-dat…
…a-dir Defaults to empty ASDF_DATA_DIR
Configuration menu - View commit details
-
Copy full SHA for e79016a - Browse repository at this point
Copy the full SHA e79016aView commit details
Commits on Feb 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 42182f3 - Browse repository at this point
Copy the full SHA 42182f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4ddf56 - Browse repository at this point
Copy the full SHA e4ddf56View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0222b0 - Browse repository at this point
Copy the full SHA c0222b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43bd2d2 - Browse repository at this point
Copy the full SHA 43bd2d2View commit details -
Merge pull request asdf-vm#654 from asdf-vm/tb/fix-path-version
Fix Path Versions
Configuration menu - View commit details
-
Copy full SHA for 29e9b46 - Browse repository at this point
Copy the full SHA 29e9b46View commit details
Commits on Feb 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4911678 - Browse repository at this point
Copy the full SHA 4911678View commit details
Commits on Feb 14, 2020
-
Default ZSH_VERSION to empty string. (asdf-vm#656)
This avoids borking when a user has `set -u` (a.k.a. the `nounset` option) enabled.
Configuration menu - View commit details
-
Copy full SHA for 18b07ec - Browse repository at this point
Copy the full SHA 18b07ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for a409b33 - Browse repository at this point
Copy the full SHA a409b33View commit details -
fix: consistent use of plugin_name
All other instances of `check_if_plugin_exists` pass the value as `plugin_name`. Minor fix for consistency.
Configuration menu - View commit details
-
Copy full SHA for c69ed91 - Browse repository at this point
Copy the full SHA c69ed91View commit details -
Merge pull request asdf-vm#623 from jonmast/prevent-exec-recursion
Ignore shim directory for executable lookups
Configuration menu - View commit details
-
Copy full SHA for 62c4fdb - Browse repository at this point
Copy the full SHA 62c4fdbView commit details -
Merge pull request asdf-vm#657 from asdf-vm/fix/consistent-use-plugin…
…name fix: consistent use of plugin_name
Configuration menu - View commit details
-
Copy full SHA for 543e16e - Browse repository at this point
Copy the full SHA 543e16eView commit details
There are no files selected for viewing
This file was deleted.