Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-07-29 | Reorder the --include/--include-from --exclude/--exclude-from lines | Wayne Davison | 1 | -2/+2 | |
so that the completion system will properly complete files after the ...-from options (the completion system is buggy if the shorter option is first and ends with an '='). | |||||
2005-04-27 | - Changed the --include, --exclude, and --filter (-f) options so | Wayne Davison | 1 | -3/+4 | |
that they can be specified multiple times. - Added the --only-write-batch=FILE option for the upcoming 2.6.5. | |||||
2005-04-05 | The --address option is useful in both client- and daemon-mode. | Wayne Davison | 1 | -1/+1 | |
2005-04-03 | 21086: fix module completion (broken in previous patch) and other tweaks | Andrey Borzenkov | 1 | -4/+6 | |
2005-03-28 | Added --protocol option. | Wayne Davison | 1 | -0/+1 | |
2005-03-26 | 21066: rsync:// support and more fixes | Andrey Borzenkov | 1 | -18/+35 | |
2005-03-11 | The --compare-dest, --link-dest, and (new) --copy-dest options | Wayne Davison | 1 | -2/+3 | |
needed to allow duplication and to exclude each other. | |||||
2005-03-01 | Got rid of --copy-dest, which didn't make it into rsync 2.6.4. | Wayne Davison | 1 | -1/+0 | |
2005-02-20 | - Added a missing '=' to two commands that take args. | Wayne Davison | 1 | -3/+3 | |
- Removed the unintentional arg from --delay-updates. | |||||
2005-02-20 | Got rid of some of the specified option-conflicts between the | Wayne Davison | 1 | -7/+7 | |
delete options -- I was using it to cut down on the useless suggestions, but it was failing to continue completing if the user specified something like "--delete-after --delete" (which is valid but superfluous). Also got rid of an accidental option-conflict between --archive (-a) and --recursive (-r). | |||||
2005-02-20 | Added the last 2 new options from the upcoming rsync 2.6.4. | Wayne Davison | 1 | -0/+2 | |
2005-02-15 | - Split the options up into two sets: daemon options, and client | Wayne Davison | 1 | -34/+37 | |
options. This makes sure that daemon options aren't offered after client options, and visa versa. - Added some missing exclusion-lists for options (that avoids offering conflicting options to the user). - Improved the description of a few options. - Added some new options for the upcoming rsync 2.6.4. | |||||
2005-01-28 | - Added new options for impending 2.6.4 release. | Wayne Davison | 1 | -44/+51 | |
- Improved the descriptions of several old options. - Got rid of the "-- ..." options to _arguments (so that we don't try to use the output of "rsync --help"). | |||||
2004-10-13 | Added the 7 remaining options that were missing from the _arguments | Wayne Davison | 1 | -0/+6 | |
list. | |||||
2004-10-07 | Added the new options for 2.6.3 (only omitting --checksum-seed, which | Wayne Davison | 1 | -2/+5 | |
is an advanced option that is not needed by normal users). | |||||
2004-08-07 | 20235: sync remote file completion against _ssh to fix bug with quote handling | Oliver Kiddle | 1 | -25/+20 | |
2004-04-14 | * Jay Berkenbilt: 19769: Completion/Unix/Command/_rsync: | Clint Adams | 1 | -2/+2 | |
fix quoting for remote file completion, add -L to ls command. | |||||
2003-11-14 | 19244: various completion function fixes and updates | Oliver Kiddle | 1 | -11/+11 | |
2003-07-31 | tidy up of many completions (updates, fixes, improvements and plain aesthetics) | Oliver Kiddle | 1 | -110/+83 | |
2003-05-08 | 18512: fix 18508 properly this time. | Peter Stephenson | 1 | -3/+4 | |
2002-05-21 | fix removal of automatically added specs (from the -- option) for which a ↵ | Sven Wischnowsky | 1 | -1/+1 | |
user-defined one is present (17191) | |||||
2002-04-16 | make more calls to _message use the -e option (16988) | Sven Wischnowsky | 1 | -1/+1 | |
2002-03-17 | 16850: remote file completion via rsync and ssh, plus all options valid in ↵ | Clint Adams | 1 | -14/+167 | |
rsync 2.5.2. | |||||
2002-02-03 | 16540: short options and local files | Clint Adams | 1 | -1/+20 | |
2001-11-29 | 16292: completion for rsync | Clint Adams | 1 | -0/+5 | |