bash completion: Add completion for 'git ls-files'
commitb1bc1494edb1775e94a159dea67908b27c29017f
authorLee Marlow <lee.marlow@gmail.com>
Tue, 5 Aug 2008 05:50:37 +0000 (4 23:50 -0600)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Aug 2008 04:21:19 +0000 (5 21:21 -0700)
tree144de061f1335c0f06f49dc5b252b7d77a7d1c9d
parentb3191ce2d5a77c17e5a236823f2dc7393e440171
bash completion: Add completion for 'git ls-files'

Add completions for all long options specified in the docs
    --cached --deleted --modified --others --ignored
    --stage --directory --no-empty-directory --unmerged
    --killed --exclude= --exclude-from=
    --exclude-per-directory= --exclude-standard
    --error-unmatch --with-tree= --full-name
    --abbrev --ignored --exclude-per-directory

Signed-off-by: Lee Marlow <lee.marlow@gmail.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash