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:
parent
eab73fd345
commit
d7db8f21d1
4 changed files with 1360 additions and 3 deletions
|
@ -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
1348
Completion/Unix/Command/_git
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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
2
README
|
@ -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
|
||||
--------------
|
||||
|
|
Loading…
Reference in a new issue