author | Lee Marlow <lee.marlow@gmail.com> | |
Sat, 2 Aug 2008 00:56:33 +0000 (18:56 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 5 Aug 2008 04:48:51 +0000 (21:48 -0700) | ||
commit | c72e0db1ff686e93478ee21a3e80a9ca73143753 | |
tree | 711e0b0e948100cfebd033e934e24411ab8a7104 | tree | snapshot |
parent | 7d0b18a4da1be9e738293cc13812757ca47ed109 | commit | diff |
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>
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 | diff | blob | history |