Commit graph

24 commits

Author SHA1 Message Date
0c8214717b
PKGBUILD: Upgrade to 1.2.1 2024-08-02 16:52:09 +02:00
3c38a669cd
PKGBUILD: Update maintainer information 2024-08-02 16:52:09 +02:00
c405899e3b
Cargo: Bump version to 1.2.1 2024-08-02 16:52:08 +02:00
9ab827fd3d
Dependencies: Update to latest 2024-08-02 16:52:07 +02:00
eb64d353c8
Main: Add licence header 2024-08-02 16:52:06 +02:00
a5b576108e
Main: Fix typo in comment 2024-08-02 16:52:06 +02:00
8f646713ef
Git: Ignore vscode workspace files 2024-08-02 16:52:05 +02:00
6fb9e13dac
Git: Ignore temporary files and directories created by makepkg 2024-08-02 16:52:04 +02:00
8e13650e8d
Cargo: Add more crate metadata 2024-08-02 16:52:04 +02:00
1d7620cc65
Cargo+Main: Move from /src to /source
This avoids clashes with makepkg directories
2024-08-02 16:52:03 +02:00
9576f922a6
PKGBUILD: Upgrade to 1.2.0 2024-08-02 16:52:02 +02:00
7c5a1e9e6e
Cargo: Bump version to 1.2.0 2024-08-02 16:52:01 +02:00
f4274e3dfa
Main: Print failed integrity check instead of erroring 2024-08-02 16:52:01 +02:00
7d1529ae44
PKGBUILD: Upgrade to 1.1.0 2024-08-02 16:52:00 +02:00
2b800ba835
Cargo: Bump version to 1.1.0 2024-08-02 16:51:59 +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
26313c4c7e
PKGBUILD: Initial commit 2024-08-02 16:51:55 +02:00
9bc18b3a42
README: Initial commit 2024-08-02 16:51:54 +02:00
9c3460a909
LICENSE: Use BSD-2-Clause 2024-08-02 16:51:53 +02:00
93d7cda28f
Everywhere: Initial working version 2024-08-02 16:51:50 +02:00