Correct a typo.
[rsync/rsync.git] / rsync.yo
2004-04-30 Wayne DavisonPreparing for release of 2.6.2
2004-04-30 Wayne DavisonFixed a few typos.
2004-04-29 Wayne DavisonPreparing for release of 2.6.2pre1
2004-04-27 Wayne DavisonPreparing for release of 2.6.1
2004-04-24 Wayne DavisonImproved the EXCLUDE PATTERNS section some more.
2004-04-23 Wayne DavisonMention how --update behaves when the type of the file...
2004-04-23 Wayne DavisonRecently added caveat is no longer true.
2004-04-22 Wayne DavisonGot rid of a wrong paragraph.
2004-04-22 Wayne DavisonUpdated the default list of cvs-excluded files and...
2004-04-17 Wayne DavisonPreparing for release of 2.6.1pre-2
2004-04-17 Wayne DavisonMention that --from0 does not affect --cvs-exclude...
2004-04-15 Wayne DavisonDon't say "skipped" if the file is just not being trans...
2004-04-13 Wayne DavisonAdded an example for --link-dest.
2004-04-03 Wayne DavisonDecided against "Source root" in the exclude/include...
2004-04-01 Wayne DavisonDecided to use "nobody" instead of "guest".
2004-03-31 Wayne DavisonImproved the include/exclude example section some more...
2004-03-31 Martin PoolI'm no longer maintaining this. Tell people to use...
2004-03-27 Wayne DavisonAdded one more example to the new include/exclude secti...
2004-03-27 Wayne DavisonImproved the "relative to the destination dir" descript...
2004-03-27 Wayne DavisonTry to make the complexities of includes/excludes a...
2004-03-24 Wayne DavisonPreparing for release of 2.6.1pre-1
2004-02-02 Wayne DavisonClarify the various safe/unsafe symlink options.
2004-01-27 J.W. SchultzEXCLUDE PATTERNS is not just about syntax.
2004-01-23 Wayne DavisonMore changes to make the --owner and --group items...
2004-01-23 Wayne DavisonUse "an" in front of rsync, not "a".
2004-01-23 Wayne DavisonImproved comments on --owner and --groups, and removed...
2004-01-23 Wayne DavisonProperly punctuate "etc." and changed all occurrences...
2004-01-23 Wayne DavisonFixed two more misspelled words.
2004-01-23 Wayne DavisonSome spelling corrections and other simple fixes.
2004-01-15 Wayne DavisonClarified the --delete-after descriptions.
2004-01-13 Wayne DavisonExplain the --progress output.
2004-01-01 Wayne DavisonTweaked the date.
2003-12-30 Wayne DavisonOne more tweak to --modify-window verbage.
2003-12-30 Wayne DavisonShortened a few lines, plus a couple minor tweaks.
2003-12-17 Wayne DavisonGot rid of the RSYNC_RSH_IO stuff for now.
2003-12-16 Wayne Davison- Changed the places that talked about rsh being the...
2003-12-15 Wayne DavisonMoved the information on the single-use ssh key so...
2003-12-15 Wayne DavisonDocument new error code 24.
2003-10-25 Wayne DavisonAdded exit code 0.
2003-10-25 Wayne DavisonUpdated exit codes as Jon Jensen and J.W. suggested.
2003-10-07 Wayne DavisonTried to improve the documentation surrounding a traili...
2003-08-18 Wayne DavisonFixed a couple option-name typos (that had '_' instead...
2003-08-06 J.W. SchultzMake --progress imply --verbose without incrementing...
2003-08-01 Wayne DavisonClarify some --backup/--backup-dir/--suffix issues.
2003-07-30 Wayne DavisonChanged the "**" description to reflect its no-longer...
2003-06-10 J.W. SchultzClarified EXCLUDE PATTERNS to enforce the relativity of
2003-05-16 Wayne DavisonUpdated the long description for the --perms option.
2003-05-01 Wayne DavisonMention that a pattern with "**" is matched against...
2003-04-23 J.W. SchultzCopy relative path caviat from --compare-dest to
2003-04-22 Wayne DavisonFixed a typo and added a couple clarifying phrases...
2003-04-21 J.W. SchultzMake explicit that (in|ex)clude patterns are for relative
2003-03-30 Wayne DavisonDocumented --files-from, --no-relative, --no-implied...
2003-03-21 J.W. SchultzRemoving --csum-length option documentation since there is
2003-02-10 Paul GreenPatch from jw schultz to reword "link" to "connection...
2003-01-28 David DykstraChange the default of --modify-window back to 0 on...
2003-01-27 David DykstraUpdate date on man page.
2003-01-27 David DykstraChange erroneous references to a --config-file option...
2003-01-16 David DykstraChange rsync help for -a to show that it is equivalent...
2003-01-09 Wayne DavisonAdded .svn/ to the --cvs-exclude list and some trailing...
2002-08-30 David DykstraWhen using daemon mode over a remote shell program...
2002-08-30 David DykstraChange wording of --compare-dest option to refer to...
2002-08-29 David DykstraAdd --link-dest option from J.W. Schultz.
2002-08-29 David DykstraPatch from J.W. Schultz to have --include-from and...
2002-08-01 Wayne DavisonDocumented that the URL syntax is now legal in the...
2002-08-01 David DykstraSlight change to refer to the section CONNECTING TO...
2002-08-01 Wayne DavisonDocument the new server-daemon via remote-shell mode.
2002-06-27 David DykstraDocument in --owner and "use chroot" that --numeric...
2002-05-11 Wayne DavisonMake the -e text a little less chatty, and mention...
2002-05-10 Wayne DavisonMention that the -e COMMAND can contain options.
2002-05-09 David DykstraSubmit enhancement from Michael Zimmerman to allow...
2002-05-06 Wayne Davison- Improved the references to rsh to better indicate...
2002-05-03 Wayne DavisonMentioned that --delete-after and --delete-excluded...
2002-04-08 Martin PoolClarify meaning of unsafe symlinks
2002-02-06 David DykstraMake batch mode actually work and add man page document...
2002-02-05 David DykstraAdd --no-whole-file and --no-blocking-io options
2002-01-29 David DykstraBetter explanation of --force. It is applicable whenev...
2002-01-28 David DykstraA more accurate description of --force as I know it.
2002-01-28 David DykstraClarify the --force entry in the rsync man page.
2002-01-25 Martin PoolNew --ignore-existing option, patch previously distribu...
2002-01-23 Martin PoolUpdate thankyou list.
2002-01-23 Martin PoolNote that batch mode is currently experimental.
2002-01-23 Martin PoolPatch from Jos Backus -- Fix breakage from dev_t to...
2001-12-18 Martin PoolDocumentation fixes based on mail from Edward Welbourne...
2001-12-14 Martin PoolFix contact details.
2001-12-05 Martin PoolDocument --no-detach.
2001-12-05 Martin PoolFix help message for --address option
2001-12-02 Martin PoolTypo fix from Matt Kraai <kraai@debian.org>
2001-11-30 Martin PoolLast bug fix for 2.5.0? Make the documentation for...
2001-08-14 Martin PoolMerge across rsync+ patch; add a little documentation...
2001-05-29 David DykstraMake --whole-file the default when source and target...
2001-05-24 David DykstraRan yo through yodl2man to produce rsync.1. I found...
2001-05-22 David DykstraAdd --ignore-errors documentation.
2001-03-23 David DykstraAdd the words "on destination machine" to the --compare...
2001-02-27 Martin PoolAdd my name and a suggestion to read the FAQ for unansw...
2001-02-21 Martin PoolMore explanation of return values.
2001-02-14 Martin PoolAdd table of exit values, from errcode.h.
2001-01-08 Martin PoolTypo fix from Jim Meyering
2001-01-05 David DykstraBetter explain how the --blocking-io option works.
2000-10-13 Martin PoolOops: manpage updates should go into the yodl source.
2000-09-06 Andrew Tridgelladded --modify-window option from David Bolen <db3l...
next