|  Koen Punt | f6ba08253b | utility method for append path, fixes #414 | 12 years ago | 
				
					
						|  Jordan Harband | 0ecb2879b9 | Merge pull request #412 from koenpunt/fix-sed Use sed -e instead of -E | 12 years ago | 
				
					
						|  Koen Punt | e3b84499c2 | use regex triplet, add unit test | 12 years ago | 
				
					
						|  Koen Punt | b313f62749 | Use sed -e instead of -E | 12 years ago | 
				
					
						|  Jordan Harband | 7f3a794d89 | Merge pull request #409 from koenpunt/sed-path-replacement Use sed for *PATH stripping | 12 years ago | 
				
					
						|  Jordan Harband | ba1be9b4ea | Making `nvm install` use the version, even if it's already installed. Fixes #410 | 12 years ago | 
				
					
						|  Koen Punt | 652a9ef9b5 | always apply path stripping | 12 years ago | 
				
					
						|  Koen Punt | 0d81a219ae | add quotes | 12 years ago | 
				
					
						|  Koen Punt | d6e457354f | use nvm_strip_path utility method for path stripping | 12 years ago | 
				
					
						|  Koen Punt | 6668dc5c47 | remove parentheses | 12 years ago | 
				
					
						|  Koen Punt | 3d9c1d7852 | use sed for *PATH stripping | 12 years ago | 
				
					
						|  Jordan Harband | 29f582611b | v0.6.1 | 12 years ago | 
				
					
						|  Jordan Harband | 673cda56c4 | Adding a test for `nvm install invalid` behavior, and correcting the message. From f00d688c87 (commitcomment-6205164) | 12 years ago | 
				
					
						|  Jordan Harband | e562a5645b | v0.6.0 | 12 years ago | 
				
					
						|  Jordan Harband | c0c5e8d7ef | Editing README to note improved .nvmrc behavior. | 12 years ago | 
				
					
						|  Jordan Harband | f00d688c87 | Nicer failure message when trying to install an invalid version. Fixes #285. | 12 years ago | 
				
					
						|  Jordan Harband | 5aa78f21cf | Merge branch 'nvmrc' - Fixes #404 | 12 years ago | 
				
					
						|  Jordan Harband | 4a7275a0c6 | Ensuring paths are in quotes, to preserve spaces. | 12 years ago | 
				
					
						|  Jordan Harband | c77be55cdc | Updating "nvm run" tests. | 12 years ago | 
				
					
						|  Jordan Harband | e195fccdb7 | Escaping backticks | 12 years ago | 
				
					
						|  Jordan Harband | 87516039a8 | Using portable conditional syntax. | 12 years ago | 
				
					
						|  Koen Punt | 80e349edb1 | locate .nvmrc without `find` instead of using find and actually cd'ing into directories
we're now using simple string replacement on the `pwd` | 12 years ago | 
				
					
						|  Jordan Harband | 038c1f3d0f | Find `.nvmrc` files upwards. | 12 years ago | 
				
					
						|  Jordan Harband | 66455f7c77 | Refactor so "finding .nvmrc" can be done in a bash function. | 12 years ago | 
				
					
						|  Jordan Harband | a69eae10e3 | Merge pull request #405 from reqshark/master github raw served from new subdomain | 12 years ago | 
				
					
						|  Bent Cardan | 13b87449e8 | github raw served from new subdomain | 12 years ago | 
				
					
						|  Jordan Harband | 222250f2d1 | v0.5.1 | 12 years ago | 
				
					
						|  Jordan Harband | 77f4490391 | Using markdown footnotes. | 12 years ago | 
				
					
						|  Jordan Harband | 0871131dfd | Make sure nvm-exec can use .nvmrc logic. Fixes #402, obviates #403. | 12 years ago | 
				
					
						|  Jordan Harband | e6bd207624 | When auto-printing "help" on a command other than "help", return a nonzero exit code. | 12 years ago | 
				
					
						|  Jordan Harband | bad79e6d77 | v0.5.0 | 12 years ago | 
				
					
						|  Jordan Harband | d07fa2db10 | Merge pull request #399 from creationix/run_use_nvmrc Make sure `nvm run` works without a version argument when .nvmrc specifies a version | 12 years ago | 
				
					
						|  Jordan Harband | 20953ab04c | Make sure `nvm run` works without a version argument when .nvmrc specifies a version. | 12 years ago | 
				
					
						|  Jordan Harband | 4cf940153c | Use node 0.9 for these testsso that people aren't likely to have it installed | 12 years ago | 
				
					
						|  Jordan Harband | 47bbf93f50 | Travis CI defaults to ruby; c will be faster | 12 years ago | 
				
					
						|  Jordan Harband | 7976a1343f | Merge pull request #398 from creationix/install_use_nvmrc `nvm install` and `nvm run` use .nvmrc when version not provided | 12 years ago | 
				
					
						|  Jordan Harband | bf8abf1052 | Make sure `nvm install` works without a version argument when .nvmrc specifies a version. | 12 years ago | 
				
					
						|  Jordan Harband | eb6031cb58 | Clean up after existing `nvm install` tests. | 12 years ago | 
				
					
						|  Jordan Harband | 55a6f1f06e | Organizing `nvm install` tests better. | 12 years ago | 
				
					
						|  Jordan Harband | c188c1b11a | Correcting help text for `nvm use` | 12 years ago | 
				
					
						|  Jordan Harband | b15ea07067 | Don't clobber the latest version of 0.10 for tests. | 12 years ago | 
				
					
						|  Jordan Harband | 752c0e4ef1 | Removing trailing whitespace. | 12 years ago | 
				
					
						|  Jordan Harband | 49364532b3 | Merge pull request #391 from koenpunt/patch-1 Link to latest version of install script (0.4.0) | 12 years ago | 
				
					
						|  Koen Punt | 9157cb4cfe | Link to latest version of install script (0.4.0) | 12 years ago | 
				
					
						|  Jordan Harband | 6dde4aac38 | v0.4.0 | 12 years ago | 
				
					
						|  Jordan Harband | 96635cd2bd | Merge pull request #371 from koenpunt/single-installer Merged installer and gitless installer into one | 12 years ago | 
				
					
						|  Koen Punt | 5342b6a04c | Emulate curl with wget | 12 years ago | 
				
					
						|  Koen Punt | 2d0c025c49 | Prevent fallback | 12 years ago | 
				
					
						|  Koen Punt | 6ed93f4c01 | Force install method by setting METHOD=git/script | 12 years ago | 
				
					
						|  Koen Punt | 3c2719a85e | fix | 12 years ago |