gitDiffNamesCmd top-level constant

String const gitDiffNamesCmd

Shell command to get files modified on the branch.

Implementation

const String gitDiffNamesCmd = 'git diff --name-only origin/HEAD...';