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: typicode/husky
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.1
Choose a base ref
...
head repository: typicode/husky
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.2
Choose a head ref
  • 6 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 24, 2017

  1. Update

    typicode committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    3446452 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

  1. Fix. Escape spaces in window file path (#147)

    * Fix. Escape spaces in window file path
    
    * Fix. Windows path with whitespaces was not correct.
    
    Replace regex with "defence" quoted string path
    ```
    cd folder/sub 1/sub 2 => cd "folder/sub 1/sub 2"
    yurasid authored and typicode committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    ce97943 View commit details
    Browse the repository at this point in the history
  2. Fix indent

    typicode committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    19c86b7 View commit details
    Browse the repository at this point in the history
  3. Update travis test (#149)

    typicode authored Jun 30, 2017
    Configuration menu
    Copy the full SHA
    ec12948 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    typicode authored Jun 30, 2017
    Configuration menu
    Copy the full SHA
    de88649 View commit details
    Browse the repository at this point in the history
  5. 0.14.2

    typicode committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    cecfcee View commit details
    Browse the repository at this point in the history
Loading