Merge branch 'jc/maint-log-grep-all-match'
authorJunio C Hamano <gitster@pobox.com>
Tue, 18 Sep 2012 21:37:53 +0000 (14:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Sep 2012 21:37:54 +0000 (14:37 -0700)
commit3d7535e42496a5b24d8cb17da1a332759928bd35
tree9139e1d1e3fb7d3cbe75c0aefe7cd07f6fd28034
parent06e211acc61c52a2e1709ea8b62a0b0f6dcb492b
parent39f2e017203695b9da2ad35589b0e58bcac6fdc8
Merge branch 'jc/maint-log-grep-all-match'

Fix a long-standing bug in "git log --grep" when multiple "--grep"
are used together with "--all-match" and "--author" or "--committer".

* jc/maint-log-grep-all-match:
  t7810-grep: test --all-match with multiple --grep and --author options
  t7810-grep: test interaction of multiple --grep and --author options
  t7810-grep: test multiple --author with --all-match
  t7810-grep: test multiple --grep with and without --all-match
  t7810-grep: bring log --grep tests in common form
  grep.c: mark private file-scope symbols as static
  log: document use of multiple commit limiting options
  log --grep/--author: honor --all-match honored for multiple --grep patterns
  grep: show --debug output only once
  grep: teach --debug option to dump the parse tree
Documentation/rev-list-options.txt
builtin/grep.c
grep.h
revision.c
t/t7810-grep.sh