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
base: v0.8.0
Choose a base ref
...
head repository: shelljs/shelljs
compare: v0.8.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 12, 2018

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

Commits on Jan 20, 2018

  1. Revert "refactor(exec): remove paramsFile (#807)" (#819)

    This reverts commit 64d5899.
    
    Reason for revert: If stdin is large, then the param object can become
    an extremely long string, exceeding the maximum OS size limit on
    commandline parameters.
    
    Original change's description:
    > refactor(exec): remove paramsFile (#807)
    >
    > The `paramsFile` is obsolete now that we use `execFileSync()` for our
    > internal implementation. Instead, we pass parameters to the child
    > process directly as a single commandline parameter to reduce file I/O.
    >
    > Issue #782
    
    Fixes #818
    nfischer committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    cb9cf27 View commit details
    Browse the repository at this point in the history
  2. 0.8.1

    nfischer committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    7058d63 View commit details
    Browse the repository at this point in the history