mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-04-16 12:17:38 -04:00
No need to handle itemize_changes anymore.
This commit is contained in:
3
batch.c
3
batch.c
@@ -8,7 +8,6 @@
|
||||
#include "rsync.h"
|
||||
#include <time.h>
|
||||
|
||||
extern int itemize_changes;
|
||||
extern int am_sender;
|
||||
extern int eol_nulls;
|
||||
extern int recurse;
|
||||
@@ -34,7 +33,6 @@ static int *flag_ptr[] = {
|
||||
&preserve_devices,
|
||||
&preserve_hard_links,
|
||||
&always_checksum,
|
||||
&itemize_changes,
|
||||
NULL
|
||||
};
|
||||
|
||||
@@ -47,7 +45,6 @@ static char *flag_name[] = {
|
||||
"--hard-links (-H)",
|
||||
"--checksum (-c)",
|
||||
"--dirs (-d)",
|
||||
"--itemize-changes (-i)",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user