mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-29 19:00:57 +02:00
29523: _git-buildpackage: Use "#desc:" line for _git third-party add-on completion description.
This commit is contained in:
parent
eefe297228
commit
73497c5f5e
2 changed files with 5 additions and 1 deletions
|
@ -12,6 +12,9 @@
|
|||
* 29521: Completion/Unix/Command/_git: Add `user-commands' support
|
||||
again.
|
||||
|
||||
* 29523: Completion/Debian/Command/_git-buildpackage: Use "#desc:"
|
||||
line for _git third-party add-on completion description.
|
||||
|
||||
2011-06-30 Frank Terbeck <ft@bewatermyfriend.org>
|
||||
|
||||
* 29526: Functions/VCS_Info/vcs_info: Set `max-exports' early
|
||||
|
@ -15071,5 +15074,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5387 $
|
||||
* $Revision: 1.5388 $
|
||||
*****************************************************
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#compdef git-buildpackage
|
||||
#desc:build Debian packages from a git repository
|
||||
|
||||
_arguments \
|
||||
'--version[show program version number and exit]' \
|
||||
|
|
Loading…
Reference in a new issue