I am getting errors like
genhtml: WARNING: source file '/.../project/sourcefile.py'
(in both baseline and current .info files)
has same basename as 'diff' entry '/.../project/b/sourcefile.py' -
but a different path. Possible pathname mismatch?
genhtml: ERROR: possible path inconsistency in baseline/current/udiff data
(use "genhtml --ignore-errors path ..." to bypass this error)
The error goes away if I run the diff file through sed 's@^\([-+]* \)[ab]/@\1@'. However, I generated the diff using gitdiff - shouldn't it handle this for me?