Commit graph

7 commits

Author SHA1 Message Date
f4274e3dfa
Main: Print failed integrity check instead of erroring 2024-08-02 16:52:01 +02:00
19e26b2dbd
Main: Canonicalize paths before sorting 2024-08-02 16:51:58 +02:00
c8b2d6951b
Main: Sort hashed files before iterating
To ensure the start flag working properly it is required to have a
deterministic order to start with the same vector of hashed files each
run.
2024-08-02 16:51:58 +02:00
91da8d374b
Main: Allow specifying which number of files to start with
This patch introduces a new flag `-s` or `--start`, allowing users to
start running the tool with a starting index into the list of hashed
files generated from traversing either the repository or a single
directory.
2024-08-02 16:51:57 +02:00
279dc41175
Main: Remove short argument version for single_directory
The -s specifying is too ambigous for a debug flag and can easily clash
with other flags.
2024-08-02 16:51:56 +02:00
fe10bdde7d
Main: Remove unnecessary return statement 2024-08-02 16:51:56 +02:00
93d7cda28f
Everywhere: Initial working version 2024-08-02 16:51:50 +02:00