MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / isFileExcludedFromDiff

Function isFileExcludedFromDiff

out/cli.cjs:85702–85702  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

85700};
85701var gitAdd = async ({ files }) => {
85702 const gitDir = await getGitDir();
85703 const gitAddSpinner = le();
85704 gitAddSpinner.start("Adding files to commit");
85705 await execa("git", ["add", ...files], { cwd: gitDir });

Callers 1

getDiffFunction · 0.70

Calls 1

includesMethod · 0.80

Tested by

no test coverage detected