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
base: 4b5011e854c0bccf384805107233bc72db77d9a8
Choose a base ref
...
head repository: typicode/husky
compare: 3abb0b8b6ce5b150b829186a8ba8cf751d7cd9c2
Choose a head ref
  • 20 commits
  • 17 files changed
  • 7 contributors

Commits on Mar 24, 2017

  1. Update README.md

    typicode committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    41f40b1 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

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

Commits on Apr 3, 2017

  1. Refactor

    typicode committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    803e841 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Log Node version

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

Commits on Apr 25, 2017

  1. Configuration menu
    Copy the full SHA
    0bd9db0 View commit details
    Browse the repository at this point in the history
  2. index.js: minor reformat (#118)

    piperchester authored and typicode committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    2885443 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Update README.md

    typicode committed May 18, 2017
    Configuration menu
    Copy the full SHA
    b500d3c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Add .npmignore (#127)

    Removes files in test/ and the .travis.yml from the npm registry
    to make the package a bit smaller
    onbjerg authored and typicode committed May 23, 2017
    Configuration menu
    Copy the full SHA
    b330a22 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2017

  1. 0.13.4

    typicode committed May 28, 2017
    Configuration menu
    Copy the full SHA
    5c6d1e6 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    typicode committed May 28, 2017
    Configuration menu
    Copy the full SHA
    4bf6014 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9321e7a View commit details
    Browse the repository at this point in the history
  4. Update README.md (#132)

    Pombam authored and typicode committed May 28, 2017
    Configuration menu
    Copy the full SHA
    4378d18 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2017

  1. Correct work with worktrees (#114)

    Worktree's `.git` file contains absolute path to repository.
    `path.join` incorrectly concatenates `/path/to/worktree`
    with `/path/to/real/.git/worktrees/worktree` to
    `/path/to/worktree/path/to/real/.git/worktrees/worktree`
    instead of simple `/path/to/real/...`
    
    Using `path.resolve` instead of `path.join` resolves this problem
    while relative paths of submodules still works correctly.
    alexeyten authored and typicode committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    333ca98 View commit details
    Browse the repository at this point in the history
  2. Create CHANGELOG.md

    typicode committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    84025a8 View commit details
    Browse the repository at this point in the history
  3. Create CHANGELOG.md

    typicode committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    91fd43e View commit details
    Browse the repository at this point in the history
  4. Update package.json

    typicode committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    d9a8f01 View commit details
    Browse the repository at this point in the history
  5. Create README.md

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

Commits on Jun 17, 2017

  1. Update to handle failed prepare-commit-msg (#138)

    * Update to handle failed prepare-commit-msg
    
    * Added more accurate error message for `prepare-commit-msg` hook
    
    * fix coding style to match standardjs.
    FJunior225 authored and typicode committed Jun 17, 2017
    Configuration menu
    Copy the full SHA
    3ba3c34 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. 0.14 (#142)

    0.14
    typicode committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    e649c6b View commit details
    Browse the repository at this point in the history
  2. 0.14.0

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