Commit Graph

  • b313f62749 Use sed -e instead of -E Koen Punt 2014-05-07 01:15:52 +0200
  • 7f3a794d89 Merge pull request #409 from koenpunt/sed-path-replacement Jordan Harband 2014-05-06 01:37:49 -0700
  • ba1be9b4ea Making `nvm install` use the version, even if it's already installed. Fixes #410 Jordan Harband 2014-05-05 22:46:46 -0700
  • 652a9ef9b5 always apply path stripping Koen Punt 2014-05-06 00:00:25 +0200
  • 0d81a219ae add quotes Koen Punt 2014-05-05 22:05:02 +0200
  • d6e457354f use nvm_strip_path utility method for path stripping Koen Punt 2014-05-05 22:03:11 +0200
  • 6668dc5c47 remove parentheses Koen Punt 2014-05-05 21:50:59 +0200
  • 3d9c1d7852 use sed for *PATH stripping Koen Punt 2014-05-05 21:43:22 +0200
  • 29f582611b v0.6.1 Jordan Harband 2014-05-04 12:40:02 -0700
  • 673cda56c4 Adding a test for `nvm install invalid` behavior, and correcting the message. Jordan Harband 2014-05-04 12:03:26 -0700
  • e562a5645b v0.6.0 Jordan Harband 2014-05-04 02:20:31 -0700
  • c0c5e8d7ef Editing README to note improved .nvmrc behavior. Jordan Harband 2014-05-04 02:20:24 -0700
  • f00d688c87 Nicer failure message when trying to install an invalid version. Fixes #285. Jordan Harband 2014-05-04 00:59:08 -0700
  • 5aa78f21cf Merge branch 'nvmrc' - Fixes #404 Jordan Harband 2014-05-04 00:47:16 -0700
  • 4a7275a0c6 Ensuring paths are in quotes, to preserve spaces. Jordan Harband 2014-05-04 00:39:46 -0700
  • c77be55cdc Updating "nvm run" tests. Jordan Harband 2014-05-04 00:39:32 -0700
  • e195fccdb7 Escaping backticks Jordan Harband 2014-05-03 23:29:21 -0700
  • 87516039a8 Using portable conditional syntax. Jordan Harband 2014-05-02 23:28:42 -0700
  • 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` Koen Punt 2014-04-30 10:31:51 +0200
  • 038c1f3d0f Find `.nvmrc` files upwards. Jordan Harband 2014-04-28 23:27:10 -0700
  • 66455f7c77 Refactor so "finding .nvmrc" can be done in a bash function. Jordan Harband 2014-04-28 14:48:36 -0700
  • a69eae10e3 Merge pull request #405 from reqshark/master Jordan Harband 2014-04-26 10:03:41 -0700
  • 13b87449e8 github raw served from new subdomain Bent Cardan 2014-04-26 03:48:06 -0400
  • 222250f2d1 v0.5.1 Jordan Harband 2014-04-25 10:47:59 -0700
  • 77f4490391 Using markdown footnotes. Jordan Harband 2014-04-25 10:43:22 -0700
  • 0871131dfd Make sure nvm-exec can use .nvmrc logic. Fixes #402, obviates #403. Jordan Harband 2014-04-25 10:38:21 -0700
  • e6bd207624 When auto-printing "help" on a command other than "help", return a nonzero exit code. Jordan Harband 2014-04-25 10:35:52 -0700
  • bad79e6d77 v0.5.0 Jordan Harband 2014-04-19 22:56:00 -0700
  • d07fa2db10 Merge pull request #399 from creationix/run_use_nvmrc Jordan Harband 2014-04-20 00:35:59 -0700
  • 20953ab04c Make sure `nvm run` works without a version argument when .nvmrc specifies a version. Jordan Harband 2014-04-19 15:09:40 -0700
  • 4cf940153c Use node 0.9 for these testsso that people aren't likely to have it installed Jordan Harband 2014-04-19 23:39:28 -0700
  • 47bbf93f50 Travis CI defaults to ruby; c will be faster Jordan Harband 2014-04-19 22:58:41 -0700
  • 7976a1343f Merge pull request #398 from creationix/install_use_nvmrc Jordan Harband 2014-04-19 22:36:33 -0700
  • bf8abf1052 Make sure `nvm install` works without a version argument when .nvmrc specifies a version. Jordan Harband 2014-04-16 02:25:58 -0700
  • eb6031cb58 Clean up after existing `nvm install` tests. Jordan Harband 2014-04-19 16:48:14 -0700
  • 55a6f1f06e Organizing `nvm install` tests better. Jordan Harband 2014-04-19 16:47:07 -0700
  • c188c1b11a Correcting help text for `nvm use` Jordan Harband 2014-04-16 02:04:00 -0700
  • b15ea07067 Don't clobber the latest version of 0.10 for tests. Jordan Harband 2014-04-19 16:31:48 -0700
  • 752c0e4ef1 Removing trailing whitespace. Jordan Harband 2014-04-16 02:24:54 -0700
  • 49364532b3 Merge pull request #391 from koenpunt/patch-1 Jordan Harband 2014-03-27 10:19:44 -0700
  • 9157cb4cfe Link to latest version of install script (0.4.0) Koen Punt 2014-03-27 10:19:00 +0100
  • 6dde4aac38 v0.4.0 Jordan Harband 2014-03-26 21:31:48 -0700
  • 96635cd2bd Merge pull request #371 from koenpunt/single-installer Jordan Harband 2014-03-26 21:30:00 -0700
  • 5342b6a04c Emulate curl with wget Koen Punt 2014-03-26 09:29:05 +0100
  • 2d0c025c49 Prevent fallback Koen Punt 2014-03-26 09:16:26 +0100
  • 6ed93f4c01 Force install method by setting METHOD=git/script Koen Punt 2014-03-26 09:08:37 +0100
  • 3c2719a85e fix Koen Punt 2014-03-26 11:14:00 +0100
  • c47f03f996 Display error when unable to update Koen Punt 2014-03-26 08:36:41 +0100
  • 300022642a git, curl and wget now all in one installer Koen Punt 2014-03-15 04:32:35 +0100
  • bce3abaa4b use comparison opts Koen Punt 2014-03-14 22:41:43 +0100
  • 9f6280265a updated README Koen Punt 2013-12-22 18:37:08 +0100
  • 7211c9ee29 updated output without special characters (tab; \t) Omit duplicate 'finish line' normalized indentation Koen Punt 2013-12-22 18:05:20 +0100
  • 246caa8581 Updated source string, use hard path as NVM is not always installed in `$HOME/.nvm` Koen Punt 2013-12-22 18:03:06 +0100
  • 1fac49f887 replaced 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
  • d2422a623a made NVM_DIR and NVM_SOURCE configurable using environment variables Koen Punt 2013-12-22 18:23:59 +0100
  • fcc00b22b7 don't make use of pushd and popd as they are not universal Koen Punt 2013-12-22 17:48:10 +0100
  • 0787a55999 replaced 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
  • 7c45d62b37 Merge pull request #388 from koenpunt/small-fixes Jordan Harband 2014-03-23 11:56:09 -0700
  • 703acb0514 Added test for nvm unload Koen Punt 2014-03-16 18:16:46 +0100
  • 744507b83e added nvm unload method to remove nvm from shell Koen Punt 2014-03-16 18:09:54 +0100
  • ec7909dcd3 Use NVM_ prefix for variables Koen Punt 2014-03-23 16:42:38 +0100
  • cf5f195d75 Merge pull request #387 from koenpunt/patch-1 Jordan Harband 2014-03-22 14:00:46 -0700
  • 9f0520cdd0 Add travis badge to README Koen Punt 2014-03-22 21:19:43 +0100
  • d950c1a0ea Adding a trailing newline Jordan Harband 2014-03-22 13:10:18 -0700
  • 6123fbcd31 Merge pull request #386 from koenpunt/multi-shell-test Jordan Harband 2014-03-22 13:08:50 -0700
  • def7ec5364 install shells before running tests Koen Punt 2014-03-22 18:51:14 +0100
  • 52a384a0cc Add Makefile for multishell testing updated nvm current test for zsh Koen Punt 2014-03-22 18:37:41 +0100
  • ba1e2f1cdf Merge pull request #382 from koenpunt/version-normalizing Jordan Harband 2014-03-21 09:30:19 -0700
  • 625e54880f Merge pull request #374 from koenpunt/fix-tests Jordan Harband 2014-03-21 09:27:13 -0700
  • cebda7d35a When 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
  • 4a9a15c404 Fix NVM_DIR discovery Koen Punt 2014-03-16 17:47:22 +0100
  • 31c5406780 Adding an `nvm --version` command Jordan Harband 2014-03-20 23:19:47 -0700
  • a34c080d77 Fix nvm ls for v* numbers Koen Punt 2012-10-21 22:57:32 +0200
  • 0b97ee1d2a Failing test for when using nvm ls with v* version Koen Punt 2014-03-18 00:53:04 +0100
  • 1ded21c10d Merge pull request #383 from koenpunt/nvm-prefixed Jordan Harband 2014-03-17 18:07:00 -0700
  • e30424d22f define all functions with nvm_ prefix Koen Punt 2014-03-18 01:41:02 +0100
  • 78e7aa6b67 Merge pull request #380 from koenpunt/fix-current-test Jordan Harband 2014-03-17 12:05:26 -0700
  • ae4c841742 Double == causes error on travis (dash shell) Koen Punt 2014-03-17 19:44:40 +0100
  • 4f9324c439 Merge pull request #377 from koenpunt/remove-obscure-echo-test Jordan Harband 2014-03-17 10:02:54 -0700
  • 020f61500f Merge pull request #378 from koenpunt/ci Jordan Harband 2014-03-17 09:59:42 -0700
  • 38a0c997e2 Added travis config, fixed tests for use on travis Koen Punt 2014-03-16 19:05:28 +0100
  • 70f1734c12 updated tests for altered output Koen Punt 2014-03-17 13:24:24 +0100
  • 1d40a5bc8b Replaced echo for printf when using formatted strings Updated version list, now also compatible with zsh Koen Punt 2014-03-17 13:16:12 +0100
  • db4c582d79 Merge pull request #366 from messju/nvm_version_fix Jordan Harband 2014-03-15 13:17:36 -0700
  • e46ee7b30b added test for using the latest of two versions messju mohr 2014-02-26 08:43:12 +0100
  • f82f38be90 fixed nvm_version result when multiple versions match the given pattern messju mohr 2014-02-25 11:58:20 +0100
  • 3a21485050 Files should end in trailing newlines Jordan Harband 2014-03-15 11:41:50 -0700
  • e6887d500f Merge pull request #319 from koenpunt/nvm-exec Jordan Harband 2014-03-15 11:40:02 -0700
  • 472d23b990 Merge pull request #372 from koenpunt/patch-1 Jordan Harband 2014-03-15 10:48:41 -0700
  • 1a19de9d20 Use has util method and use comparison opts Koen Punt 2014-03-15 05:02:52 +0100
  • f3d1770e3e nvm exec wrapper to execute commands with a specific node version Koen Punt 2013-12-07 00:39:34 +0100
  • ba2a850253 Adding a CONTRIBUTING.md file Jordan Harband 2014-03-14 23:21:31 -0700
  • 618a372f38 Unset the executable bit on nvm.sh, since it's meant to be sourced Jordan Harband 2014-03-14 22:10:52 -0700
  • a09a028c38 Merge pull request #270 from hachre/patch-1 Jordan Harband 2014-03-14 22:10:07 -0700
  • d78905988e Merge pull request #310 from danieltdt/grep-options Jordan Harband 2014-03-14 13:10:56 -0700
  • 8cceae3cc1 Overwritting GREP_OPTIONS on local script Daniel Teixeira 2014-03-14 14:58:51 -0300
  • 192e381971 Merge pull request #370 from jpadilla/patch-1 Jordan Harband 2014-03-13 14:26:44 -0700
  • 966ff0e1b0 Fix for running with bash, sh, and zsh José Padilla 2014-03-13 10:31:34 -0400
  • b90a0a811e Use 2-space indentation for consistency José Padilla 2014-03-12 14:33:00 -0400
  • 25ca41c9dc Detect if curl or wget is installed José Padilla 2014-03-12 09:07:48 -0400