b313f62749Use sed -e instead of -E
Koen Punt
2014-05-07 01:15:52 +0200
7f3a794d89Merge pull request #409 from koenpunt/sed-path-replacement
Jordan Harband
2014-05-06 01:37:49 -0700
ba1be9b4eaMaking `nvm install` use the version, even if it's already installed. Fixes#410
Jordan Harband
2014-05-05 22:46:46 -0700
652a9ef9b5always apply path stripping
Koen Punt
2014-05-06 00:00:25 +0200
0d81a219aeadd quotes
Koen Punt
2014-05-05 22:05:02 +0200
d6e457354fuse nvm_strip_path utility method for path stripping
Koen Punt
2014-05-05 22:03:11 +0200
6668dc5c47remove parentheses
Koen Punt
2014-05-05 21:50:59 +0200
3d9c1d7852use sed for *PATH stripping
Koen Punt
2014-05-05 21:43:22 +0200
29f582611bv0.6.1
Jordan Harband
2014-05-04 12:40:02 -0700
673cda56c4Adding a test for `nvm install invalid` behavior, and correcting the message.
Jordan Harband
2014-05-04 12:03:26 -0700
e562a5645bv0.6.0
Jordan Harband
2014-05-04 02:20:31 -0700
c0c5e8d7efEditing README to note improved .nvmrc behavior.
Jordan Harband
2014-05-04 02:20:24 -0700
f00d688c87Nicer failure message when trying to install an invalid version. Fixes#285.
Jordan Harband
2014-05-04 00:59:08 -0700
5aa78f21cfMerge branch 'nvmrc' - Fixes#404
Jordan Harband
2014-05-04 00:47:16 -0700
4a7275a0c6Ensuring paths are in quotes, to preserve spaces.
Jordan Harband
2014-05-04 00:39:46 -0700
c77be55cdcUpdating "nvm run" tests.
Jordan Harband
2014-05-04 00:39:32 -0700
e195fccdb7Escaping backticks
Jordan Harband
2014-05-03 23:29:21 -0700
87516039a8Using portable conditional syntax.
Jordan Harband
2014-05-02 23:28:42 -0700
80e349edb1locate .nvmrc without `find` instead of using find and actually cd'ing into directories we're now using simple string replacement on the `pwd`
Koen Punt
2014-04-30 10:31:51 +0200
038c1f3d0fFind `.nvmrc` files upwards.
Jordan Harband
2014-04-28 23:27:10 -0700
66455f7c77Refactor so "finding .nvmrc" can be done in a bash function.
Jordan Harband
2014-04-28 14:48:36 -0700
a69eae10e3Merge pull request #405 from reqshark/master
Jordan Harband
2014-04-26 10:03:41 -0700
13b87449e8github raw served from new subdomain
Bent Cardan
2014-04-26 03:48:06 -0400
222250f2d1v0.5.1
Jordan Harband
2014-04-25 10:47:59 -0700
77f4490391Using markdown footnotes.
Jordan Harband
2014-04-25 10:43:22 -0700
0871131dfdMake sure nvm-exec can use .nvmrc logic. Fixes#402, obviates #403.
Jordan Harband
2014-04-25 10:38:21 -0700
e6bd207624When auto-printing "help" on a command other than "help", return a nonzero exit code.
Jordan Harband
2014-04-25 10:35:52 -0700
bad79e6d77v0.5.0
Jordan Harband
2014-04-19 22:56:00 -0700
d07fa2db10Merge pull request #399 from creationix/run_use_nvmrc
Jordan Harband
2014-04-20 00:35:59 -0700
20953ab04cMake sure `nvm run` works without a version argument when .nvmrc specifies a version.
Jordan Harband
2014-04-19 15:09:40 -0700
4cf940153cUse node 0.9 for these testsso that people aren't likely to have it installed
Jordan Harband
2014-04-19 23:39:28 -0700
47bbf93f50Travis CI defaults to ruby; c will be faster
Jordan Harband
2014-04-19 22:58:41 -0700
7976a1343fMerge pull request #398 from creationix/install_use_nvmrc
Jordan Harband
2014-04-19 22:36:33 -0700
bf8abf1052Make sure `nvm install` works without a version argument when .nvmrc specifies a version.
Jordan Harband
2014-04-16 02:25:58 -0700
eb6031cb58Clean up after existing `nvm install` tests.
Jordan Harband
2014-04-19 16:48:14 -0700
55a6f1f06eOrganizing `nvm install` tests better.
Jordan Harband
2014-04-19 16:47:07 -0700
c188c1b11aCorrecting help text for `nvm use`
Jordan Harband
2014-04-16 02:04:00 -0700
b15ea07067Don't clobber the latest version of 0.10 for tests.
Jordan Harband
2014-04-19 16:31:48 -0700
752c0e4ef1Removing trailing whitespace.
Jordan Harband
2014-04-16 02:24:54 -0700
49364532b3Merge pull request #391 from koenpunt/patch-1
Jordan Harband
2014-03-27 10:19:44 -0700
9157cb4cfeLink to latest version of install script (0.4.0)
Koen Punt
2014-03-27 10:19:00 +0100
6dde4aac38v0.4.0
Jordan Harband
2014-03-26 21:31:48 -0700
96635cd2bdMerge pull request #371 from koenpunt/single-installer
Jordan Harband
2014-03-26 21:30:00 -0700
5342b6a04cEmulate curl with wget
Koen Punt
2014-03-26 09:29:05 +0100
2d0c025c49Prevent fallback
Koen Punt
2014-03-26 09:16:26 +0100
6ed93f4c01Force install method by setting METHOD=git/script
Koen Punt
2014-03-26 09:08:37 +0100
c47f03f996Display error when unable to update
Koen Punt
2014-03-26 08:36:41 +0100
300022642agit, curl and wget now all in one installer
Koen Punt
2014-03-15 04:32:35 +0100
bce3abaa4buse comparison opts
Koen Punt
2014-03-14 22:41:43 +0100
9f6280265aupdated README
Koen Punt
2013-12-22 18:37:08 +0100
7211c9ee29updated output without special characters (tab; \t) Omit duplicate 'finish line' normalized indentation
Koen Punt
2013-12-22 18:05:20 +0100
246caa8581Updated source string, use hard path as NVM is not always installed in `$HOME/.nvm`
Koen Punt
2013-12-22 18:03:06 +0100
1fac49f887replaced undocumented option for specifying the profile as first argument to specifying it as a environment variable (eg: PROFILE=~/.myprofile ./install-gitless.sh) also; fixed indentation and added .zshrc as possible profile
Koen Punt
2013-12-22 17:56:42 +0100
d2422a623amade NVM_DIR and NVM_SOURCE configurable using environment variables
Koen Punt
2013-12-22 18:23:59 +0100
fcc00b22b7don't make use of pushd and popd as they are not universal
Koen Punt
2013-12-22 17:48:10 +0100
0787a55999replaced fatalExit function for 'inline' exit exit on errors (set -e) simplified if for NVM_DIR and NVM_SOURCE, corrected indentation
Koen Punt
2013-12-22 17:46:26 +0100
7c45d62b37Merge pull request #388 from koenpunt/small-fixes
Jordan Harband
2014-03-23 11:56:09 -0700
703acb0514Added test for nvm unload
Koen Punt
2014-03-16 18:16:46 +0100
744507b83eadded nvm unload method to remove nvm from shell
Koen Punt
2014-03-16 18:09:54 +0100
ec7909dcd3Use NVM_ prefix for variables
Koen Punt
2014-03-23 16:42:38 +0100
cf5f195d75Merge pull request #387 from koenpunt/patch-1
Jordan Harband
2014-03-22 14:00:46 -0700
9f0520cdd0Add travis badge to README
Koen Punt
2014-03-22 21:19:43 +0100
d950c1a0eaAdding a trailing newline
Jordan Harband
2014-03-22 13:10:18 -0700
6123fbcd31Merge pull request #386 from koenpunt/multi-shell-test
Jordan Harband
2014-03-22 13:08:50 -0700
def7ec5364install shells before running tests
Koen Punt
2014-03-22 18:51:14 +0100
52a384a0ccAdd Makefile for multishell testing updated nvm current test for zsh
Koen Punt
2014-03-22 18:37:41 +0100
ba1e2f1cdfMerge pull request #382 from koenpunt/version-normalizing
Jordan Harband
2014-03-21 09:30:19 -0700
625e54880fMerge pull request #374 from koenpunt/fix-tests
Jordan Harband
2014-03-21 09:27:13 -0700
cebda7d35aWhen curl is not present, immediately bail out of `nvm install` with a nonzero exit code. Fixes#385.
Jordan Harband
2014-03-21 09:23:16 -0700
4a9a15c404Fix NVM_DIR discovery
Koen Punt
2014-03-16 17:47:22 +0100
31c5406780Adding an `nvm --version` command
Jordan Harband
2014-03-20 23:19:47 -0700
a34c080d77Fix nvm ls for v* numbers
Koen Punt
2012-10-21 22:57:32 +0200
0b97ee1d2aFailing test for when using nvm ls with v* version
Koen Punt
2014-03-18 00:53:04 +0100
1ded21c10dMerge pull request #383 from koenpunt/nvm-prefixed
Jordan Harband
2014-03-17 18:07:00 -0700
e30424d22fdefine all functions with nvm_ prefix
Koen Punt
2014-03-18 01:41:02 +0100
78e7aa6b67Merge pull request #380 from koenpunt/fix-current-test
Jordan Harband
2014-03-17 12:05:26 -0700
ae4c841742Double == causes error on travis (dash shell)
Koen Punt
2014-03-17 19:44:40 +0100
4f9324c439Merge pull request #377 from koenpunt/remove-obscure-echo-test
Jordan Harband
2014-03-17 10:02:54 -0700
020f61500fMerge pull request #378 from koenpunt/ci
Jordan Harband
2014-03-17 09:59:42 -0700
38a0c997e2Added travis config, fixed tests for use on travis
Koen Punt
2014-03-16 19:05:28 +0100
70f1734c12updated tests for altered output
Koen Punt
2014-03-17 13:24:24 +0100
1d40a5bc8bReplaced echo for printf when using formatted strings Updated version list, now also compatible with zsh
Koen Punt
2014-03-17 13:16:12 +0100
db4c582d79Merge pull request #366 from messju/nvm_version_fix
Jordan Harband
2014-03-15 13:17:36 -0700
e46ee7b30badded test for using the latest of two versions
messju mohr
2014-02-26 08:43:12 +0100
f82f38be90fixed nvm_version result when multiple versions match the given pattern
messju mohr
2014-02-25 11:58:20 +0100
3a21485050Files should end in trailing newlines
Jordan Harband
2014-03-15 11:41:50 -0700
e6887d500fMerge pull request #319 from koenpunt/nvm-exec
Jordan Harband
2014-03-15 11:40:02 -0700
472d23b990Merge pull request #372 from koenpunt/patch-1
Jordan Harband
2014-03-15 10:48:41 -0700
1a19de9d20Use has util method and use comparison opts
Koen Punt
2014-03-15 05:02:52 +0100
f3d1770e3envm exec wrapper to execute commands with a specific node version
Koen Punt
2013-12-07 00:39:34 +0100
ba2a850253Adding a CONTRIBUTING.md file
Jordan Harband
2014-03-14 23:21:31 -0700
618a372f38Unset the executable bit on nvm.sh, since it's meant to be sourced
Jordan Harband
2014-03-14 22:10:52 -0700
a09a028c38Merge pull request #270 from hachre/patch-1
Jordan Harband
2014-03-14 22:10:07 -0700
d78905988eMerge pull request #310 from danieltdt/grep-options
Jordan Harband
2014-03-14 13:10:56 -0700
8cceae3cc1Overwritting GREP_OPTIONS on local script
Daniel Teixeira
2014-03-14 14:58:51 -0300
192e381971Merge pull request #370 from jpadilla/patch-1
Jordan Harband
2014-03-13 14:26:44 -0700
966ff0e1b0Fix for running with bash, sh, and zsh
José Padilla
2014-03-13 10:31:34 -0400
b90a0a811eUse 2-space indentation for consistency
José Padilla
2014-03-12 14:33:00 -0400
25ca41c9dcDetect if curl or wget is installed
José Padilla
2014-03-12 09:07:48 -0400