No more need for the partial-dir.diff dependency.
[rsync/rsync-patches.git] / fuzzy.diff
index 4e3cd81..12f2be5 100644 (file)
@@ -1,4 +1,3 @@
-Depends-On-Patch: partial-dir.diff
 Depends-On-Patch: g2r-basis-filename.diff
 
 The changes to generator.c were greatly simplified, making the patch
@@ -164,7 +163,7 @@ Be sure to run "make proto" before "make".
  
        if (preserve_hard_links)
                init_hard_links(flist);
---- orig/options.c     2004-07-26 16:43:48
+--- orig/options.c     2004-07-29 16:08:03
 +++ options.c  2004-07-16 20:14:12
 @@ -85,6 +85,7 @@ int safe_symlinks = 0;
  int copy_unsafe_links = 0;
@@ -190,7 +189,7 @@ Be sure to run "make proto" before "make".
    /* TODO: Should this take an optional int giving the compression level? */
    {"compress",        'z', POPT_ARG_NONE,   &do_compression, 0, 0, 0 },
    {"daemon",           0,  POPT_ARG_NONE,   &daemon_opt, 0, 0, 0 },
-@@ -1039,6 +1042,9 @@ void server_options(char **args,int *arg
+@@ -1042,6 +1045,9 @@ void server_options(char **args,int *arg
                }
        }
  
@@ -210,7 +209,7 @@ Be sure to run "make proto" before "make".
  extern int make_backups;
  extern int do_progress;
  extern char *backup_dir;
---- orig/rsync.yo      2004-07-28 02:26:19
+--- orig/rsync.yo      2004-07-29 16:08:04
 +++ rsync.yo   2004-07-03 19:27:25
 @@ -327,6 +327,7 @@ verb(
   -T  --temp-dir=DIR          create temporary files in directory DIR