Closed carlosparadis closed 1 year ago
The path is offset by a / introduced at the start of the string on parse_gitlog(). This bug was likely introduced during the DV8 wrapper implementation, where relative paths were not being applied correctly.
/
parse_gitlog()
The path is offset by a
/
introduced at the start of the string onparse_gitlog()
. This bug was likely introduced during the DV8 wrapper implementation, where relative paths were not being applied correctly.