I'm looking for a command similar to the following, but that always lists from the repository root, rather than the current working directory:
git ls-files --cached --others --exclude-standard
If possible I'd rather not use bash/batch, since I'm looking for a cross-platform solution.