]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/userdiff-cpp'
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Oct 2021 23:06:59 +0000 (16:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Oct 2021 23:06:59 +0000 (16:06 -0700)
commitf3f157ff2774527a84bad7df1a95a63b7a2f4a4b
tree7963abedbdfd67d759fff7af3717d47039935909
parent6a1bb089fda35768b7649a91bf890e619c32e8e8
parent386076ec92c702104cb15bc23e4521dac10c7c2d
Merge branch 'js/userdiff-cpp'

Userdiff patterns for the C++ language has been updated.

* js/userdiff-cpp:
  userdiff-cpp: back out the digit-separators in numbers
  userdiff-cpp: learn the C++ spaceship operator
  userdiff-cpp: permit the digit-separating single-quote in numbers
  userdiff-cpp: prepare test cases with yet unsupported features
  userdiff-cpp: tighten word regex
  t4034: add tests showing problematic cpp tokenizations
  t4034/cpp: actually test that operator tokens are not split