From: Wayne Davison Date: Mon, 24 Mar 2008 16:33:07 +0000 (-0700) Subject: Improved --dirs/--no-dirs/--list-only option handling: X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/73cb6738b33846130c21f2903b2200fa3f1903ab?hp=73cb6738b33846130c21f2903b2200fa3f1903ab Improved --dirs/--no-dirs/--list-only option handling: - Moved setting of list_only and xfer_dirs from main.c to options.c. - Fixed the ability of the user to force --no-dirs. - Added the --old-dirs/--old-d option to make it easier to interact in list-only mode with an older rsync. - Suggest the use of --old-d instead of "-r --exclude='/*/*'". ---