summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-08-11 07:15:12 +0200
committerJunio C Hamano <gitster@pobox.com>2009-08-11 07:15:12 +0200
commit67f272c2f21a3d5a372b113b91836455d45257a7 (patch)
tree3375c609596cb9086aef870b92fe71c86e235134 /contrib
parentMerge branch 'js/run-command-updates' (diff)
parentgrep: Add --max-depth option. (diff)
downloadgit-67f272c2f21a3d5a372b113b91836455d45257a7.tar.xz
git-67f272c2f21a3d5a372b113b91836455d45257a7.zip
Merge branch 'mk/grep-max-depth'
* mk/grep-max-depth: grep: Add --max-depth option.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/completion/git-completion.bash1
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
"