flake8
passed.
JSHint
passed.
Review Request #14499 — Created July 8, 2025 and submitted
The implementation of --exclude for Git repositories was just using
.split()
on the output fromgit diff-tree
, which was causing it to
fail if any filenames included spaces. This change fixes it to properly
split on tab characters instead.
Ran unit tests.
Summary | ID |
---|---|
daaacb8e7e07dcadd7131b119c4d595c8d3b90f9 |