71032cfaa1 
								
									
								
							
								 
							
						 
						
							
							
								
								[Tests] update to latest npm in this test  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								6dd9ecb607 
								
									
								
							
								 
							
						 
						
							
							
								
								[Docs] add `nvm which current` to `nvm --help` output  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								7ca8acc98d 
								
									
								
							
								 
							
						 
						
							
							
								
								[Docs] [Tests] Add escape sequences; add test for aliased `.`  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d34bb3247d 
								
									
								
							
								 
							
						 
						
							
							
								
								`install.sh`: Don't give detached HEAD advice when installing  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								3e81904525 
								
									
								
							
								 
							
						 
						
							
							
								
								Update minimum git version to v1.17.10  
							
							... 
							
							
 
							
							Per https://github.com/creationix/nvm/pull/1704#discussion_r161366186  
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								7cba6cd6d0 
								
									
								
							
								 
							
						 
						
							
							
								
								`install.sh`: detect a defined but nonexistent $NVM_DIR  
							
							... 
							
							
 
							
							(ref: #1700 ) 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								9273f23bc8 
								
									
								
							
								 
							
						 
						
							
							
								
								[Docs] Explain `.nvmrc` better  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								2a259435c8 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1684  from PeterDaveHello/ShellCheck-v0.4.7-fixes  
							
							... 
							
							
 
							
							ShellCheck v0.4.7 fixes 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								2a8a81da94 
								
							
								 
							
						 
						
							
							
								
								[Fix] ShellCheck SC1117 in nvm.sh & install.sh  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								fce7f4ed13 
								
							
								 
							
						 
						
							
							
								
								[Fix] Disable ShellCheck SC2207 in bash_completion line 14  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								7ad6d98ced 
								
									
								
							
								 
							
						 
						
							
							
								
								v0.33.8  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								fa9c50520d 
								
							
								 
							
						 
						
							
							
								
								[Fix] `nvm install-latest-npm`: fix for node 4.5/4.6.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								4846d57c69 
								
									
								
							
								 
							
						 
						
							
							
								
								`nvm use`: perfect pre-npm-config env var checking  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								65f0572bdc 
								
									
								
							
								 
							
						 
						
							
							
								
								v0.33.7  
							
							... 
							
							
 
							
							Fixes
 - fix unassigned variable (#1665 , #1664 )
 - Fix for $path used by zsh (#1669 )
 - `set -u`: ensure `NVM_USE_OUTPUT` is always set (#1671 )
 - `install.sh`: Fix a bug that block that installation of node in install.sh (#1676 )
 - `nvm install-latest-npm`: fix node 4-4.6
Documentation
 - Make `nvm cache clear` message less ambiguous (#1644 )
 - Added missing piece (#1658 ) 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b6a7a54d04 
								
									
								
							
								 
							
						 
						
							
							
								
								[Fix] `nvm install-latest-npm`: fix node 4-4.6  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								8a8dcbb393 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1676  from Quadric/fix-node-version-in-install-script  
							
							... 
							
							
 
							
							`install.sh`: Fix a bug that block that installation of node in install.sh 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								bacdd95591 
								
							
								 
							
						 
						
							
							
								
								Update test/install_script/nvm_install_with_node_version to use nvm ls 8 instead of grep!  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								4b0563093c 
								
							
								 
							
						 
						
							
							
								
								Add test nvm_install_with_node_version under test/install_script  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								c7ac69bfbb 
								
							
								 
							
						 
						
							
							
								
								Fix nvm_install_node function in install.sh script to not override the actual NODE_VERSION value  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a57fe846e8 
								
									
								
							
								 
							
						 
						
							
							
								
								[Fix] `set -u`: ensure `NVM_USE_OUTPUT` is always set.  
							
							... 
							
							
 
							
							Fixes  #1671 . 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								7bfd1e0644 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1669  from mail6543210/master  
							
							... 
							
							
 
							
							Fix for $path used by zsh 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								9352f6913a 
								
							
								 
							
						 
						
							
							
								
								Add symbolic link for printf in case of command-not-found  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								16d3e6d2dc 
								
							
								 
							
						 
						
							
							
								
								Remove unnecessary, incorrect workaround.  
							
							... 
							
							
 
							
							The "\printf" calls zsh shell builtin instead of `command printf` in scripting.
The workaround is no longer needed given 91a29c0 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								91a29c0da2 
								
							
								 
							
						 
						
							
							
								
								Fix for $path used by zsh  
							
							... 
							
							
 
							
							"The lower-case version of PATH is an array parameter
bound to the scalar upper-case parameter."
-- http://www.zsh.org/mla/users/2015/msg00178.html  
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								4b48556e92 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1665  from norpol/fix_issue_1664_unassigned_variable_20171115  
							
							... 
							
							
 
							
							Fix  #1664 : unassigned variable 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								be171bba33 
								
							
								 
							
						 
						
							
							
								
								Add unset-variable as exit error  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								049a86022f 
								
							
								 
							
						 
						
							
							
								
								Add empty value to local variable  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a7b7eec0c5 
								
									
								
							
								 
							
						 
						
							
							
								
								[Docs] Added missing piece  
							
							... 
							
							
 
							
							This sentence broke my brain when I read it the first time :) I hope this helps. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								9953a52afb 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1644  from citrusui/patch-1  
							
							... 
							
							
 
							
							[Docs] Make `nvm cache clear` message less ambiguous 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								fc30e0ade4 
								
									
								
							
								 
							
						 
						
							
							
								
								Make `nvm cache clear` message less ambiguous  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b546436113 
								
									
								
							
								 
							
						 
						
							
							
								
								v0.33.6  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								016bc134d5 
								
							
								 
							
						 
						
							
							
								
								Typo  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								9c25a8f316 
								
							
								 
							
						 
						
							
							
								
								[Cleanup] Remove ghc related things in .travis.yml, cc  #1619  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a954458829 
								
									
								
							
								 
							
						 
						
							
							
								
								[Docs] Improve git installation instructions  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								09951b49c5 
								
							
								 
							
						 
						
							
							
								
								Only apps should have lockfiles  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								3b133fac2f 
								
									
								
							
								 
							
						 
						
							
							
								
								[Fix] `install-latest-npm`: `npm` `v5.4`+ breaks on `node` `v4.5` and `v4.6`.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								6ac8ebafba 
								
							
								 
							
						 
						
							
							
								
								Add a Git .mailmap with my new name  
							
							... 
							
							
 
							
							In this way my past contributions are mapped correctly. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								62fb0d0ad6 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1605  from PeterDaveHello/fix-install.sh  
							
							... 
							
							
 
							
							[Fix] install.sh shouldn't use not existed variable 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a461a0fffc 
								
							
								 
							
						 
						
							
							
								
								[Fix] install.sh shouldn't use not existed $NVM_PROFILE  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								6597e11971 
								
									
								
							
								 
							
						 
						
							
							
								
								v0.33.5  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								707d268a76 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1619  from PeterDaveHello/refactor-travis-config  
							
							... 
							
							
 
							
							Remove the manual ShellCheck install proecss on Travis CI 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								73ad812215 
								
							
								 
							
						 
						
							
							
								
								Remove the manual ShellCheck install proecss on Travis CI  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								8c578b864d 
								
							
								 
							
						 
						
							
							
								
								[Fix] ensure all `grep` calls go through `nvm_grep`.  
							
							... 
							
							
 
							
							Fixes  #1615 . 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d535c97d0f 
								
							
								 
							
						 
						
							
							
								
								Enhance nvm debug with more tools info  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								334897ae39 
								
									
								
							
								 
							
						 
						
							
							
								
								Preserve PATH locations order when changing versions  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								7b8af94fc9 
								
									
								
							
								 
							
						 
						
							
							
								
								[Tests] retry io.js test runs, since iojs.org is flaky.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								7753b24948 
								
									
								
							
								 
							
						 
						
							
							
								
								[Docs] Update README.md for Alpine linux reference  
							
							... 
							
							
 
							
							Add 4 packages as Alpine Linux wiki suggested:
(grep util-linux binutils findutils)
https://wiki.alpinelinux.org/wiki/How_to_get_regular_stuff_working  
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								44ab611421 
								
									
								
							
								 
							
						 
						
							
							
								
								[Fix] unset `NVM_RC_VERSION` when unloading  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								c0b56d03a1 
								
									
								
							
								 
							
						 
						
							
							
								
								[Fix] `install-latest-npm`: `io.js` `v1.0.x` has weird behavior with npm v4.6.x.  
							
							... 
							
							
 
							
							- comment out node 0.6 test due to travis-ci breakage 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d91b6197f3 
								
									
								
							
								 
							
						 
						
							
							
								
								v0.33.4  
							
							
 
							
						 
						
							8 years ago