Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dvc.lock: Run "commit_survival" stage
There were 5 cases of error when processing a commit (with ChatGPT sharing link in commit message): - 4 caused by pathname with characters outside 7-bit ASCII, which makes git-diff to use quoted format for pathnames; unidiff library includes the fix, but it is not yet released matiasb/python-unidiff#113 - 1 caused by change being to a submodule rather than to file, or to be more exact moving from one version of subproject to the other (clone was not done using --recursive option) - 1 UnidiffParseError('Target without source: ...') with a creation diff (source is /dev/null) with quoted destination name (containing spaces) Lines survival stats: 76.89% lines survived (in 694 commits in 76 projects).
- Loading branch information