Closed
Bug 1538990
Opened 6 years ago
Closed 6 years ago
clang-format pre-commit hook fails to "retrieve local files" when committing multiple files
Categories
(Developer Infrastructure :: Lint and Formatting, defect)
Developer Infrastructure
Lint and Formatting
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1541409
People
(Reporter: myk, Unassigned)
Details
If I link .git/hooks/pre-commit to tools/lint/hooks_clang_format.py, as recommended by hg/git hooks for clang-format, and then try to commit changes to multiple files, I see an error like:
fatal: pathspec 'path/to/file1 path/to/file2 path/to/file3' did not match any files
Command to retrieve local files failed
Committing changes to a single file succeeds.
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Updated•2 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•