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

Add option to generate hashes from list of files #971

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

Commits on Oct 8, 2024

  1. Add option to generate hashes from list of files

    Use --generate (-g) option to consume [files] on command line as containers of lists of files to generate hashes for
    Ian-Clowes committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ea8728d View commit details
    Browse the repository at this point in the history
  2. Fix CI bugs

    Ian-Clowes committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b9f37d9 View commit details
    Browse the repository at this point in the history
  3. Fix test build errors

    Ian-Clowes committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    037e8a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    181e065 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Add --generate to man page

    Describe the use and rationale for the --generate option in the man page
    Ian-Clowes committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a923d8f View commit details
    Browse the repository at this point in the history
  2. Add git options for Visual Studio

    Fix two snags:
    - Bug / quirk of Visual Studio causes failure to process CMakeLists.txt if .gitignore contains *.txt
    - .vs/ folder artefacts are not to be controlled
    Ian-Clowes committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d033aef View commit details
    Browse the repository at this point in the history
  3. Revert "Add git options for Visual Studio"

    This reverts commit d033aef.
    Ian-Clowes committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    68ea87f View commit details
    Browse the repository at this point in the history
  4. Tidy up parameter usage

    - Use --files-from instead of --generate for new feature
    - Remove the need for --quiet when generating hashes from file list
    Ian-Clowes committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    40511ab View commit details
    Browse the repository at this point in the history