The patches for 3.0.0pre9.
[rsync/rsync-patches.git] / link-by-hash.diff
index 423c9a2..454edce 100644 (file)
@@ -443,7 +443,7 @@ diff --git a/options.c b/options.c
                default:
                        /* A large opt value means that set_refuse_options()
                         * turned this option off. */
-@@ -1974,6 +1992,11 @@ void server_options(char **args, int *argc_p)
+@@ -1975,6 +1993,11 @@ void server_options(char **args, int *argc_p)
        } else if (inplace)
                args[ac++] = "--inplace";
  
@@ -520,7 +520,7 @@ diff --git a/receiver.c b/receiver.c
  }
  
  static void handle_delayed_updates(char *local_name)
-@@ -675,7 +686,7 @@ int recv_files(int f_in, char *local_name)
+@@ -676,7 +687,7 @@ int recv_files(int f_in, char *local_name)
  
                /* recv file data */
                recv_ok = receive_data(f_in, fnamecmp, fd1, st.st_size,
@@ -561,7 +561,7 @@ diff --git a/rsync.c b/rsync.c
 diff --git a/rsync.h b/rsync.h
 --- a/rsync.h
 +++ b/rsync.h
-@@ -816,6 +816,14 @@ struct stats {
+@@ -817,6 +817,14 @@ struct stats {
        int num_transferred_files;
  };