1
0
Fork 0

Fixed missing slash in Git completion.

pull/1/merge
Sorin Ionescu 14 years ago
parent 1961b8d196
commit d13ca43d18

@ -2941,7 +2941,7 @@ _git-rev-parse () {
else
# TODO: Parse option specification?
_arguments -w -S -s \
'(- *)'{-h,--help}'[display usage]'
'(- *)'{-h,--help}'[display usage]' \
'--keep-dashdash[do not skip first -- option]' \
'--stop-at-non-option[stop parsing options at first non-option argument]' \
'*:option specification' && ret=0

Loading…
Cancel
Save