The patches for 3.2.5pre2.
[rsync.git/patches.git] / transliterate.diff
index 590b7d1b67b0a9c4907322daf4c794eb78fc9161..3764917975e2595e50d592c7758e2c11f52b0ad4 100644 (file)
@@ -10,7 +10,7 @@ To use this patch, run these commands for a successful build:
     ./configure                                 (optional if already run)
     make
 
-based-on: 0773cecc1fc6462b321f96dc8cae6e11983c357d
+based-on: 5ce575b15726c653312b473bd770c3e7d74d3449
 diff --git a/flist.c b/flist.c
 --- a/flist.c
 +++ b/flist.c
@@ -129,7 +129,7 @@ diff --git a/options.c b/options.c
        am_starting_up = 0;
  
        return 1;
-@@ -2913,6 +2933,12 @@ void server_options(char **args, int *argc_p)
+@@ -2916,6 +2936,12 @@ void server_options(char **args, int *argc_p)
        if (relative_paths && !implied_dirs && (!am_sender || protocol_version >= 30))
                args[ac++] = "--no-implied-dirs";