Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shelljs/shelljs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3
Choose a base ref
...
head repository: shelljs/shelljs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.4
Choose a head ref
  • 8 commits
  • 3 files changed
  • 3 contributors

Commits on Apr 25, 2013

  1. r2r

    arturadib committed Apr 25, 2013
    Configuration menu
    Copy the full SHA
    86c100d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2013

  1. Make buffersize 20MB.

    waddlesplash committed May 3, 2013
    Configuration menu
    Copy the full SHA
    f0e1c1b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2013

  1. moving _jshint_ to a development dependency

    this helps speed up `npm install` times :)
    Stephen Mathieson committed May 4, 2013
    Configuration menu
    Copy the full SHA
    a09c616 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from stephenmathieson/jshint-dev-dep

    moving _jshint_ to a development dependency
    arturadib committed May 4, 2013
    Configuration menu
    Copy the full SHA
    b53b911 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #59 from waddlesplash/master

    Make the maximum buffersize 20 MB.
    arturadib committed May 4, 2013
    Configuration menu
    Copy the full SHA
    e84060c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2013

  1. removing extra fs calls

    nothing major, but i've removed a bunch of extra `fs.existsSync` and `fs.statSync` calls, which should speed things up a bit.  extra calls have been removed from:
    
    - `cd`
    - `ls`
    - `cp`
    - `rm`
    - `mv`
    Stephen Mathieson committed May 9, 2013
    Configuration menu
    Copy the full SHA
    e282205 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2013

  1. Merge pull request #62 from stephenmathieson/extra-fs-calls

    removing extra fs calls
    arturadib committed May 10, 2013
    Configuration menu
    Copy the full SHA
    3b35d6f View commit details
    Browse the repository at this point in the history
  2. 0.1.4

    arturadib committed May 10, 2013
    Configuration menu
    Copy the full SHA
    ab5edec View commit details
    Browse the repository at this point in the history
Loading