diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-08-10 22:15:12 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-10 22:15:12 -0700 |
commit | 67f272c2f21a3d5a372b113b91836455d45257a7 (patch) | |
tree | 3375c609596cb9086aef870b92fe71c86e235134 /contrib | |
parent | 08ac69685a5b6bea45df1fd62ea1d9b7c0258d0b (diff) | |
parent | a91f453f641ca9966a438bdd3896656b00423407 (diff) | |
download | git-67f272c2f21a3d5a372b113b91836455d45257a7.tar.gz |
Merge branch 'mk/grep-max-depth'
* mk/grep-max-depth:
grep: Add --max-depth option.
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/completion/git-completion.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 745b5fb78b..5543dc4d14 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1047,6 +1047,7 @@ _git_grep () --extended-regexp --basic-regexp --fixed-strings --files-with-matches --name-only --files-without-match + --max-depth --count --and --or --not --all-match " |