Commit graph

30 commits

Author SHA1 Message Date
networkException 07c4ddb7f5
Cargo: Bump version to 1.2.2 2024-06-18 21:15:43 +02:00
networkException 89c408bc2e
Dependencies: Bump to latest 2024-06-18 21:15:19 +02:00
networkException 99cdd57017
Dependencies: Add dependabot config 2022-12-22 15:58:01 +01:00
networkException 41cc5b16cd
README: Update help output 2022-08-15 13:15:34 +02:00
networkException 04213b3d95
Editor: Add editorconfig 2022-08-15 13:11:59 +02:00
networkException 47fe391384
PKGBUILD: Upgrade to 1.2.1 2022-08-15 13:10:22 +02:00
networkException 25ecd8d232
PKGBUILD: Update maintainer information 2022-08-15 13:09:57 +02:00
networkException c1ae282f69
Cargo: Bump version to 1.2.1 2022-08-15 13:09:02 +02:00
networkException 2ff9afa506
Dependencies: Update to latest 2022-08-15 13:08:38 +02:00
networkException 928402254e
Main: Add licence header 2022-08-15 13:07:36 +02:00
networkException 990a17e180
LICENCE: Update author information 2022-08-15 13:06:56 +02:00
networkException 2fe3f476a9
Main: Fix typo in comment 2022-08-15 13:06:08 +02:00
networkException 8408a0bafa
Git: Ignore vscode workspace files 2022-08-15 13:06:08 +02:00
networkException 6d0ad2448d
Git: Ignore temporary files and directories created by makepkg 2022-08-15 13:06:08 +02:00
networkException f8537e03b9
Cargo: Add more crate metadata 2022-08-15 13:06:08 +02:00
networkException 0bf0c79d7d
Cargo+Main: Move from /src to /source
This avoids clashes with makepkg directories
2022-08-15 13:06:08 +02:00
networkException 3a014e9409
PKGBUILD: Upgrade to 1.2.0 2022-08-15 12:57:08 +02:00
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