diff --git a/src/git/whatChanged.js b/src/git/whatChanged.js index daad344d..e0b71ebf 100644 --- a/src/git/whatChanged.js +++ b/src/git/whatChanged.js @@ -6,7 +6,7 @@ export { whatChanged }; * Asynchronously gets the git whatchanged output */ function whatChanged (repoPath, done) { - exec('git whatchanged', { + exec('git whatchanged --i-still-use-this', { maxBuffer: Infinity, cwd: repoPath }, function (error, stdout, stderr) {