From 87773f80fcd2febea920083b752c42511e7f5dc8 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 8 Jul 2023 10:34:57 +0200 Subject: bin/harvest-commit-times: add force flag to ignore errors --- bin/harvest-commit-times | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') 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")" -- "$@" || \ -- cgit v1.2.3-54-g00ecf