Merge branch 'js/userdiff-cc'
commitc228a5c077d564d84e52fb1aabf3d623230c894d
authorJunio C Hamano <gitster@pobox.com>
Mon, 31 Mar 2014 23:30:54 +0000 (31 16:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Mar 2014 23:30:54 +0000 (31 16:30 -0700)
tree50694b2bc9e5eb48c34bb747dc3ed7fbe6a1c600
parente164a8fd79fd8cacdb30735c56c744807ec86f77
parent8a2e8da367f7175465118510b474ad365161d6b1
Merge branch 'js/userdiff-cc'

Improves the pattern to match the hunk-header for C/C++.

* js/userdiff-cc:
  userdiff: have 'cpp' hunk header pattern catch more C++ anchor points
  t4018: test cases showing that the cpp pattern misses many anchor points
  t4018: test cases for the built-in cpp pattern
  t4018: reduce test files for pattern compilation tests
  t4018: convert custom pattern test to the new infrastructure
  t4018: convert java pattern test to the new infrastructure
  t4018: convert perl pattern tests to the new infrastructure
  t4018: an infrastructure to test hunk headers
  userdiff: support unsigned and long long suffixes of integer constants
  userdiff: support C++ ->* and .* operators in the word regexp