]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'es/chainlint-output'
authorJunio C Hamano <gitster@pobox.com>
Wed, 23 Nov 2022 02:22:23 +0000 (11:22 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Nov 2022 02:22:23 +0000 (11:22 +0900)
commit613fb30a49d0037b9fc7162b440cb89beab3d4e2
tree590c0330c92cca2016bb4dc53e7f3adb30df2c11
parent58d80df6a3acdadad75d04d5b5e86678c1c922bc
parent73c768dae9ea4838736693965b25ba34e941ac88
Merge branch 'es/chainlint-output'

Teach chainlint.pl to annotate the original test definition instead
of the token stream.

* es/chainlint-output:
  chainlint: annotate original test definition rather than token stream
  chainlint: latch start/end position of each token
  chainlint: tighten accuracy when consuming input stream
  chainlint: add explanatory comments