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: qgadrian/elixir_git_hooks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.5
Choose a base ref
...
head repository: qgadrian/elixir_git_hooks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 17 commits
  • 11 files changed
  • 3 contributors

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    49ca50e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5c0960 View commit details
    Browse the repository at this point in the history
  3. Update README

    qgadrian committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    78c6cf1 View commit details
    Browse the repository at this point in the history
  4. Add pre-release for v0.6.6

    qgadrian committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    b164fa1 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Update README.md

    qgadrian committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    7da69d8 View commit details
    Browse the repository at this point in the history
  2. Don't log any error on non VCS folder

    The error message is useless and confusing. When this project is running
    under a path that not under VCS, no branch whitelist/blacklist would
    apply.
    
    This is a first step to reduce noise, in the future the branch filtering
    could use parent's git folder.
    qgadrian committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    224bf77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5c9622 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28a5c16 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    qgadrian committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    8810bf0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37875d4 View commit details
    Browse the repository at this point in the history
  7. Introduce _dry-run_ install option

    This is useful to skip the hooks installation and debug the output.
    Needed for testing the install module.
    qgadrian committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    7d72f3a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    19b7970 View commit details
    Browse the repository at this point in the history
  9. Remove git_path config

    The config is no longer needed as the git path will be resolved
    automatically for the repo.
    qgadrian committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    af3c728 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    56eb663 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Bump credo from 1.6.2 to 1.6.3

    Bumps [credo](https://github.com/rrrene/credo) from 1.6.2 to 1.6.3.
    - [Release notes](https://github.com/rrrene/credo/releases)
    - [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
    - [Commits](rrrene/credo@v1.6.2...v1.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: credo
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and qgadrian committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    0115026 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    9803e1f View commit details
    Browse the repository at this point in the history
  2. Release v0.7.0

    qgadrian committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    77b81f6 View commit details
    Browse the repository at this point in the history
Loading