Skip to content

Commit

Permalink
feat: no pager
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelfullerthomas committed Nov 29, 2023
1 parent 9a8a74b commit 830e1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git/doGitDiff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import spawn from "../utils/spawn.js";
import gitLogger from "./utils/gitLogger.js";

export default async function gitDiff() {
await spawn("git", ["diff"], gitLogger);
await spawn("git", ["--no-pager", "diff", "--name-only"], gitLogger);
}

0 comments on commit 830e1aa

Please sign in to comment.