From: Wayne Davison Date: Tue, 25 Jan 2005 00:52:59 +0000 (+0000) Subject: Some changes to support the new --filter option: X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/46fa602530e36545facf0fdaa527896033686375?hp=46fa602530e36545facf0fdaa527896033686375 Some changes to support the new --filter option: - Changed XFLG_WORDS_ONLY to XFLG_NO_PREFIXES. - Added XFLG_DEF_EXCLUDE and XFLG_ABS_PATH. - Added some new MATCHFLG_* values for the new merge-file support. - Put the "slash_cnt" var (in the exclude_struct) into a union with the new megelist pointer. ---