]> git.ipfire.org Git - thirdparty/git.git/commit - contrib/completion/git-completion.bash
bash completion: Add completion for 'git grep'
authorLee Marlow <lee.marlow@gmail.com>
Sat, 2 Aug 2008 00:56:33 +0000 (18:56 -0600)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Aug 2008 04:48:51 +0000 (21:48 -0700)
commitc72e0db1ff686e93478ee21a3e80a9ca73143753
tree711e0b0e948100cfebd033e934e24411ab8a7104
parent7d0b18a4da1be9e738293cc13812757ca47ed109
bash completion: Add completion for 'git grep'

Add completions for all long options specified in the docs

    --cached
    --text --ignore-case --word-regexp --invert-match
    --full-name
    --extended-regexp --basic-regexp --fixed-strings
    --files-with-matches --name-only
    --files-without-match
    --count
    --and --or --not --all-match

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