From 6e30dae06ae79d44b77a604600a85924131ecbab Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Mon, 2 Dec 2024 09:05:46 +0000 Subject: [PATCH] Hide citation requests of parallel --- git/fetch-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/fetch-all.sh b/git/fetch-all.sh index 5fef3e2..1a499cd 100755 --- a/git/fetch-all.sh +++ b/git/fetch-all.sh @@ -3,4 +3,4 @@ find "$1" \ -type d -name '.git' \ -exec dirname '{}' ';' | \ -parallel --line-buffered --tag git -C '{}' fetch --all +parallel --will-cite --line-buffered --tag git -C '{}' fetch --all