@polka-codes/cli-shared 0.9.12 → 0.9.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -52267,7 +52267,7 @@ var handler14 = async (provider2, args) => {
|
|
|
52267
52267
|
};
|
|
52268
52268
|
}
|
|
52269
52269
|
const { staged, file: file3, commitRange } = toolInfo14.parameters.parse(args);
|
|
52270
|
-
const commandParts = ["git", "diff", "--no-color"];
|
|
52270
|
+
const commandParts = ["git", "diff", "--no-color", "-U50"];
|
|
52271
52271
|
if (staged) {
|
|
52272
52272
|
commandParts.push("--staged");
|
|
52273
52273
|
}
|