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

Provide a flag to control generation of the invocation comment #105

Closed
wants to merge 1 commit into from

Commits on Oct 9, 2023

  1. Provide a flag to control generation of the invocation comment

    The invocation comment stores the complete details of all provided
    arguments, which may include paths to files. These aren't always
    consistent, which results in unwanted changes in the generated files
    (especially for CI checking for unexpected changes...).
    
    Since the invocation isn't always useful, provide a flag to control
    whether the comment is generated. To preserve current behaviour this
    defaults to true (enabled).
    
    Signed-off-by: Stephen Kitt <skitt@redhat.com>
    skitt committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d7b8b5e View commit details
    Browse the repository at this point in the history