Commit graph

13 commits

Author SHA1 Message Date
networkException a568490df2
Cargo: Bump version to 1.2.0 2022-08-15 12:55:35 +02:00
networkException f20cf6e875
Main: Print failed integrity check instead of erroring 2022-08-15 12:54:41 +02:00
networkException 770b78c03a
PKGBUILD: Upgrade to 1.1.0 2022-04-22 02:52:25 +02:00
networkException 458096c60a
Cargo: Bump version to 1.1.0 2022-04-22 02:51:38 +02:00
networkException 1559b7557f
Main: Canonicalize paths before sorting 2022-04-22 02:50:22 +02:00
networkException 402ffb2deb
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.
2022-04-22 02:44:12 +02:00
networkException 7c815712ae
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.
2022-04-22 02:33:50 +02:00
networkException ae4ff20534
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.
2022-04-22 02:32:37 +02:00
networkException 224439f04a
Main: Remove unnecessary return statement 2022-04-10 21:52:55 +02:00
networkException 46dd5bf98d
PKGBUILD: Initial commit 2022-04-10 19:58:48 +02:00
networkException b69839e27b
README: Initial commit 2022-04-10 19:53:04 +02:00
networkException ac48a7253b
LICENSE: Use BSD-2-Clause 2022-04-10 19:51:22 +02:00
networkException e101b53958
Everywhere: Initial working version 2022-04-10 19:49:40 +02:00