[SCM] The rsync repository. - branch master updated
Rsync CVS commit messages
rsync-cvs at lists.samba.org
Tue Jun 30 04:48:24 UTC 2020
The branch, master has been updated
via 5be73632 Avoid bloating the src-dir scan.
from 646784f0 Move the new target after "all".
https://git.samba.org/?p=rsync.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 5be7363297f202cf8e0ae83cf1e7e75f59ba203d
Author: Wayne Davison <wayne at opencoder.net>
Date: Mon Jun 29 21:45:56 2020 -0700
Avoid bloating the src-dir scan.
-----------------------------------------------------------------------
Summary of changes:
testsuite/rsync.fns | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns
index 65d071ca..246aab0c 100644
--- a/testsuite/rsync.fns
+++ b/testsuite/rsync.fns
@@ -97,7 +97,8 @@ printmsg() {
}
rsync_ls_lR() {
- find "$@" -print | sort | sed 's/ /\\ /g' | xargs "$TOOLDIR/tls" $TLS_ARGS
+ find "$@" -name .git -prune -o -name auto-build-save -prune -o -print | \
+ sort | sed 's/ /\\ /g' | xargs "$TOOLDIR/tls" $TLS_ARGS
}
get_testuid() {
--
The rsync repository.
More information about the rsync-cvs
mailing list