Silence output in coöy-repo

This commit is contained in:
Manuel Thalmann 2024-07-08 02:48:10 +02:00
parent 2f26f7adfd
commit 30de6a6597

View file

@ -3,7 +3,7 @@ begin
set -l target "$argv[1]"
set -l dir "$(status dirname)/.."
git clone "$dir" "$target"
and git -C "$dir" diff HEAD | git -C "$target" apply --allow-empty
git -C "$dir" diff HEAD | git -C "$target" apply --allow-empty &> /dev/null
and git -C "$dir" ls-files --exclude-standard --others | \
while read file