1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

22031: new git completion

This commit is contained in:
Peter Stephenson 2005-11-25 12:50:55 +00:00
parent eab73fd345
commit d7db8f21d1
4 changed files with 1360 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2005-11-25 Peter Stephenson <pws@csr.com>
* 22031: Nikolai Weibull: Completion/Unix/Command/_git: new
completion function.
2005-11-10 Peter Stephenson <pws@csr.com>
* unposted: Completion/Unix/Command/_subversion: patch latest
@ -169,6 +174,10 @@
* unposted: config.guess, config.sub: update to 2005-03-24 and
2005-02-10, respectively.
2005-04-06 Peter Stephenson <pws@csr.com>
* unposted: Config/version.mk: release 4.2.5.
2005-04-05 Wayne Davison <wayned@users.sourceforge.net>
* unposted: Completion/Unix/Command/_rsync: Made --address

1348
Completion/Unix/Command/_git Normal file

File diff suppressed because it is too large Load diff

View file

@ -27,5 +27,5 @@
# This must also serve as a shell script, so do not add spaces around the
# `=' signs.
VERSION=4.2.5
VERSION_DATE='April 6, 2005'
VERSION=4.2.6
VERSION_DATE='November 28, 2005'

2
README
View file

@ -5,7 +5,7 @@ THE Z SHELL (ZSH)
Version
-------
This is zsh version 4.2.5. This is a stable version.
This is zsh version 4.2.6. This is a stable version.
Installing Zsh
--------------