1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-13 11:21:13 +02:00

One more _rsync option.

This commit is contained in:
Wayne Davison 2005-03-28 21:06:23 +00:00
parent 5ad9ee83b9
commit 1e6e1ae12e

View file

@ -1,3 +1,7 @@
2005-03-28 Wayne Davison <wayned@users.sourceforge.net>
* unposted: Completion/Unix/Command/_rsync: added --protocol.
2005-03-21 Peter Stephenson <pws@csr.com>
* 21045: Src/Zle/compcore.c, Src/Zle/complete.c: more places
@ -37,7 +41,7 @@
2005-03-02 Wayne Davison <wayned@users.sourceforge.net>
* unposted: Completion/Unix/Command/_make: Don't try to expand
* 20917: Completion/Unix/Command/_make: Don't try to expand
a single-character Makefile variable if it is a digit. Avoids
an infinite recursion from a Makefile referencing $1.