Commit Graph

  • 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
  • 50bdb173a0 Use symlinks for aliases Dr. Kibitz 2014-02-16 00:01:41 -0800
  • 25ca41c9dc Detect if curl or wget is installed José Padilla 2014-03-12 09:07:48 -0400
  • c76ec89af6 Merge 28abdf4924 into 0d44ed1126 Jonas Dohse 2014-03-10 11:06:37 +0000
  • 28abdf4924 Support deduction of nvm directory in zsh Jonas Dohse 2014-03-10 11:59:17 +0100
  • 1b85a64442 Merge e328281608 into 0d44ed1126 Sarabadu 2014-03-07 01:43:38 +0000
  • 0d44ed1126 Merge pull request #364 from frasertweedale/fix/portability Jordan Harband 2014-03-04 17:31:17 -0800
  • d3c8cd0f08 Merge 250c5fbf86 into dc53a37d4f M_Ishikawa 2014-03-04 17:52:50 +0900
  • 250c5fbf86 update each shell settings M_Ishikawa 2014-03-04 17:49:45 +0900
  • 475fa2e448 Merge c01c546359 into dc53a37d4f Dan 2014-03-02 16:12:51 -0600
  • c01c546359 Actual fix for copy-packages in zsh DanSchmidt 2014-03-02 16:12:19 -0600
  • 25dac48ca0 Fix parse error when invoking copy-packages DanSchmidt 2014-03-02 15:42:43 -0600
  • dc53a37d4f Merge pull request #277 from frasertweedale/fix/freebsd-sha1 Jordan Harband 2014-02-27 01:25:23 -0800
  • cbd0fb2da9 Merge 0899b2e462 into 12d7b6fa0c Michał Koźmiński 2014-02-22 21:35:10 +0100
  • 332ae1afcb use a more portable release in install tests Fraser Tweedale 2014-02-22 12:15:40 +1000
  • 9108a7f7fa remove duplicate install test Fraser Tweedale 2014-02-22 12:18:50 +1000
  • 3b21b76106 fix install from source on FreeBSD 10 Fraser Tweedale 2014-02-22 11:58:39 +1000
  • dcba513108 address remaining comments from #363 Fraser Tweedale 2014-02-22 11:25:45 +1000
  • e6a5374bfb colorize output only if echo supports it Fraser Tweedale 2014-02-22 00:06:53 +1000
  • 8cba9c5781 avoid nullglob in alias command Fraser Tweedale 2014-02-22 00:00:10 +1000
  • 1d6145de5a fix explicit version matching on FreeBSD Fraser Tweedale 2014-02-21 23:25:45 +1000
  • ca0c8a7f1d handle echo implementations that do not support `-e` Fraser Tweedale 2014-02-21 22:10:17 +1000
  • 21771e7369 fix logic error in nvm deactivate test Fraser Tweedale 2014-02-21 21:06:53 +1000
  • a3331ffdb0 fix errors due to use of unportable == operator Fraser Tweedale 2014-02-21 20:59:50 +1000
  • 4a5f5203d0 fix errors and portability issues in expr commands Fraser Tweedale 2014-02-21 20:52:50 +1000
  • ee6d4ab074 fix ls command in dash Fraser Tweedale 2014-02-21 20:18:57 +1000
  • 8925419e90 tests: avoid reliance on nullglob Fraser Tweedale 2014-02-21 19:21:03 +1000
  • d7782ad4b2 Merge 0f709eafa0 into 12d7b6fa0c Dr. Kibitz 2014-02-18 22:11:49 -0800
  • 0f709eafa0 Missed tests Dr. Kibitz 2014-02-18 22:07:25 -0800
  • a9be598241 Remove some new bashisms Dr. Kibitz 2014-02-18 21:57:52 -0800
  • 9a0c269713 Redo https://github.com/creationix/nvm/pull/345 Dr. Kibitz 2014-02-18 21:51:39 -0800
  • 0c8410fcc3 support FreeBSD's sha1(1) for integrity checks Fraser Tweedale 2013-08-10 14:30:47 +1000
  • 12d7b6fa0c Merge pull request #361 from drkibitz/local-vars Jordan Harband 2014-02-16 11:20:21 -0800
  • 274652e10e Fix nvm ls-remote and display uninstalled versions again. Fixes #359, closes #360 Jordan Harband 2014-02-16 09:35:05 -0800
  • b56f64db6d Merge 18331d20b2 into 13781f242b Dr. Kibitz 2014-02-16 01:18:15 -0800
  • 18331d20b2 Fix print_versions for ls-remote Dr. Kibitz 2014-02-16 01:13:14 -0800