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: sds/overcommit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: miry/overcommit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 18 files changed
  • 1 contributor

Commits on Jun 7, 2021

  1. Support custom directory for hooks (#1)

    There are other tools that can use hooks file. To make sure their played well together allow to install overcommit hooks to `<hook_type>.d` folder and reuse it in other tools as custom hook.
    
    Introduce a new option during the installation: `--directory`
    
    ```shell
    overcommit --install --directory
    ```
    
    It would install hooks:
    
    ```
    .git/hooks/<hook_type>.d/overcommit
    ```
    
    it would remove conflicts and make easy works 2 tools in same time.
    miry authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    81bf271 View commit details
    Browse the repository at this point in the history
  2. Update readme with usage of forked version (#2)

    Add how link to the forked version and how to use bundler with overcommit.
    miry authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    950b1e8 View commit details
    Browse the repository at this point in the history
Loading