Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Problem: When a file name contains unusual characters, its output line in git ls-files is quoted and Xrefcheck parses the file name wrong. Solution: If a git ls-files output line starts with a double quote, use the String Read instance for parsing it.
- Loading branch information