]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/blame.c
Merge branch 'jc/unit-tests-make-relative-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Feb 2024 22:31:11 +0000 (14:31 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Feb 2024 22:31:11 +0000 (14:31 -0800)
commit9115864cb59473aee9fcb9b0826342444559414d
tree0c1140643e233b0e4ceea6a91e8b663db5b43e63
parentc2914d4677a11e49bdbf9cdb9d8d9addef510cf7
parentf66286364f7875f9b3e3ac63733dd98e396fb7b8
Merge branch 'jc/unit-tests-make-relative-fix'

The mechanism to report the filename in the source code, used by
the unit-test machinery, assumed that the compiler expanded __FILE__
to the path to the source given to the $(CC), but some compilers
give full path, breaking the output.  This has been corrected.

* jc/unit-tests-make-relative-fix:
  unit-tests: do show relative file paths on non-Windows, too