Merge branch 'jc/maint-log-grep-all-match-1' into maint
authorJunio C Hamano <gitster@pobox.com>
Sun, 30 Sep 2012 05:30:56 +0000 (22:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 30 Sep 2012 05:30:56 +0000 (22:30 -0700)
commit31d69db340d3d056668cbc278abf01a0a552d9b4
tree932086eb0528a96e17d908e5528e33758462f9e3
parent52938b113b4dd09bae869326d4993a7b998e6877
parent3083301ead459a45059af3ee85fb51d5d737a74d
Merge branch 'jc/maint-log-grep-all-match-1' into maint

* jc/maint-log-grep-all-match-1:
  grep.c: make two symbols really file-scope static this time
  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
revision.c
t/t7810-grep.sh