Wayne Davison
7e4fd18519
Add new options for rsync 3.1.0.
2013-10-06 16:53:21 -07:00
Simon Ruderich
d374f2b180
29918: Completion: Add new _remote_files() helper and use it to reduce code duplication.
2011-12-09 22:39:08 +00:00
Mikael Magnusson
ecbdf148a2
29739: _rsync: redefine _rsync(), -e takes cuddled args
2011-09-06 16:17:46 +00:00
Wayne Davison
45eef71215
Fixed --human-readable options and arg-acceptance of -f.
2009-12-13 18:22:51 +00:00
Peter Stephenson
29684e7c81
26829: Alexey I. Froloff: _rsync miscounts fields
2009-04-16 10:00:26 +00:00
Clint Adams
2b5ecaf476
25655: remove completion for --remove-sent-files option.
2008-09-13 07:58:51 +00:00
Clint Adams
658deeb7e9
24632: fix remote ssh filename quoting.
2008-03-01 01:03:18 +00:00
Wayne Davison
cce386a6e7
Improved --whole-file description.
2007-12-15 16:45:38 +00:00
Wayne Davison
25647f6ce0
One more rsync 3.0.0 option.
2007-11-28 21:06:30 +00:00
Wayne Davison
ea60858395
Adding missed single-letter options for --acls and --xattrs.
2007-11-09 15:01:26 +00:00
Wayne Davison
1d34aa339e
Added new options for upcoming 3.0.0 release.
2007-11-05 07:30:06 +00:00
Wayne Davison
5c897d51b2
The final option changes for 2.6.9.
2006-10-24 01:18:19 +00:00
Clint Adams
55739ab8ae
22812: utilize _bind_addresses in existing completion functions.
2006-10-03 16:24:51 +00:00
Wayne Davison
efb9ec505f
Option changes for the upcoming 2.6.9 release.
2006-05-30 18:32:33 +00:00
Wayne Davison
e53bc2a8a8
Added --no-H and --no-hard-links.
2006-02-28 06:11:25 +00:00
Wayne Davison
9f0adb2f0e
Added --copy-dirlinks option.
2006-02-24 17:39:29 +00:00
Wayne Davison
8ca959cea5
Added the missing -h option for --daemon mode.
2006-02-19 17:46:47 +00:00
Wayne Davison
8c55dca683
Added one last (I hope) new option for the imminent 2.6.7.
2006-02-07 19:10:08 +00:00
Wayne Davison
cf28fe0b8a
- Fixed completion after using the -f option due to a trailing ':',
...
so removed a bunch of trailing ':'s.
- Use "_directories" for consistency.
- Added some missing "_files" directives.
- Added some default completions for a couple options.
2006-02-05 07:43:11 +00:00
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