9205ff8001 
								
							
								 
							
						 
						
							
							
								
								Remove `-e` option in `install.sh` script  
							
							... 
							
							
 
							
							The `sh` actually doesn't support `-e` option. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								367ae728fb 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #231  from miguelcoba/patch-1  
							
							... 
							
							
 
							
							Drop invalid -a flag for basename. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								335456d008 
								
							
								 
							
						 
						
							
							
								
								Drop invalid -a flag for basename.  
							
							... 
							
							
 
							
							basename doesn't accept options in bash. This causes the VERSIONS variable get the 'N/A' value for $ nvm ls command.
From basename man page:
NAME
       basename - strip directory and suffix from filenames
SYNOPSIS
       basename NAME [SUFFIX]
       basename OPTION
DESCRIPTION
       Print NAME with any leading directory components removed.  If specified, also remove a trailing SUFFIX.
       --help display this help and exit
       --version
              output version information and exit
coreutils version used in Linux Mint 14 Nadia.
GNU coreutils 8.12.197-032bb                                               September 2011                                                               BASENAME(1)
No idea if this flag exists on FreeBSD or other unixes (if they use gnu coreutils shouldn't be any problem) 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								eade411422 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #198  from ArtemGordinsky/master  
							
							... 
							
							
 
							
							Adding a newline before the source string in the ".bash_profile" 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								cca6edfc5c 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #203  from em-/master  
							
							... 
							
							
 
							
							Don't trust the environment and explicitly ask for the builtin `cd' 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								42915fc21c 
								
							
								 
							
						 
						
							
							
								
								Reduce usage of `cd' to avoid issues with shell aliases  
							
							... 
							
							
 
							
							Since we run in interactive context the builtin `cd' may have been aliased to
print some additional info when invoked, thus it's safer for us to avoid
parsing the output from subshells which calls it.
For instance in .bash_profile I have the following function to redefine
`cd' such that it will list the destination directory contents:
cd () { builtin cd "$@" && ls -F --color=auto } 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								f1b484ee87 
								
							
								 
							
						 
						
							
							
								
								Silence stderr warning on `nvm uninstall' with no configured alias  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								6c3708d337 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #195  from gpad/patch-1  
							
							... 
							
							
 
							
							Resolved Issue #194  
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								91a7aa8611 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #222  from jnlin/master  
							
							... 
							
							
 
							
							Added FreeBSD support 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								db7494494c 
								
							
								 
							
						 
						
							
							
								
								Add FreeBSD support  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								ca44bafff2 
								
							
								 
							
						 
						
							
							
								
								Update README.markdown  
							
							... 
							
							
 
							
							I do think recent changes changed nvm to .nvm. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								01189e144c 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #200  from croach/issue-199  
							
							... 
							
							
 
							
							Fixes Issue 199 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								3fe12f0a49 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #202  from hugojosefson/recommend-version-0.8  
							
							... 
							
							
 
							
							Recommend version 0.8 in README.markdown. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								e4acd63991 
								
							
								 
							
						 
						
							
							
								
								Clarify difference between `nvm ls` and `nvm ls-remote`.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								3ce23aa726 
								
							
								 
							
						 
						
							
							
								
								Recommend version 0.8 in README.markdown.  
							
							... 
							
							
 
							
							Automatically install the latest available 0.8.x version. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								205117bed4 
								
							
								 
							
						 
						
							
							
								
								Fixes issue 199  
							
							... 
							
							
 
							
							Fixes issue 199 where the bash completion was not working in ZSH
because the builtin bash command `complete` was not found. The fix
executes the `bashcompinit` command which creates the `complete`
function for the Z shell. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								9c7da6cec3 
								
							
								 
							
						 
						
							
							
								
								Adding a newline before the source string in the ".bash_profile"  
							
							... 
							
							
 
							
							Resolved Issue #197  
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								1088b4b00f 
								
							
								 
							
						 
						
							
							
								
								Ignoring the ".DS_Store" files on OS X  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								5811cb9e73 
								
							
								 
							
						 
						
							
							
								
								Resolved Issue  #194  
							
							... 
							
							
 
							
							Issue #194  
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								0ec339e040 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #192  from gpad/nvmrc  
							
							... 
							
							
 
							
							Use .nvmrc if present 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								7226e5fb98 
								
							
								 
							
						 
						
							
							
								
								read the .nvmrc if present  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								bc9c82cb9f 
								
							
								 
							
						 
						
							
							
								
								read version from .nvmrc if not specified  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								f605581c7d 
								
							
								 
							
						 
						
							
							
								
								return not exit  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								87a76af398 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #191  from koenpunt/patch-1  
							
							... 
							
							
 
							
							Add exit code, fix  #190  
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								70e1b81ad3 
								
							
								 
							
						 
						
							
							
								
								Add exit code,  fix   #190  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								e145978e73 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #189  from kt3k/feature/hyphen-s-option-2  
							
							... 
							
							
 
							
							Add -s option to force install from source 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								a6be969403 
								
							
								 
							
						 
						
							
							
								
								changed shasums file url because in v0.8.6 .txt.asc file is not available.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								184f641730 
								
							
								 
							
						 
						
							
							
								
								fixed the condition for the binary package availability.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								7dc0827eaa 
								
							
								 
							
						 
						
							
							
								
								minor modifications.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								278fd031b0 
								
							
								 
							
						 
						
							
							
								
								added test for installation with -s option.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								7013372867 
								
							
								 
							
						 
						
							
							
								
								added -s (install from source) option.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								881178db01 
								
							
								 
							
						 
						
							
							
								
								fixed syntax error.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								1845a4a5a9 
								
							
								 
							
						 
						
							
							
								
								added the description about -s option.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								bc508802e5 
								
							
								 
							
						 
						
							
							
								
								Update README.markdown  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								0a4d3a2944 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #181  from andrwj/master  
							
							... 
							
							
 
							
							fixed 'bash command not found sha1sum' in Mac OS 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								5596054445 
								
							
								 
							
						 
						
							
							
								
								fixed wrong condition checking for 'shasum' (I'm using Mac OS 10.8.2)  
							
							... 
							
							
 
							
							line 188, `which shasum > /dev/null 2>&1` will be replaced by:
	'/usr/bin/shasum > /dev/null 2>&1'
but, `/usr/bin/shasum` needs filename argument which is ommited and the
test results always 'false'. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								68f7dc9cb3 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #171  from cou929/support_sha1sum_command  
							
							... 
							
							
 
							
							support platforms which does not have shasum command 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								9c3af112ca 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #175  from Marsup/fix-172  
							
							... 
							
							
 
							
							Fix  #172  on ZSH 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								eaf8a50483 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #178  from koenpunt/patch-2  
							
							... 
							
							
 
							
							Fixed variable expansion for `SOURCE_STR` 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								6c70627478 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #177  from koenpunt/patch-1  
							
							... 
							
							
 
							
							Added instructions for the install script 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								dc2bf8c526 
								
							
								 
							
						 
						
							
							
								
								Fixed variable expansion for `SOURCE_STR`  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								b063b32642 
								
							
								 
							
						 
						
							
							
								
								Added instructions for the install script  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								7bee39fd81 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #176  from witoldsz/patch-1  
							
							... 
							
							
 
							
							Update install.sh 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								2f6b0ca9d7 
								
							
								 
							
						 
						
							
							
								
								Update install.sh  
							
							... 
							
							
 
							
							$HOME/.nvm used instead of introduced earlier NVM_TARGET. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								2662840064 
								
							
								 
							
						 
						
							
							
								
								Fix   #172  on ZSH  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								1a08edd94e 
								
							
								 
							
						 
						
							
							
								
								support platforms which does not have shasum command  
							
							... 
							
							
 
							
							use sha1sum command if there is no shasum command 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								59c8eda18c 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #170  from tisba/master  
							
							... 
							
							
 
							
							Avoid pollution of environment 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								0803e317e1 
								
							
								 
							
						 
						
							
							
								
								avoid environment pollution with NVM internals  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								1709fa9248 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #165  from koenpunt/install  
							
							... 
							
							
 
							
							Basic install file 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								3c4bf80ec7 
								
							
								 
							
						 
						
							
							
								
								added basic install file  
							
							
 
							
						 
						
							13 years ago