X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/314f45916144bbb39f9d7c0a0c166bda0784a132..9774cc334494e12bd35197e7e1ab9fd6b0ef3023:/flist.c diff --git a/flist.c b/flist.c index 1a24abfb..0b600acf 100644 --- a/flist.c +++ b/flist.c @@ -1039,6 +1039,8 @@ static void send_directory(int f, struct file_list *flist, char *dir) /** + * This function is normally called by the sender, but the receiver also + * uses it to construct its own file list if --delete has been specified. * The delete_files() function in receiver.c sets f to -1 so that we just * construct the file list in memory without sending it over the wire. It * also has the side-effect of ignoring user-excludes if delete_excluded