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: TekWizely/pre-commit-golang
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-rc.1
Choose a base ref
...
head repository: TekWizely/pre-commit-golang
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-rc.2
Choose a head ref
  • 5 commits
  • 8 files changed
  • 1 contributor

Commits on Nov 14, 2022

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

Commits on Jul 23, 2025

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

Commits on Jul 31, 2025

  1. Pass Ignore Patterns to Hooks (#38)

    feat: suppoort '--hook:ignore-dir=PATTERN' to ignore files based on their directories
    
    feat: suppoort '--hook:ignore-file=PATTERN' to ignore files based on file patterns
    
    feat: suppoort '--hook:ignore-pattern=PATTERN' to ignore files based on general (bash-specific) patterns
    
    docs: add 'Passing Ignore Patterns To Hooks' section 
    
    refactor: configure 'vendor' exclusions in a manner equivalent to '--hook:ignore-dir=vendor' 
    
    ci(shellcheck): treat 'source=' directives as being relative to the script they're in
    
    chore(formatting): Normalize leading whitespace to tabs
    TekWizely authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    139ed57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1c9b18 View commit details
    Browse the repository at this point in the history
  3. chore: prepare v1.0.0-rc.2

    TekWizely committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    bf2137d View commit details
    Browse the repository at this point in the history
Loading