2011-09-05 00:37:36 -04:00
|
|
|
#compdef git-info
|
|
|
|
#autoload
|
|
|
|
|
2012-01-31 23:37:51 -05:00
|
|
|
#
|
|
|
|
# Completes git-info.
|
|
|
|
#
|
|
|
|
# Authors:
|
|
|
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
|
|
|
#
|
|
|
|
|
2011-09-05 00:37:36 -04:00
|
|
|
_arguments "1:toggle:((
|
2012-01-19 23:39:21 -05:00
|
|
|
on\:'enable in-prompt information for the current repository'
|
|
|
|
off\:'disable in-prompt information for the current repository'
|
2011-09-05 00:37:36 -04:00
|
|
|
))" && return 0
|
|
|
|
|