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

dev-cmd/unbottled: add --lost option #16115

Merged

Commits on Oct 15, 2023

  1. dev-cmd/unbottled: add --lost option

    This option tries to find bottles where the bottle was removed
    from the formula in the past week and not added back in.
    
    It checks the output of `git log` to see if there are any
    bottles that fit this criteria.
    apainintheneck committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    20f00a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. cmd/unbottled: Address review feedback for --lost

    - Add heading message to indicate bottle tag used
    - Use --no-ext-diff with git to avoid potential problems
    - Resolve formula renames to avoid false positives
    - Increase parsing stringency
    apainintheneck committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    83598bb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. dev-cmd/unbottled: share common parts of bottle tag regex

    This makes it easier to see that the two regexes are related
    and could make it easier to change them in the future if
    need be.
    apainintheneck committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e48c155 View commit details
    Browse the repository at this point in the history