Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce window for finding a good commit #630

Merged
merged 4 commits into from
Aug 7, 2024
Merged

Reduce window for finding a good commit #630

merged 4 commits into from
Aug 7, 2024

Commits on Aug 7, 2024

  1. Reduce window for finding a good commit

    - Only check last 100 commits.
    - Return the initial commit if no good one was found.
    
    Fixes #628
    kwk committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ccf8a34 View commit details
    Browse the repository at this point in the history
  2. Update scripts/get-good-commit.py

    Co-authored-by: Nikita Popov <[email protected]>
    kwk and nikic committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ff68234 View commit details
    Browse the repository at this point in the history
  3. Update scripts/get-good-commit.py

    Co-authored-by: Nikita Popov <[email protected]>
    kwk and nikic committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    535e0da View commit details
    Browse the repository at this point in the history
  4. Run pre-commit run -a

    kwk committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    20bb962 View commit details
    Browse the repository at this point in the history