Re: [PATCH] Add --no-y.

2008-03-10 Thread Wayne Davison
On Mon, Mar 10, 2008 at 10:55:26PM -0400, Matt McCutchen wrote: > When a bunch of --no-* options were added (852e763b), --no-y was > forgotten. Here it is. Thanks -- applied. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

[PATCH] Add --no-y.

2008-03-10 Thread Matt McCutchen
--- When a bunch of --no-* options were added (852e763b), --no-y was forgotten. Here it is. Matt options.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/options.c b/options.c index 4ac8846..82597bf 100644 --- a/options.c +++ b/options.c @@ -577,6 +577,7 @@ static stru