1. d6fa671 [Fix] `reinstall-packages`: Prevent install/link when no packages found by Peter Dave Hello · 6 years ago
  2. 25b7f26 [Fix] Use `nvm_echo` instead of `echo` directly by Peter Dave Hello · 6 years ago
  3. 5fc8bd9 Fix whitespace by Jordan Harband · 6 years ago
  4. 7505710 [Fix] Correct most of the wrong indentation by Peter Dave Hello · 6 years ago
  5. 544c3f4 [New] Add EditorConfig to help maintain part of coding style by Peter Dave Hello · 6 years ago
  6. e7b4219 [Fix] Improve .nvmrc reading process by Peter Dave Hello · 6 years ago
  7. 5f53caa [Refactor] Use grep `-q` parameter instead of redirect to /dev/null by Peter Dave Hello · 6 years ago
  8. 9c42470 [New] Add "$PATH" to `nvm debug` output by Peter Dave Hello · 6 years ago
  9. 9f34b3e Remove trailing space by Peter Dave Hello · 6 years ago
  10. 41ec44f Add missing final newline in test script by Peter Dave Hello · 6 years ago
  11. 2cd2c0f Remove useless trailing newlines by Peter Dave Hello · 6 years ago
  12. f3076d1 [Fix] Add missing "command" prefixes for few commands by Peter Dave Hello · 6 years ago
  13. bb80349 Remove duplicate code in nvm_npm_global_modules() by Peter Dave Hello · 6 years ago
  14. f290ccf [Fix] Add missing "command" prefix for "tr", fix #1725 by Peter Dave Hello · 6 years ago
  15. 225e447 [Doc] Update Docker image build info in README.md by Peter Dave Hello · 6 years ago
  16. 77da9f5 Optimize ShellCheck installation in Docker image by Peter Dave Hello · 6 years ago
  17. 3ed4743 [New] Print $SHLVL in `nvm debug` by Peter Dave Hello · 7 years ago
  18. aad269d Display FreeBSD and SunOS with correct caps by Peter Dave Hello · 6 years ago
  19. 74f455e [Docs] Add reminder that NVM_DIR should not contain trailing slash, fix for #1708 by Christoph Krautz · 6 years ago
  20. f5b5f2d [copyright] year to 2010 obsoleting future updations by Karthik K · 6 years ago
  21. a23f716 [Fix] Correct nvm.sh indent by Peter Dave Hello · 6 years ago
  22. 71032cf [Tests] update to latest npm in this test by Jordan Harband · 6 years ago
  23. 6dd9ecb [Docs] add `nvm which current` to `nvm --help` output by Jordan Harband · 6 years ago
  24. 7ca8acc [Docs] [Tests] Add escape sequences; add test for aliased `.` by Yannick Ihmels · 6 years ago
  25. d34bb32 `install.sh`: Don't give detached HEAD advice when installing by Paul Norman · 6 years ago
  26. 3e81904 Update minimum git version to v1.17.10 by Jordan Harband · 6 years ago
  27. 7cba6cd `install.sh`: detect a defined but nonexistent $NVM_DIR by Jordan Harband · 6 years ago
  28. 9273f23 [Docs] Explain `.nvmrc` better by p-salido · 7 years ago
  29. 2a25943 Merge pull request #1684 from PeterDaveHello/ShellCheck-v0.4.7-fixes by Jordan Harband · 7 years ago
  30. 2a8a81d [Fix] ShellCheck SC1117 in nvm.sh & install.sh by Peter Dave Hello · 7 years ago
  31. fce7f4e [Fix] Disable ShellCheck SC2207 in bash_completion line 14 by Peter Dave Hello · 7 years ago
  32. 7ad6d98 v0.33.8 by Jordan Harband · 7 years ago v0.33.8
  33. fa9c505 [Fix] `nvm install-latest-npm`: fix for node 4.5/4.6. by Jordan Harband · 7 years ago
  34. 4846d57 `nvm use`: perfect pre-npm-config env var checking by Jordan Harband · 7 years ago
  35. 65f0572 v0.33.7 by Jordan Harband · 7 years ago v0.33.7
  36. b6a7a54 [Fix] `nvm install-latest-npm`: fix node 4-4.6 by Jordan Harband · 7 years ago
  37. 8a8dcbb Merge pull request #1676 from Quadric/fix-node-version-in-install-script by Jordan Harband · 7 years ago
  38. bacdd95 Update test/install_script/nvm_install_with_node_version to use nvm ls 8 instead of grep! by Ahmad Magdy · 7 years ago
  39. 4b05630 Add test nvm_install_with_node_version under test/install_script by Ahmad Magdy · 7 years ago
  40. c7ac69b Fix nvm_install_node function in install.sh script to not override the actual NODE_VERSION value by Ahmad Magdy · 7 years ago
  41. a57fe84 [Fix] `set -u`: ensure `NVM_USE_OUTPUT` is always set. by Jordan Harband · 7 years ago
  42. 7bfd1e0 Merge pull request #1669 from mail6543210/master by Jordan Harband · 7 years ago
  43. 9352f69 Add symbolic link for printf in case of command-not-found by mail6543210 · 7 years ago
  44. 16d3e6d Remove unnecessary, incorrect workaround. by mail6543210 · 7 years ago
  45. 91a29c0 Fix for $path used by zsh by mail6543210 · 7 years ago
  46. 4b48556 Merge pull request #1665 from norpol/fix_issue_1664_unassigned_variable_20171115 by Jordan Harband · 7 years ago
  47. be171bb Add unset-variable as exit error by Phileas Lebada · 7 years ago
  48. 049a860 Add empty value to local variable by Phileas Lebada · 7 years ago
  49. a7b7eec [Docs] Added missing piece by David Gatti · 7 years ago
  50. 9953a52 Merge pull request #1644 from citrusui/patch-1 by Jordan Harband · 7 years ago
  51. fc30e0a Make `nvm cache clear` message less ambiguous by Avery Magnotti · 7 years ago
  52. b546436 v0.33.6 by Jordan Harband · 7 years ago v0.33.6
  53. 016bc13 Typo by Darío Hereñú · 7 years ago
  54. 9c25a8f [Cleanup] Remove ghc related things in .travis.yml, cc #1619 by Peter Dave Hello · 7 years ago
  55. a954458 [Docs] Improve git installation instructions by Christopher Beland · 7 years ago
  56. 09951b4 Only apps should have lockfiles by Jordan Harband · 7 years ago
  57. 3b133fa [Fix] `install-latest-npm`: `npm` `v5.4`+ breaks on `node` `v4.5` and `v4.6`. by Jordan Harband · 7 years ago
  58. 6ac8eba Add a Git .mailmap with my new name by Michał Gołębiowski-Owczarek · 7 years ago
  59. 62fb0d0 Merge pull request #1605 from PeterDaveHello/fix-install.sh by Jordan Harband · 7 years ago
  60. a461a0f [Fix] install.sh shouldn't use not existed $NVM_PROFILE by Peter Dave Hello · 7 years ago
  61. 6597e11 v0.33.5 by Jordan Harband · 7 years ago v0.33.5
  62. 707d268 Merge pull request #1619 from PeterDaveHello/refactor-travis-config by Jordan Harband · 7 years ago
  63. 73ad812 Remove the manual ShellCheck install proecss on Travis CI by Peter Dave Hello · 7 years ago
  64. 8c578b8 [Fix] ensure all `grep` calls go through `nvm_grep`. by Jordan Harband · 7 years ago
  65. d535c97 Enhance nvm debug with more tools info by Peter Dave Hello · 7 years ago
  66. 334897a Preserve PATH locations order when changing versions by Xandor Schiefer · 8 years ago
  67. 7b8af94 [Tests] retry io.js test runs, since iojs.org is flaky. by Jordan Harband · 7 years ago
  68. 7753b24 [Docs] Update README.md for Alpine linux reference by Peter Dave Hello · 7 years ago
  69. 44ab611 [Fix] unset `NVM_RC_VERSION` when unloading by Xandor Schiefer · 7 years ago
  70. c0b56d0 [Fix] `install-latest-npm`: `io.js` `v1.0.x` has weird behavior with npm v4.6.x. by Jordan Harband · 7 years ago
  71. d91b619 v0.33.4 by Jordan Harband · 7 years ago v0.33.4
  72. e3d1519 [Fix] `install-latest-npm`: `io.js` `v1.0.0` has weird behavior with npm v4.6.x. by Jordan Harband · 7 years ago
  73. 6f19bab v0.33.3 by Jordan Harband · 7 years ago v0.33.3
  74. b3e25b1 `nvm_install_latest_npm`: npm v5.4+ breaks on node v4-4.4 and v5-5.9, due to missing `Buffer.alloc`. by Jordan Harband · 7 years ago
  75. cf5272e [Fix] `set -u`: `nvm install`: fix unbound vars by Jordan Harband · 7 years ago
  76. 3e1b459 [New] `install.sh`: install bash_completion via script method. by Jordan Harband · 7 years ago
  77. 389a53c [Fix] `set -u`: `nvm use`: ensure these two vars don’t error out. by Jordan Harband · 7 years ago
  78. 248706d [New] Clean up git reflog history before git gc by Peter Dave Hello · 7 years ago
  79. ab591b0 [New] Print $TERM_PROGRAM in nvm debug if it exists by Peter Dave Hello · 7 years ago
  80. 38a568c [New] Add `--auto` to git gc to speed up install & upgrade by Peter Dave Hello · 7 years ago
  81. b3bdbb2 [Docs] updated to reflect current script output by GeekBlogTV · 7 years ago
  82. 6921adb [Docs] add note about Linux troubleshooting by Mike Ferrari · 7 years ago
  83. f37ddea [Docs] Fix typos in Docker instructions by Peter Dave Hello · 7 years ago
  84. 1e69c4c [New] Speedup process to install nvm from git by dropping commit history by Peter Dave Hello · 7 years ago
  85. 3ac49e5 [New] Introduce Docker environment for nvm by Peter Dave Hello · 7 years ago
  86. 0356839 [Fix] Adjust $CURL_COMPRESSED_FLAG usage for curl, fix #1562 by Peter Dave Hello · 7 years ago
  87. b5034bb [bash completion] add missing `install-latest-npm`; remove undocumented `clear-cache` by Peter Dave Hello · 7 years ago
  88. d073bc9 [Docs] bump sample version numbers by Jiri Spac · 7 years ago
  89. 11370fe [Fix] curl should fail if something wrong, fix #1556 by Peter Dave Hello · 7 years ago
  90. cbdd41e [New] `nvm install`: add `--latest-npm` option to automatically try to upgrade to the latest working version of `npm`. by Jordan Harband · 7 years ago
  91. 28fe93c [Fix] `nvm install -s`: properly precompute clang version by J Huang · 7 years ago
  92. 7965796 [Fix] enable curl compression only on curl >=7.21.0 by J Huang · 7 years ago
  93. d2644b2 [Docs] Install script - Improve installation guide by Shiva Bhusal · 7 years ago
  94. 051ef09 Fix `--version` help text by Nicolás Bevacqua · 7 years ago
  95. 3497474 [Docs] move the install script to the top; put the notes in a separate section. by Jordan Harband · 7 years ago
  96. c3c2d35 [Tests] Fix cache for WITHOUT_CURL tests in Travis by Peter Dave Hello · 7 years ago
  97. 4f626ea [Fix] `set -u`: when `ALIAS` is unset, don’t reference an unbound variable. by Jordan Harband · 7 years ago
  98. 7f3145b [New] add support for `$NVM_DIR/default-packages` file by Weston Ganger · 7 years ago
  99. dc5dfe3 [Fix] set IFS to default for all nvm commands. by Jordan Harband · 7 years ago
  100. accd6ae [Fix] ensure if `npm link` fails, that `$IFS` is not improperly set. by Jordan Harband · 7 years ago