Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent false positives when checking for changes in src/doc.
When changing cargo versions from stable to nightly, it's possible that the Cargo.lock format changes ever so slightly. This leaves the `Cargo.lock` file changed which is picked up by `git status`. This patch adjusts the `git status` invocation to limit itself to the CWD.
- Loading branch information