X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/7f0bf1cb30e4c9cb751903ae1e7b235760bcfd00..e2e42a01ba5a2258edf1510280bb83864a0c8748:/link-by-hash.diff diff --git a/link-by-hash.diff b/link-by-hash.diff index 9460d71..14db3e9 100644 --- a/link-by-hash.diff +++ b/link-by-hash.diff @@ -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. */ -@@ -2023,6 +2041,11 @@ void server_options(char **args, int *argc_p) +@@ -2028,6 +2046,11 @@ void server_options(char **args, int *argc_p) } else if (inplace) args[ac++] = "--inplace"; @@ -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 -@@ -825,6 +825,14 @@ struct stats { +@@ -828,6 +828,14 @@ struct stats { int num_transferred_files; };