455 Commits (13b87449e8f499a29cf22dec2eca209e9b85624c)
 

Author SHA1 Message Date
Bent Cardan 13b87449e8 github raw served from new subdomain 11 years ago
Jordan Harband 222250f2d1 v0.5.1 11 years ago
Jordan Harband 77f4490391 Using markdown footnotes. 11 years ago
Jordan Harband 0871131dfd Make sure nvm-exec can use .nvmrc logic. Fixes #402, obviates #403. 11 years ago
Jordan Harband e6bd207624 When auto-printing "help" on a command other than "help", return a nonzero exit code. 11 years ago
Jordan Harband bad79e6d77 v0.5.0 11 years ago
Jordan Harband d07fa2db10 Merge pull request #399 from creationix/run_use_nvmrc 11 years ago
Jordan Harband 20953ab04c Make sure `nvm run` works without a version argument when .nvmrc specifies a version. 11 years ago
Jordan Harband 4cf940153c Use node 0.9 for these testsso that people aren't likely to have it installed 11 years ago
Jordan Harband 47bbf93f50 Travis CI defaults to ruby; c will be faster 11 years ago
Jordan Harband 7976a1343f Merge pull request #398 from creationix/install_use_nvmrc 11 years ago
Jordan Harband bf8abf1052 Make sure `nvm install` works without a version argument when .nvmrc specifies a version. 11 years ago
Jordan Harband eb6031cb58 Clean up after existing `nvm install` tests. 11 years ago
Jordan Harband 55a6f1f06e Organizing `nvm install` tests better. 11 years ago
Jordan Harband c188c1b11a Correcting help text for `nvm use` 11 years ago
Jordan Harband b15ea07067 Don't clobber the latest version of 0.10 for tests. 11 years ago
Jordan Harband 752c0e4ef1 Removing trailing whitespace. 11 years ago
Jordan Harband 49364532b3 Merge pull request #391 from koenpunt/patch-1 11 years ago
Koen Punt 9157cb4cfe Link to latest version of install script (0.4.0) 11 years ago
Jordan Harband 6dde4aac38 v0.4.0 11 years ago
Jordan Harband 96635cd2bd Merge pull request #371 from koenpunt/single-installer 11 years ago
Koen Punt 5342b6a04c Emulate curl with wget 11 years ago
Koen Punt 2d0c025c49 Prevent fallback 11 years ago
Koen Punt 6ed93f4c01 Force install method by setting METHOD=git/script 11 years ago
Koen Punt 3c2719a85e fix 11 years ago
Koen Punt c47f03f996 Display error when unable to update 11 years ago
Koen Punt 300022642a git, curl and wget now all in one installer 11 years ago
Koen Punt bce3abaa4b use comparison opts 11 years ago
Koen Punt 9f6280265a updated README 11 years ago
Koen Punt 7211c9ee29 updated output without special characters (tab; \t) 11 years ago
Koen Punt 246caa8581 Updated source string, use hard path as NVM is not always installed in `$HOME/.nvm` 11 years ago
Koen Punt 1fac49f887 replaced undocumented option for specifying the profile as first argument to specifying it as a environment variable (eg: PROFILE=~/.myprofile ./install-gitless.sh) 11 years ago
Koen Punt d2422a623a made NVM_DIR and NVM_SOURCE configurable using environment variables 11 years ago
Koen Punt fcc00b22b7 don't make use of pushd and popd as they are not universal 11 years ago
Koen Punt 0787a55999 replaced fatalExit function for 'inline' exit 11 years ago
Jordan Harband 7c45d62b37 Merge pull request #388 from koenpunt/small-fixes 11 years ago
Koen Punt ec7909dcd3 Use NVM_ prefix for variables 11 years ago
Jordan Harband cf5f195d75 Merge pull request #387 from koenpunt/patch-1 11 years ago
Koen Punt 9f0520cdd0 Add travis badge to README 11 years ago
Jordan Harband d950c1a0ea Adding a trailing newline 11 years ago
Jordan Harband 6123fbcd31 Merge pull request #386 from koenpunt/multi-shell-test 11 years ago
Koen Punt def7ec5364 install shells before running tests 11 years ago
Koen Punt 52a384a0cc Add Makefile for multishell testing 11 years ago
Jordan Harband ba1e2f1cdf Merge pull request #382 from koenpunt/version-normalizing 11 years ago
Jordan Harband 625e54880f Merge pull request #374 from koenpunt/fix-tests 11 years ago
Jordan Harband cebda7d35a When curl is not present, immediately bail out of `nvm install` with a nonzero exit code. Fixes #385. 11 years ago
Koen Punt 4a9a15c404 Fix NVM_DIR discovery 11 years ago
Jordan Harband 31c5406780 Adding an `nvm --version` command 11 years ago
Koen Punt a34c080d77 Fix nvm ls for v* numbers 11 years ago
Koen Punt 0b97ee1d2a Failing test for when using nvm ls with v* version 11 years ago