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.0
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.1
Choose a head ref
  • 16 commits
  • 29 files changed
  • 2 contributors

Commits on Dec 25, 2012

  1. Initial work

    mstade committed Dec 25, 2012
    Configuration menu
    Copy the full SHA
    3e29c02 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2012

  1. Fixed tests.

    mstade committed Dec 26, 2012
    Configuration menu
    Copy the full SHA
    4bc3725 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2012

  1. Configuration menu
    Copy the full SHA
    18a10bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19d3d91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02efac8 View commit details
    Browse the repository at this point in the history
  4. Improved tests a little bit.

    Added pwd check to all tests, and added a test for invalid use of
    popd. More tests to come.
    mstade committed Dec 27, 2012
    Configuration menu
    Copy the full SHA
    387babd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef795af View commit details
    Browse the repository at this point in the history
  6. minor

    arturadib committed Dec 27, 2012
    Configuration menu
    Copy the full SHA
    ac24cca View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2012

  1. Improved tests and implementation.

    Plenty of errors surfaced with better test coverage. Aside from fixing
    the broken implementations, this also prompted me to fully implement
    the dirs command.
    
    Also changed the run-tests script to always set cwd to the test folder,
    so that tests that change cwd don't affect others (ehum, that'd be
    mine.)
    
    More tests to follow.
    mstade committed Dec 29, 2012
    Configuration menu
    Copy the full SHA
    829bdbc View commit details
    Browse the repository at this point in the history
  2. Fixed JSHint errors.

    mstade committed Dec 29, 2012
    Configuration menu
    Copy the full SHA
    158d563 View commit details
    Browse the repository at this point in the history
  3. Tests for dirs and popd options

    Finished the dirs implementation to take `-N` and `+N` arguments, and
    added more tests to cover all options. This should cover most bases.
    mstade committed Dec 29, 2012
    Configuration menu
    Copy the full SHA
    2f142c1 View commit details
    Browse the repository at this point in the history
  4. JSHint hates my code.

    mstade committed Dec 29, 2012
    Configuration menu
    Copy the full SHA
    cb8d094 View commit details
    Browse the repository at this point in the history
  5. Another missing semi colon.

    mstade committed Dec 29, 2012
    Configuration menu
    Copy the full SHA
    ab29588 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2012

  1. Merge pull request #47 from mstade/pushd-popd-dirs

    Work in progress: pushd/popd/dirs
    arturadib committed Dec 31, 2012
    Configuration menu
    Copy the full SHA
    a9a03b3 View commit details
    Browse the repository at this point in the history
  2. clean up for PR #47

    arturadib committed Dec 31, 2012
    Configuration menu
    Copy the full SHA
    b020cd4 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2013

  1. 0.1.1

    arturadib committed Jan 1, 2013
    Configuration menu
    Copy the full SHA
    bd6f8ac View commit details
    Browse the repository at this point in the history
Loading