]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/unit-test-c-escape-names.txt' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 13 Mar 2026 20:34:21 +0000 (13:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Mar 2026 20:34:21 +0000 (13:34 -0700)
commitf545ea5a9c7b6d984519c3b0a48bbe6083afe817
treeec3ddbcef4e3ab38bb98da0673a939139de4fcbe
parent19ca350c9b62b4476f85c19fc74c02109debac1e
parente30e9442fd9b90d96dde2fad4a6b26d7a03dee5e
Merge branch 'ps/unit-test-c-escape-names.txt' into next

The unit test helper function was taught to use backslash +
mneomnic notation for certain control characters like "\t", instead
of octal notation like "\011".

* ps/unit-test-c-escape-names.txt:
  test-lib: print escape sequence names