1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-04 20:40:57 +02:00

29523: _git-buildpackage: Use "#desc:" line for _git third-party add-on completion description.

This commit is contained in:
Frank Terbeck 2011-07-01 07:39:15 +00:00
parent eefe297228
commit 73497c5f5e
2 changed files with 5 additions and 1 deletions

View file

@ -12,6 +12,9 @@
* 29521: Completion/Unix/Command/_git: Add `user-commands' support * 29521: Completion/Unix/Command/_git: Add `user-commands' support
again. 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> 2011-06-30 Frank Terbeck <ft@bewatermyfriend.org>
* 29526: Functions/VCS_Info/vcs_info: Set `max-exports' early * 29526: Functions/VCS_Info/vcs_info: Set `max-exports' early
@ -15071,5 +15074,5 @@
***************************************************** *****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL * This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5387 $ * $Revision: 1.5388 $
***************************************************** *****************************************************

View file

@ -1,4 +1,5 @@
#compdef git-buildpackage #compdef git-buildpackage
#desc:build Debian packages from a git repository
_arguments \ _arguments \
'--version[show program version number and exit]' \ '--version[show program version number and exit]' \