Commit Graph

  • 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
  • ef3a43d6fa Fix sed script zodiacg 2014-05-02 14:39:42 +0800
  • 61af7d2de9 Use sed instead of variable substitution zodiacg 2014-05-02 14:34:51 +0800
  • 7b0bd40ede Add some debug outputs zodiacg 2014-05-02 14:19:21 +0800
  • c2d4844b31 Add a test for MANPATH zodiacg 2014-05-02 14:08:33 +0800
  • 605dd1092f Fix the problem that messes up MANPATH. Issue 393 zodiacg 2014-05-01 23:12:32 +0800
  • 5a9e135bc9 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
  • a7d2a9ff66 Find .nvmrc files upwards. Jordan Harband 2014-04-28 23:27:10 -0700
  • 77e1701ac0 Refactor so "finding .nvmrc" can be done in a bash function. Jordan Harband 2014-04-28 14:48:36 -0700
  • c5737228fc Use "typeset" instead of "local" for portability Jordan Harband 2014-04-30 00:21:51 -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 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
  • 26ae48d64e Merge 032e398e96 into bad79e6d77 Marco Pesenti Gritti 2014-04-25 15:07:01 +0000
  • 032e398e96 Make nvm-exec respect .nvmrc Marco Pesenti Gritti 2014-04-25 16:03:13 +0100
  • bad79e6d77 v0.5.0 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 travis_yml_tweaks 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 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
  • a1ed6eef69 Merge 631563db9c into 7c45d62b37 Brian Gonzalez 2014-03-25 17:55:06 +0000
  • 631563db9c implemented a means for system-wide installation of nvm by explicitly passing in NVM_DIR to install script Brian Gonzalez 2014-03-25 10:08:39 -0700
  • 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
  • 90f8ef5294 Merge 192b2ecb1b into 31c5406780 Jonas Dohse 2014-03-21 07:12:37 +0000
  • 31c5406780 Adding an nvm --version command v0.3.0 Jordan Harband 2014-03-20 23:19:47 -0700
  • 192b2ecb1b Support deduction of nvm directory in zsh Jonas Dohse 2014-03-10 11:59:17 +0100
  • 61b44097fe Demonstrate failing path detection in zsh Jonas Dohse 2014-03-21 00:19:32 +0100
  • 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
  • 028a5ae5c5 Merge 50bdb173a0 into 0d44ed1126 Dr. Kibitz 2014-03-12 15:30:29 +0000