Silence output in coöy-repo
This commit is contained in:
parent
b433fbb8c9
commit
a28cd91a73
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue