772 Commits (08aa09e664e1ffadf638b8b5f7718be56eadd639)
 

Author SHA1 Message Date
Jordan Harband 3b42df8d1d Merge pull request #474 from mzgol/wget-hotfix 10 years ago
Michał Gołębiowski 21fa84225c Hotfix: correctly map curl's `-C -` to wget 10 years ago
Jordan Harband 4895aebf0a v0.11.0 10 years ago
Jordan Harband 8a29122d0a Adding `teardown` to `test/fast/Listing versions/` 10 years ago
Jordan Harband 26ed7a003a Making sure to quote this output, so that paths with spaces don't break the method. 10 years ago
Jordan Harband 00ca5288b0 Merge pull request #470 from creationix/has_system_node 10 years ago
Jordan Harband 6d2912a2ab Adding nvm_has_system_node 10 years ago
Jordan Harband 1d61584402 Making sure this test cleans up after itself. 10 years ago
Jordan Harband f6974744cd Moving this nvm ls test inside the "listing versions" test subdir. 10 years ago
Jordan Harband 7171cbed6f Add an `nvm_ls_current` function. 10 years ago
Jordan Harband 8f66273922 Merge pull request #467 from jsdevel/adding-current-symlink 10 years ago
Jordan Harband 1a9ab82e24 Merge pull request #466 from creationix/nvm_ls_minor_versions 10 years ago
jsdevel 3fa004293c Adding a symlink in .nvm to the current version. 10 years ago
Jordan Harband 83efa2288d Use [0-9] instead of [[:digit:]] per https://github.com/creationix/nvm/pull/466#discussion_r14853668 - it's simpler (and probably more portable). 10 years ago
Jordan Harband 4cfe62d3d1 Fixing `nvm ls 0.x` to only include `0.x.*` instead of `0.x*.*` 10 years ago
Jordan Harband 802f064178 Adding a failing test. 10 years ago
Jordan Harband c49cb68575 Merge pull request #468 from egilkh/master 10 years ago
egilkh 0534872e0f Should escape grep in nvm_ls 10 years ago
Olivier Mengué f1b8cf8fd6 Use 'read' built-in instead of $(cat ... | head -n1) 11 years ago
Jordan Harband 78ff9a2215 Merge pull request #464 from koenpunt/release-task 10 years ago
Koen Punt b952be6f56 add makefile release task 10 years ago
Jordan Harband 638ae5c6fa Hardcode latest version number into the install script. 10 years ago
Jordan Harband a7b6495172 Removing unnecessary line, per #461 10 years ago
Jordan Harband 703e43cc2b Merge pull request #463 from mzgol/bash 10 years ago
Michał Gołębiowski 03636878d1 Use bash, not sh for install scritps - followup to #450 10 years ago
Jordan Harband 2ee4b6f414 Correcting nvm.sh comment wrt bash 10 years ago
Jordan Harband 10305f0791 Merge pull request #460 from koenpunt/patch-1 10 years ago
Koen Punt 276c031c60 Finalize fix for #458 10 years ago
Jordan Harband 63f72b37df Followup per https://github.com/creationix/nvm/pull/452#issuecomment-48151847 10 years ago
Jordan Harband cf5bfecec4 Merge pull request #452 from creationix/curl_wget_handling 10 years ago
Jordan Harband 77c3f20956 Merge pull request #459 from koenpunt/curl_wget_handling 10 years ago
Jordan Harband e4ada9fa43 Revert part of the change from e0537ce3df, fixes #458 10 years ago
Koen Punt a0de15d0f7 fix nvm_curl arguments for stdout 10 years ago
Jordan Harband df4689fbd2 Removing an extra "echo" 10 years ago
Jordan Harband 018e47bec0 Make sure both wget and curl work. 10 years ago
Jordan Harband 74cc1eb022 Make `nvm_curl` do a runtime check if `curl` is available. 10 years ago
Jordan Harband eda8ffbcc4 Add some more curl → wget argument munging 10 years ago
Jordan Harband b9383c9016 Use `nvm_curl` instead of `curl` directly, which has a `wget` fallback. 10 years ago
Jordan Harband 25c0be1e20 Using an `nvm_curl` function instead of `curl`/`wget` directly. 10 years ago
Jordan Harband a8233eb68c Merge pull request #457 from koenpunt/patch-1 10 years ago
Koen Punt ea198c9a19 add newline to printf 10 years ago
Jordan Harband e0537ce3df Shellcheck recommendations. 10 years ago
Jordan Harband cce5df35ba Naming `install.sh` functions more explicitly as being for `nvm`. 10 years ago
Jordan Harband 7e269961c3 In `install.sh`, rename `has` to `nvm_has` for consistency with `nvm.sh`. 10 years ago
Jordan Harband f214ffaf1f Oxford comma 10 years ago
Jordan Harband d016fe010a Merge pull request #450 from mzgol/install-script 10 years ago
Michał Gołębiowski fb5a51b1b7 Use bash, not sh for install scritps 10 years ago
Jordan Harband 3e5037a1be v0.10.0 10 years ago
Jordan Harband 60fec40613 Merge pull request #444 from creationix/fix_nvm_ls 10 years ago
Jordan Harband fb215546ee Don't bother trying to return the exit code of `nvm alias` or `nvm_print_versions` 10 years ago