Returns a list of changed files between two commits.

await repo.changedFiles(fromCommit[, toCommit])

If toCommit is empty, the current HEAD will be used.

Example

[
  {
    "name": "relative/path/to/file",
    "status": "one of a added/modified/deleted"
  },
  [...]
]