Silence output in coöy-repo

This commit is contained in:
Manuel Thalmann 2024-07-08 02:48:10 +02:00
parent 7745d62d58
commit d0c2a14641

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