about summary refs log tree commit diff
path: root/Completion/Cvs/_cvs_commit
blob: 886a4c4b824a55a3d66690a15a7dae06c46c9684 (plain) (blame)
1
2
3
4
5
6
7
8
9
#autoload

# "+nlRm:fF:r:"
_arguments -s \
  -{n,l,R,f} \
  '-m+:message:_cvs_m' \
  '-F+:log message file:_files' \
  '-r+:tag:_cvs_revisions' \
  '*:file:_cvs_files_modified'