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.7.7
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.7.8
Choose a head ref
  • 13 commits
  • 34 files changed
  • 5 contributors

Commits on Mar 9, 2017

  1. Configuration menu
    Copy the full SHA
    b9201eb View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2017

  1. Small clarification of verbose flag (#691)

    * small clarification of verbose flag
    
    * nfischer's documentation suggestion
    
    * verbose flag documentation in source file
    zommerfelds authored and nfischer committed Mar 31, 2017
    1 Configuration menu
    Copy the full SHA
    80d590e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2017

  1. Refactor: Use process.platform across codebase (#689)

    * Use process.platform across codebase
    
    * Use process.platform in tests
    freitagbr authored and nfischer committed Apr 15, 2017
    Configuration menu
    Copy the full SHA
    e12da9d View commit details
    Browse the repository at this point in the history
  2. Remove contents of symlink to dir with rm -rf (#688)

    * rm -rf on a symlink to a dir deletes contents
    
    * Fix comment typo
    
    * Clarify comments
    
    * Pass symlink directly to rmdirSync
    
    * Skip rm -rf symlink test on windows
    freitagbr authored Apr 15, 2017
    Configuration menu
    Copy the full SHA
    7feabda View commit details
    Browse the repository at this point in the history
  3. refactor: remove unnecessary common.js imports (#703)

    No change in logic.
    
    This removes unnecessary imports of `common.js` in favor of the `shell`
    package.
    nfischer authored and freitagbr committed Apr 15, 2017
    Configuration menu
    Copy the full SHA
    d8ac4d3 View commit details
    Browse the repository at this point in the history
  4. Fix #631 throw error when overwriting recently created file (#702)

    * cp: add error to not overwrite recently created files #631
    
    * cp: add tests for errors not overwrite recently created files #631
    
    * mv: show error when overwriting recently created file #631
    
    * mv: add tests for error on recently created files #631
    
    * mv: test remove unnecessary steps #631
    uttpal authored and nfischer committed Apr 15, 2017
    Configuration menu
    Copy the full SHA
    bbe521b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2017

  1. Fix common.expand error (#709)

    * When glob.sync errors, return original array element
    
    * Add test for cp with empty string
    freitagbr authored May 3, 2017
    Configuration menu
    Copy the full SHA
    92d3f39 View commit details
    Browse the repository at this point in the history
  2. Add common.buffer (#710)

    * Add common.buffer
    
    * Fix comment
    freitagbr authored May 3, 2017
    Configuration menu
    Copy the full SHA
    951ff22 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Properly handle directories as arguments (#713)

    * fix(cat): do not cat directories
    
    Fixes #707
    
    * fix(head): do not let head() read directories
    
    Also fixes a typo
    
    * fix(sort): do not sort directories
    
    Also fixes a typo
    
    * fix(tail): do not let tail() read directories
    
    Also fixes a typo
    
    * fix(uniq): do not let uniq() read directories
    
    We also had a test which called sort() instead of uniq(), so we never
    actually tested the missing-file case. This fixes that as well.
    
    This also throws an error for using a directory as output.
    
    * fix(pipe): fix breakages with piped commands
    nfischer authored May 9, 2017
    Configuration menu
    Copy the full SHA
    a2e13b6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. fix(mkdir): improve error handling around files (#721)

    * fix(mkdir): improve error handling around files
    
    In particular, this fixes:
    
     - if we try to overwrite a file with a mkdir
     - if we try to create a subdirectory of a file
     - adds `continue: true` in spots where we missed it
    
    Fixes #720
    
    * Fixing tests on Windows
    nfischer authored May 16, 2017
    Configuration menu
    Copy the full SHA
    15558cf View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2017

  1. Add node 8 to CI (#730)

    freitagbr authored Jun 4, 2017
    Configuration menu
    Copy the full SHA
    bbd8178 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. Configuration menu
    Copy the full SHA
    a66e338 View commit details
    Browse the repository at this point in the history
  2. 0.7.8

    nfischer committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    3864567 View commit details
    Browse the repository at this point in the history
Loading