rsync/rsync.git
18 years agoTweaked parse_chmod() so that it takes a pointer to an existing list
Wayne Davison [Sat, 21 Jan 2006 09:14:39 +0000 (09:14 +0000)]
Tweaked parse_chmod() so that it takes a pointer to an existing list
of chmod items (or NULL) and appends the new items onto the end.

18 years agoDocument the new --one-file-system behavior, with improvements to
Wayne Davison [Sat, 21 Jan 2006 08:10:45 +0000 (08:10 +0000)]
Document the new --one-file-system behavior, with improvements to
the option's text taken from Matt's patch in bugzilla.

18 years agoHandle the --chmod option as either the sender or the receiver so
Wayne Davison [Sat, 21 Jan 2006 08:03:18 +0000 (08:03 +0000)]
Handle the --chmod option as either the sender or the receiver so
that only the client needs to know about --chmod (but if an older
version sends the option to the server, we'll still handle it).

18 years agoFor a local rsync, turn off the --chmod option on the receiving
Wayne Davison [Sat, 21 Jan 2006 07:58:35 +0000 (07:58 +0000)]
For a local rsync, turn off the --chmod option on the receiving
side so that only the sending side does the work.

18 years agoWe don't ever need to send the --chmod option to the remote rsync.
Wayne Davison [Sat, 21 Jan 2006 07:53:40 +0000 (07:53 +0000)]
We don't ever need to send the --chmod option to the remote 

18 years agoImplemented the -xx behavior that skips mount-point dirs.
Wayne Davison [Sat, 21 Jan 2006 01:20:03 +0000 (01:20 +0000)]
Implemented the -xx behavior that skips mount-point dirs.

18 years agoAllow the -x option to be repeated.
Wayne Davison [Sat, 21 Jan 2006 00:36:15 +0000 (00:36 +0000)]
Allow the -x option to be repeated.

18 years ago- Changed send_file_entry() into a static function again.
Wayne Davison [Fri, 20 Jan 2006 21:21:43 +0000 (21:21 +0000)]
- Changed send_file_entry() into a static function again.
- Made send_file_entry() derive the base_flag value from *file.
- Added a flags arg to make_file().
- The flag we send to send_file_name() is a FLAG_* value, not an
  XMIT_* value.

18 years agoCall make_file() with one more arg (the base flags).
Wayne Davison [Fri, 20 Jan 2006 21:21:36 +0000 (21:21 +0000)]
Call make_file() with one more arg (the base flags).

18 years agoMentioned the addition of -ii.
Wayne Davison [Fri, 20 Jan 2006 19:33:24 +0000 (19:33 +0000)]
Mentioned the addition of -ii.

18 years agoDocument the behavior of -ii.
Wayne Davison [Fri, 20 Jan 2006 18:52:52 +0000 (18:52 +0000)]
Document the behavior of -ii.

18 years agoHandle the extra output needed when log_format_has_i > 1.
Wayne Davison [Fri, 20 Jan 2006 18:49:38 +0000 (18:49 +0000)]
Handle the extra output needed when log_format_has_i > 1.

18 years agoAllow the --itemize-changes (-i) option to be repeated to indicate
Wayne Davison [Fri, 20 Jan 2006 18:49:07 +0000 (18:49 +0000)]
Allow the --itemize-changes (-i) option to be repeated to indicate
that unchanged files should also be itemized.

18 years agoGot rid of unused function u_strcmp().
Wayne Davison [Fri, 20 Jan 2006 00:14:04 +0000 (00:14 +0000)]
Got rid of unused function u_strcmp().

18 years agoImproved a sentence.
Wayne Davison [Thu, 19 Jan 2006 21:21:28 +0000 (21:21 +0000)]
Improved a sentence.

18 years agoThe code in send_file_list() needed a little more improvement to
Wayne Davison [Thu, 19 Jan 2006 21:16:44 +0000 (21:16 +0000)]
The code in send_file_list() needed a little more improvement to
handle --relative really well:
- We must set "is_dot_dir" when we strip off a trailing "/" or "/.".
- If a trailing "/" or "/." caused us to treat a symlink as a dir,
  we now pass our stat() info down to make_file() so that it will
  always treat the cleaned-up name as a dir too.
- We must not strip a leading "/".
- Improved the check for ".." elements in the implied dirs.

18 years agoAdded a new arg to the make_file() call.
Wayne Davison [Thu, 19 Jan 2006 21:16:40 +0000 (21:16 +0000)]
Added a new arg to the make_file() call.

18 years agoAnother bugfix.
Wayne Davison [Thu, 19 Jan 2006 19:05:49 +0000 (19:05 +0000)]
Another bugfix.

18 years agoIn delete_in_dir(), skip a directory that isn't really a directory on
Wayne Davison [Thu, 19 Jan 2006 18:53:48 +0000 (18:53 +0000)]
In delete_in_dir(), skip a directory that isn't really a directory on
the local disk (can easily happen if --dry-run was specified).

18 years agoMention the changes made in recent checkins.
Wayne Davison [Thu, 19 Jan 2006 07:34:41 +0000 (07:34 +0000)]
Mention the changes made in recent checkins.

18 years agoWhen --relative is active, simply trim off trailing slashes and
Wayne Davison [Thu, 19 Jan 2006 01:43:10 +0000 (01:43 +0000)]
When --relative is active, simply trim off trailing slashes and
dot dirs.  Also, reject a ".." dir if it would be sent as part
of the relative path.

18 years ago- Fixed the --help and --version output to avoid using embedded
Wayne Davison [Tue, 17 Jan 2006 04:26:12 +0000 (04:26 +0000)]
- Fixed the --help and --version output to avoid using embedded
  newlines (which are no longer allowed in rprint()).
- Updated the Copyright info for 2006.

18 years agoGot rid of a few empty lines.
Wayne Davison [Tue, 17 Jan 2006 02:16:57 +0000 (02:16 +0000)]
Got rid of a few empty lines.

18 years agoGot rid of a now-unused static variable.
Wayne Davison [Tue, 17 Jan 2006 01:26:35 +0000 (01:26 +0000)]
Got rid of a now-unused static variable.

18 years agoA few more items to check for, including libcharset.h, langinfo.h,
Wayne Davison [Sun, 15 Jan 2006 14:52:12 +0000 (14:52 +0000)]
A few more items to check for, including libcharset.h, langinfo.h,
locale_charset(), and nl_langinfo().

18 years ago- Improved get_local_name() using ideas from Matt McCutchen's
Wayne Davison [Sun, 15 Jan 2006 07:11:23 +0000 (07:11 +0000)]
- Improved get_local_name() using ideas from Matt McCutchen's
  version:  lots more comments, and a "local name" copy now
  does a chdir to the parent dir of the destination file.
- Moved the setlocale() call prior to the parse_arguments() call.

18 years ago- We now filter all rwrite() output when it goes out to the terminal
Wayne Davison [Sat, 14 Jan 2006 20:26:28 +0000 (20:26 +0000)]
- We now filter all rwrite() output when it goes out to the terminal
  to make sure that it contains readable characters.
- Got rid of the buf[len] = '\0' in rwrite().
- Call f_name() with revised args (which also replaces f_name_to()).

18 years agoCall f_name() with revised args (which also replaces f_name_to()).
Wayne Davison [Sat, 14 Jan 2006 20:26:23 +0000 (20:26 +0000)]
Call f_name() with revised args (which also replaces f_name_to()).

18 years agoMerged f_name() with f_name_to().
Wayne Davison [Sat, 14 Jan 2006 20:26:20 +0000 (20:26 +0000)]
Merged f_name() with f_name_to().

18 years agoDefined new FNAME logcode enum (only used on the client side when
Wayne Davison [Sat, 14 Jan 2006 20:26:17 +0000 (20:26 +0000)]
Defined new FNAME logcode enum (only used on the client side when
logging a filename).

18 years agoFixed a couple out-of-memory function-name strings in make_file().
Wayne Davison [Sat, 14 Jan 2006 17:19:12 +0000 (17:19 +0000)]
Fixed a couple out-of-memory function-name strings in make_file().

18 years agoIf the --human-readable option is in effect, output the size of
Wayne Davison [Sat, 14 Jan 2006 17:10:52 +0000 (17:10 +0000)]
If the --human-readable option is in effect, output the size of
each file in human-readable units instead of a raw byte count.

18 years agoAdded a "continue" missing from a recent change.
Wayne Davison [Sat, 14 Jan 2006 00:29:50 +0000 (00:29 +0000)]
Added a "continue" missing from a recent change.

18 years agoAdded --enable-iconv and cleaned up the other enable/disable options.
Wayne Davison [Fri, 13 Jan 2006 23:05:16 +0000 (23:05 +0000)]
Added --enable-iconv and cleaned up the other enable/disable options.

18 years agoGot rid of the safe_fname() function and the calls to it.
Wayne Davison [Fri, 13 Jan 2006 22:06:34 +0000 (22:06 +0000)]
Got rid of the safe_fname() function and the calls to it.

18 years agoGot rid of calls to the (soon to vanish) safe_fname() function.
Wayne Davison [Fri, 13 Jan 2006 22:06:31 +0000 (22:06 +0000)]
Got rid of calls to the (soon to vanish) safe_fname() function.

18 years agoFixed a bug in the explode_mode code that was causing a crash
Wayne Davison [Fri, 13 Jan 2006 21:40:26 +0000 (21:40 +0000)]
Fixed a bug in the explode_mode code that was causing a crash
on BSD systems.

18 years agoWe now use lib/compat.o when building wildtest.
Wayne Davison [Fri, 13 Jan 2006 21:38:43 +0000 (21:38 +0000)]
We now use lib/compat.o when building wildtest.

18 years agoGot rid of calls to (the soon to vanish) safe_fname() function.
Wayne Davison [Fri, 13 Jan 2006 21:17:09 +0000 (21:17 +0000)]
Got rid of calls to (the soon to vanish) safe_fname() function.

18 years agoImproved a couple sentences.
Wayne Davison [Fri, 13 Jan 2006 21:10:11 +0000 (21:10 +0000)]
Improved a couple sentences.

18 years agoChanged RSYNC_ARGn to RSYNC_ARG#.
Wayne Davison [Thu, 12 Jan 2006 19:35:54 +0000 (19:35 +0000)]
Changed RSYNC_ARGn to RSYNC_ARG#.

18 years agoMention the new RSYNC_ARGn environment variables for pre-xfer exec.
Wayne Davison [Thu, 12 Jan 2006 19:24:25 +0000 (19:24 +0000)]
Mention the new RSYNC_ARGn environment variables for pre-xfer exec.

18 years agoWe now send all the option args to the pre-exec command.
Wayne Davison [Thu, 12 Jan 2006 19:15:31 +0000 (19:15 +0000)]
We now send all the option args to the pre-exec command.

18 years agoWe need to call clearerr() when getc() returns EOF with errno == EINTR.
Wayne Davison [Fri, 6 Jan 2006 22:20:07 +0000 (22:20 +0000)]
We need to call clearerr() when getc() returns EOF with errno == EINTR.

18 years ago+ Changed two buffers to use BIGPATHBUFLEN instead of MAXPATHLEN+512.
Wayne Davison [Thu, 5 Jan 2006 02:29:16 +0000 (02:29 +0000)]
+ Changed two buffers to use BIGPATHBUFLEN instead of MAXPATHLEN+512.
+ Changed a strncpy() call into a (more appropriate) memcpy() call.
+ Made the ellipsis[] string static because some older compilers may
  not like the dynamic initialization of a character string.
+ Expanded some 1-line "case ... break;" statements onto separate
  lines.

18 years agoDocument the new "dir/***" feature.
Wayne Davison [Mon, 2 Jan 2006 17:46:32 +0000 (17:46 +0000)]
Document the new "dir/***" feature.

18 years agoAdded a test for the new "dir/***" feature.
Wayne Davison [Mon, 2 Jan 2006 17:46:27 +0000 (17:46 +0000)]
Added a test for the new "dir/***" feature.

18 years agoWe now test all the patterns using both a normal wildtest run and
Wayne Davison [Mon, 2 Jan 2006 17:46:24 +0000 (17:46 +0000)]
We now test all the patterns using both a normal wildtest run and
a wildtest run with various -x and -e options.

18 years agoAdded -x and -e options, which are used to exercise wildmatch_array().
Wayne Davison [Mon, 2 Jan 2006 17:46:21 +0000 (17:46 +0000)]
Added -x and -e options, which are used to exercise wildmatch_array().

18 years agoWe use the new wildmatch_array() and litmatch_array() functions to
Wayne Davison [Mon, 2 Jan 2006 17:46:18 +0000 (17:46 +0000)]
We use the new wildmatch_array() and litmatch_array() functions to
make our include/exclude code easier to read and maintain, and to
eliminate a buffer copy when handling an absolute-path pattern
(which eliminated the full_name[] buffer).  Also added handling
for the new MATCHFLG_WILD3_SUFFIX define that allows a string that
ends with "dir/***" to match the "dir" as well as its contents.

18 years agoAdded a new function, wildmatch_array(), that lets the caller pass
Wayne Davison [Mon, 2 Jan 2006 17:46:15 +0000 (17:46 +0000)]
Added a new function, wildmatch_array(), that lets the caller pass
the text-string as an array of strings (with a terminating NULL
pointer at the end).  Also added litmatch_array(), which does a
literal match (no wildcards or special chars) against an array of
strings.

18 years agoThe latest prototypes.
Wayne Davison [Mon, 2 Jan 2006 17:46:12 +0000 (17:46 +0000)]
The latest prototypes.

18 years agoAdded MATCHFLG_WILD3_SUFFIX define, shuffling a few others to put
Wayne Davison [Mon, 2 Jan 2006 17:46:09 +0000 (17:46 +0000)]
Added MATCHFLG_WILD3_SUFFIX define, shuffling a few others to put
it in a nice spot.

18 years agoMention dont-compress fix.
Wayne Davison [Fri, 30 Dec 2005 07:24:17 +0000 (07:24 +0000)]
Mention dont-compress fix.

18 years agoOptimized set_compression() to remove the per-file strdup(), strlower(),
Wayne Davison [Fri, 30 Dec 2005 07:19:16 +0000 (07:19 +0000)]
Optimized set_compression() to remove the per-file strdup(), strlower(),
and free() calls (it now uses iwildmatch()).

18 years ago- Added a new public function, iwildmatch(), which will treat all
Wayne Davison [Fri, 30 Dec 2005 07:12:48 +0000 (07:12 +0000)]
- Added a new public function, iwildmatch(), which will treat all
  upper-case letters in the "text" as lower-case.
- Renamed variable "ch" -> "p_ch" and "prev" -> "prev_ch".
- Added variable "t_ch" to hold the current *text value.
- Return ABORT_ALL if we reach the end of the text string with
  more pattern to match.

18 years agoAdded a prototype for iwildmatch().
Wayne Davison [Fri, 30 Dec 2005 07:09:34 +0000 (07:09 +0000)]
Added a prototype for iwildmatch().

18 years agoFixed a bug in set_compression() where the default dont-compress
Wayne Davison [Fri, 30 Dec 2005 06:03:40 +0000 (06:03 +0000)]
Fixed a bug in set_compression() where the default dont-compress
patterns (e.g. *.gz) would not match a pathname containing a slash.

18 years ago- Renamed match_start -> anchored_match.
Wayne Davison [Sat, 24 Dec 2005 08:00:12 +0000 (08:00 +0000)]
- Renamed match_start -> anchored_match.
- Twiddled one comment and added another.
- Twiddled the placement of two else statements.

18 years agoImproved the usage info in the opening comment.
Wayne Davison [Mon, 19 Dec 2005 16:57:55 +0000 (16:57 +0000)]
Improved the usage info in the opening comment.

18 years agoA few extra directory-style matching tests.
Wayne Davison [Mon, 19 Dec 2005 02:30:59 +0000 (02:30 +0000)]
A few extra directory-style matching tests.

18 years agoAdded an anchored exclude to a filter file.
Wayne Davison [Mon, 19 Dec 2005 02:23:57 +0000 (02:23 +0000)]
Added an anchored exclude to a filter file.

18 years ago+ Put --existing back in the main option summary.
Wayne Davison [Mon, 19 Dec 2005 02:18:16 +0000 (02:18 +0000)]
+ Put --existing back in the main option summary.
+ Improved the discussion of wildcard characters.

18 years agoMade --existing the main option, with --ignore-non-existing
Wayne Davison [Mon, 19 Dec 2005 01:59:00 +0000 (01:59 +0000)]
Made --existing the main option, with --ignore-non-existing
as its alias.

18 years agoAdded a comment, improved a comment, tweaked the recursive function's
Wayne Davison [Sun, 18 Dec 2005 19:40:50 +0000 (19:40 +0000)]
Added a comment, improved a comment, tweaked the recursive function's
name, tweaked the arg names to wildmatch(), and tweaked the style of
the "else" statements when they follow a brace.

18 years agoTweaked the name of the first arg to wildmatch().
Wayne Davison [Sun, 18 Dec 2005 19:38:47 +0000 (19:38 +0000)]
Tweaked the name of the first arg to wildmatch().

18 years agoFixed one config-file reference that was misspelled.
Wayne Davison [Sun, 18 Dec 2005 15:48:00 +0000 (15:48 +0000)]
Fixed one config-file reference that was misspelled.

18 years agoTweaked the debug output for cvs_filter_list and server_filter_list.
Wayne Davison [Sat, 17 Dec 2005 21:03:25 +0000 (21:03 +0000)]
Tweaked the debug output for cvs_filter_list and server_filter_list.

18 years agoReturn RERR_SIGNAL1 from sigusr1_handler().
Wayne Davison [Fri, 16 Dec 2005 23:48:34 +0000 (23:48 +0000)]
Return RERR_SIGNAL1 from sigusr1_handler().

18 years agoAdded RERR_SIGNAL1's message and tweaked ERR_SIGNAL.
Wayne Davison [Fri, 16 Dec 2005 23:48:31 +0000 (23:48 +0000)]
Added RERR_SIGNAL1's message and tweaked ERR_SIGNAL.

18 years agoAdded RERR_SIGNAL1 to separate SIGUSR1 from the rest of the
Wayne Davison [Fri, 16 Dec 2005 23:48:28 +0000 (23:48 +0000)]
Added RERR_SIGNAL1 to separate SIGUSR1 from the rest of the
signals that return RERR_SIGNAL.

18 years agoMentioned the auto-protect rule for --backup.
Wayne Davison [Fri, 16 Dec 2005 17:20:22 +0000 (17:20 +0000)]
Mentioned the auto-protect rule for --backup.

18 years agoIf the user specifies --backup with --delete (but without --backup-dir
Wayne Davison [Fri, 16 Dec 2005 17:18:29 +0000 (17:18 +0000)]
If the user specifies --backup with --delete (but without --backup-dir
and --delete-excluded), append a protect-filter rule onto the list of
filter rules.  We run this on both the client and server side so that
an older client talking to a newer server still gets the protection
rule.  (This rule will not cause compatibility problems with older
versions of rsync due to the graceful way that a protect rule turns
into an exclude rule if it needs to be sent to an older server.)

18 years agoDocument the new auto-added protect filter-rule when using --backup
Wayne Davison [Fri, 16 Dec 2005 17:18:26 +0000 (17:18 +0000)]
Document the new auto-added protect filter-rule when using --backup
with --delete (but without --backup-dir and --delete-excluded).

18 years ago- Added a comment about configure figuring out the default user
Wayne Davison [Fri, 16 Dec 2005 16:57:26 +0000 (16:57 +0000)]
- Added a comment about configure figuring out the default user
  and group to use in daemon mode.
- Belatedly updated the version of popt that comes with rsync.
- Updated the Mac OS X info.

18 years agoFixed a bug in the hard-linking of a group of fifos/devices in a
Wayne Davison [Fri, 16 Dec 2005 04:02:54 +0000 (04:02 +0000)]
Fixed a bug in the hard-linking of a group of fifos/devices in a
transfer where the leader got hard-linked to a --link-dest item.

18 years agoImproved the RERR_SIGNAL message to include all possible signals.
Wayne Davison [Fri, 16 Dec 2005 00:18:41 +0000 (00:18 +0000)]
Improved the RERR_SIGNAL message to include all possible signals.

18 years agoMention the improvements in the comare-dest/link-dest/copy-dest handling.
Wayne Davison [Thu, 15 Dec 2005 23:00:23 +0000 (23:00 +0000)]
Mention the improvements in the comare-dest/link-dest/copy-dest handling.

18 years agoImproved the tests we run to test more output variations and to work
Wayne Davison [Thu, 15 Dec 2005 23:00:05 +0000 (23:00 +0000)]
Improved the tests we run to test more output variations and to work
with the new way link-dest handles symlinks.

18 years agoWhen compare-dest/link-dest/copy-dest are in effect, we now check
Wayne Davison [Thu, 15 Dec 2005 23:00:02 +0000 (23:00 +0000)]
When compare-dest/link-dest/copy-dest are in effect, we now check
if the file we're about to hard-link to the leader is present in
one of the dest dirs -- if it is, we adjust the text we output
accordingly.

18 years agoThe ITEM_NO_DEST_AND_NO_UPDATE define is no longer needed.
Wayne Davison [Thu, 15 Dec 2005 22:59:59 +0000 (22:59 +0000)]
The ITEM_NO_DEST_AND_NO_UPDATE define is no longer needed.

18 years agoImproved the compare-dest/link-dest/copy-dest code to make it more
Wayne Davison [Thu, 15 Dec 2005 22:59:56 +0000 (22:59 +0000)]
Improved the compare-dest/link-dest/copy-dest code to make it more
readable, to make it output properly in double-verbose mode, and
to allow the hard-linking of symlinks and devices (if supported by
the OS).

18 years ago- Eliminate an all-dot itemization for a locally-copied file.
Wayne Davison [Thu, 15 Dec 2005 22:59:53 +0000 (22:59 +0000)]
- Eliminate an all-dot itemization for a locally-copied file.
- Got rid of some redundant output in maybe_log_item().

18 years agoImproved an old bullet point.
Wayne Davison [Thu, 15 Dec 2005 21:23:44 +0000 (21:23 +0000)]
Improved an old bullet point.

18 years agoUse AC_SEARCH_LIBS() instead of AC_CHECK_LIB() to figure out if
Wayne Davison [Wed, 14 Dec 2005 22:54:54 +0000 (22:54 +0000)]
Use AC_SEARCH_LIBS() instead of AC_CHECK_LIB() to figure out if
we need to include libresolv or not.

18 years agoMention that the MD4 password protection is weaker than
Wayne Davison [Wed, 14 Dec 2005 22:14:26 +0000 (22:14 +0000)]
Mention that the MD4 password protection is weaker than
previously thought.

18 years agoParse single- and double-quotes in the --rsh/-e option (and RSYNC_RSH).
Wayne Davison [Wed, 14 Dec 2005 22:00:01 +0000 (22:00 +0000)]
Parse single- and double-quotes in the --rsh/-e option (and RSYNC_RSH).

18 years agoMention new quote-parsing for the --rsh/-e and RSYNC_RSH handling.
Wayne Davison [Wed, 14 Dec 2005 21:59:11 +0000 (21:59 +0000)]
Mention new quote-parsing for the --rsh/-e and RSYNC_RSH handling.

18 years agoMade msg_list_push() static and renamed it to msg_list_flush().
Wayne Davison [Thu, 8 Dec 2005 21:19:22 +0000 (21:19 +0000)]
Made msg_list_push() static and renamed it to msg_list_flush().

18 years agoTweaked the msg_list code so that the head and tail pointers
Wayne Davison [Thu, 8 Dec 2005 21:01:38 +0000 (21:01 +0000)]
Tweaked the msg_list code so that the head and tail pointers
are contained by a structure.

18 years agoFixed a typo in a comment.
Wayne Davison [Thu, 8 Dec 2005 16:12:25 +0000 (16:12 +0000)]
Fixed a typo in a comment.

18 years agoImproved/fixed some of the entries.
Wayne Davison [Tue, 29 Nov 2005 15:53:18 +0000 (15:53 +0000)]
Improved/fixed some of the entries.

18 years agoImproved the description of how --delay-updates chooses it's dir.
Wayne Davison [Wed, 16 Nov 2005 16:12:04 +0000 (16:12 +0000)]
Improved the description of how --delay-updates chooses it's dir.

18 years agoMade the parsing in parse_size_arg() a little more strict.
Wayne Davison [Tue, 15 Nov 2005 17:49:59 +0000 (17:49 +0000)]
Made the parsing in parse_size_arg() a little more strict.

18 years agoFixed a typo in the --help output for --no-OPTION.
Wayne Davison [Tue, 15 Nov 2005 07:05:55 +0000 (07:05 +0000)]
Fixed a typo in the --help output for --no-OPTION.

18 years agoChanged -h to be an alias for --human-readable (getting rid of -m).
Wayne Davison [Tue, 15 Nov 2005 06:35:27 +0000 (06:35 +0000)]
Changed -h to be an alias for --human-readable (getting rid of -m).
Also added backward-compatibility code so that "rsync -h" shows the
help page on stdout like it would in older versions.

18 years agoDocument the change in the -h option.
Wayne Davison [Tue, 15 Nov 2005 06:35:22 +0000 (06:35 +0000)]
Document the change in the -h option.

18 years agoTwiddled some brace positions and removed a superfluous ';' in a macro.
Wayne Davison [Mon, 14 Nov 2005 21:24:30 +0000 (21:24 +0000)]
Twiddled some brace positions and removed a superfluous ';' in a macro.

18 years agoImproved an error message.
Wayne Davison [Sun, 13 Nov 2005 17:15:00 +0000 (17:15 +0000)]
Improved an error message.

18 years agoMoved the DEL_* flags into generator.c.
Wayne Davison [Sat, 12 Nov 2005 20:30:40 +0000 (20:30 +0000)]
Moved the DEL_* flags into generator.c.