1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-11 13:01:28 +02:00
Commit graph

27 commits

Author SHA1 Message Date
Wayne Davison
08bfbba1c8 Added one more new option for 2.6.7. 2006-01-31 18:34:29 +00:00
Wayne Davison
4efd7553ef Added options for upcoming 2.6.7 release. 2006-01-30 00:15:46 +00:00
Wayne Davison
d6e066a573 Reorder the --include/--include-from --exclude/--exclude-from lines
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-07-29 19:18:01 +00:00
Wayne Davison
1735fc1766 - Changed the --include, --exclude, and --filter (-f) options so
that they can be specified multiple times.
- Added the --only-write-batch=FILE option for the upcoming 2.6.5.
2005-04-27 08:22:34 +00:00
Wayne Davison
951014cdc8 The --address option is useful in both client- and daemon-mode. 2005-04-05 15:15:55 +00:00
Andrey Borzenkov
aac33a33a1 21086: fix module completion (broken in previous patch) and other tweaks 2005-04-03 11:57:02 +00:00
Wayne Davison
e9a867215f Added --protocol option. 2005-03-28 21:02:06 +00:00
Andrey Borzenkov
c7d4b71f5a 21066: rsync:// support and more fixes 2005-03-26 22:15:33 +00:00
Wayne Davison
87dceeae1c The --compare-dest, --link-dest, and (new) --copy-dest options
needed to allow duplication and to exclude each other.
2005-03-11 19:24:35 +00:00
Wayne Davison
c7ca063321 Got rid of --copy-dest, which didn't make it into rsync 2.6.4. 2005-03-01 15:48:38 +00:00
Wayne Davison
673cabdd39 - Added a missing '=' to two commands that take args.
- Removed the unintentional arg from --delay-updates.
2005-02-20 18:54:33 +00:00
Wayne Davison
4c7a5a6813 Got rid of some of the specified option-conflicts between the
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 02:28:29 +00:00
Wayne Davison
59eecf6da3 Added the last 2 new options from the upcoming rsync 2.6.4. 2005-02-20 02:06:44 +00:00
Wayne Davison
4040e0bb1f - Split the options up into two sets: daemon options, and client
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-02-15 00:30:47 +00:00
Wayne Davison
11dda3ab9a - Added new options for impending 2.6.4 release.
- 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").
2005-01-28 10:15:05 +00:00
Wayne Davison
53dc7a77fc Added the 7 remaining options that were missing from the _arguments
list.
2004-10-13 05:50:08 +00:00
Wayne Davison
bf1b892e39 Added the new options for 2.6.3 (only omitting --checksum-seed, which
is an advanced option that is not needed by normal users).
2004-10-07 07:43:44 +00:00
Oliver Kiddle
0172512966 20235: sync remote file completion against _ssh to fix bug with quote handling 2004-08-07 14:28:31 +00:00
Clint Adams
255ed50eae * Jay Berkenbilt: 19769: Completion/Unix/Command/_rsync:
fix quoting for remote file completion, add -L to ls command.
2004-04-14 14:54:13 +00:00
Oliver Kiddle
b583396674 19244: various completion function fixes and updates 2003-11-14 11:56:52 +00:00
Oliver Kiddle
b84399b9cb tidy up of many completions (updates, fixes, improvements and plain aesthetics) 2003-07-31 15:26:13 +00:00
Peter Stephenson
78b02d9c03 18512: fix 18508 properly this time. 2003-05-08 10:30:45 +00:00
Sven Wischnowsky
ba168b43da fix removal of automatically added specs (from the -- option) for which a user-defined one is present (17191) 2002-05-21 07:44:57 +00:00
Sven Wischnowsky
61f8a07bfc make more calls to _message use the -e option (16988) 2002-04-16 07:48:43 +00:00
Clint Adams
ad47f84fa8 16850: remote file completion via rsync and ssh, plus all options valid in rsync 2.5.2. 2002-03-17 19:00:29 +00:00
Clint Adams
1dd643b016 16540: short options and local files 2002-02-03 06:12:34 +00:00
Clint Adams
e3e942a005 16292: completion for rsync 2001-11-29 17:08:01 +00:00