5e2ad5bb8d 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #246  from ddryden/master  
							
							... 
							
							
 
							
							Add check for git in the installer script. 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								a7a91441aa 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #294  from 00Davo/patch-1  
							
							... 
							
							
 
							
							Finds NVM_DIR with `cd -q` on zsh 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								a2a8ddb779 
								
							
								 
							
						 
						
							
							
								
								Use only shell builtins to avoid triggering autojump, instead of needing GNU readlink  
							
							... 
							
							
 
							
							Under Zsh, the `-q` flag to `cd` makes it not run `chpwd` hooks and hence makes it not add `~/.nvm` to `autojump`. 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								1ad9d18257 
								
							
								 
							
						 
						
							
							
								
								Finds NVM_DIR without using cd  
							
							... 
							
							
 
							
							Using `cd` makes the nvm directory the number-one directory in `autojump`'s database---which is somewhat confusing since the user basically never `cd`s to it directly!---so here's an alternative method that doesn't use the `cd` command. I've checked it works in both Bash and Zsh. 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e58c495f69 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #293  from lloydde/patch-1  
							
							... 
							
							
 
							
							updt urchin lnk, urchin.sh domain pending delete 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								676a2cc865 
								
							
								 
							
						 
						
							
							
								
								updt urchin lnk, urchin.sh domain pending delete  
							
							... 
							
							
 
							
							$ curl -i www.urchin.sh
curl: (6) Could not resolve host: www.urchin.sh; nodename nor servname provided, or not known
http://www.nic.sh/cgi-bin/whois 
"Domain pendingDelete - expired 2013-07-12, unless it is renewed it will be deleted at or after 00:10 GMT 90 days beyond the expiry date." 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								c6f72953c9 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #292  from martiniwanowski/master  
							
							... 
							
							
 
							
							Fix for issue #196 , deconfusified the scenario 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								41352e866d 
								
							
								 
							
						 
						
							
							
								
								Fix for issue  #196 , deconfusified the scenario  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								34a067647c 
								
							
								 
							
						 
						
							
							
								
								Add check for git to install script.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								db3035c29b 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #289  from martiniwanowski/master  
							
							... 
							
							
 
							
							Fixed typo. 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								01f8eef7a2 
								
							
								 
							
						 
						
							
							
								
								Fixed typo.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e6d1d0c4de 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #283  from ljharb/add_license  
							
							... 
							
							
 
							
							Add license 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								d6fe38a356 
								
							
								 
							
						 
						
							
							
								
								Add LICENSE file.  Closes   #122 .  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								1478c72124 
								
							
								 
							
						 
						
							
							
								
								Lowercasing nvm like npm.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								8e8da23711 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #282  from interarticle/master  
							
							... 
							
							
 
							
							Fixed curl silently ignoring 302 redirections. Fixes  #281  
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								62dec72394 
								
							
								 
							
						 
						
							
							
								
								Fixed curl silently ignoring 302 redirections  
							
							... 
							
							
 
							
							Under certain network environments, due to poor implementation of file
download caches (immoral Chinese ISP), the direct download of Node.js
packages (http://nodejs.org/dist/node-$VERSION.tar.gz ) will be
redirected to alternative urls using 302 redirections, which are not
handled by `curl --process-bar` by default. Instead, curl will "fail"
silently without creating any output file or error exitcode.
(Tested under Ubuntu 12.04 Desktop)
Fixed by adding "-L" switches to the curl commands responsible for
downloading the binary and source node.js packages. 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								c2e4e1a8a7 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #280  from activars/master  
							
							... 
							
							
 
							
							added documentation for .nvmrc usage 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								6a98d168b7 
								
							
								 
							
						 
						
							
							
								
								added documentation for .nvmrc usage  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								8ce8bef249 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #276  from frasertweedale/fix/readme-clone-url  
							
							... 
							
							
 
							
							readme: use https clone url 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								2b216ab5d1 
								
							
								 
							
						 
						
							
							
								
								readme: show https clone url  
							
							... 
							
							
 
							
							The git:// transport is vulnerable to man-in-the-middle and DNS
spoofing attacks and its use over untrusted networks should be
discouraged.
Change to the https:// clone url in the install instructions. 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								af105894d7 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #274  from evocateur/patch-1  
							
							... 
							
							
 
							
							Avoid error from aliased `which` during install 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e5d7d493b9 
								
							
								 
							
						 
						
							
							
								
								Avoid error from aliased `which` during install  
							
							... 
							
							
 
							
							The same fix as #207 , just for fools like me who have `which` aliased to `type` in OS X. Without this escape, a very cryptic error message is emitted (though the install ultimately succeeds, as long as one actually has `curl` installed). 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e0bd3735f1 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #272  from amv/master  
							
							... 
							
							
 
							
							better guides for missing profile 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								81d731d355 
								
							
								 
							
						 
						
							
							
								
								better guides for missing profile  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								2eddca3d9f 
								
							
								 
							
						 
						
							
							
								
								Remove unneeded shebang in nvm.sh  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								6a6e435855 
								
							
								 
							
						 
						
							
							
								
								Switch from /bin/sh to /bin/bash  
							
							... 
							
							
 
							
							You have bashisms in your script and /bin/sh might not always be bash. In that case the script would fail (for example on Ubuntu). 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								7fb6d1ec6a 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #259  from jsatt/master  
							
							... 
							
							
 
							
							Handle cases where grep is aliased to change output 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								6690aecc6c 
								
							
								 
							
						 
						
							
							
								
								fix handle cases of grep aliases as described in to  resolve   #207  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								137539cf48 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #258  from codewhale/master  
							
							... 
							
							
 
							
							add support for Raspberry Pi binaries 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								4a7945f8c1 
								
							
								 
							
						 
						
							
							
								
								support Raspberry Pi binaries  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								8b9c0b933c 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #256  from cliffano/master  
							
							... 
							
							
 
							
							Add sh directive and replace bash function with sh function. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								8983644854 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #254  from stelcheck/gitless  
							
							... 
							
							
 
							
							Gitless in Seattle 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								39c5d0597d 
								
							
								 
							
						 
						
							
							
								
								Fix style, opening curly brace on the same line as function declaration.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								ab71d50b3a 
								
							
								 
							
						 
						
							
							
								
								Add sh directive and replace bash function with sh function.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								36ce8f0010 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #253  from ljharb/update_readme  
							
							... 
							
							
 
							
							Using source instead of dot. Closes  #211 . 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								c6cb1601f7 
								
							
								 
							
						 
						
							
							
								
								Using source instead of dot.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								be0b2926b3 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #252  from ljharb/fix_readme  
							
							... 
							
							
 
							
							Fix readme 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								f8a6e23fa7 
								
							
								 
							
						 
						
							
							
								
								Updating copyright year  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								1e353b2773 
								
							
								 
							
						 
						
							
							
								
								Updating 0.8 references to 0.10  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								9537db1a4a 
								
							
								 
							
						 
						
							
							
								
								Updating ~/nvm to ~/.nvm  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								e7e84ec376 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #219  from techdives/patch-1  
							
							... 
							
							
 
							
							Update README.markdown 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								6a2d92bc51 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #238  from shibukawa/patch-1  
							
							... 
							
							
 
							
							Update README.markdown 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								855d89bef0 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #251  from stelcheck/NVM_DIR  
							
							... 
							
							
 
							
							* NVM_TARGET renamed to NVM_DIR 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								36843d97cb 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #250  from ronkorving/gitless  
							
							... 
							
							
 
							
							Git-less installation script 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								c5437bb222 
								
							
								 
							
						 
						
							
							
								
								* NVM_TARGET renamed to NVM_DIR (this will ensure that any locally  
							
							... 
							
							
 
							
							* existing nvm copy will be picked up and updated) 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								d428bcd50e 
								
							
								 
							
						 
						
							
							
								
								* TARGET was not converted to DIR  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								f82cde11a9 
								
							
								 
							
						 
						
							
							
								
								* Using raw.github.com instead, downloading only nvm.sh  
							
							... 
							
							
 
							
							* tar no longer required 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								dc46a740a3 
								
							
								 
							
						 
						
							
							
								
								Fix newline issue in install.sh  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								93e84a2676 
								
							
								 
							
						 
						
							
							
								
								Moved gitless installer into its own file.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								5a4c097aac 
								
							
								 
							
						 
						
							
							
								
								Install script no longer depends on git to be installed.  
							
							... 
							
							
 
							
							Also fixed a bug where a literal "\n" would be injected into the bash profile. 
							
						 
						
							13 years ago