Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-07-08 10:34:57 +0200
committerErich Eckner <git@eckner.net>2023-07-08 10:34:57 +0200
commit87773f80fcd2febea920083b752c42511e7f5dc8 (patch)
tree23a04a9f34f7e797399ee2cd4b84b7438773002e
parentfa64e92fc1f2cd7cc87b87f0d787c0ac4751d607 (diff)
bin/harvest-commit-times: add force flag to ignore errors
-rwxr-xr-xbin/harvest-commit-times3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/harvest-commit-times b/bin/harvest-commit-times
index 24e1616..2bd1f16 100755
--- a/bin/harvest-commit-times
+++ b/bin/harvest-commit-times
@@ -19,7 +19,8 @@ usage() {
}
eval set -- "$(
- getopt -o hw \
+ getopt -o fhw \
+ --long force \
--long help \
--long wait \
-n "$(basename "$0")" -- "$@" || \