@wasm-fmt/clang-format 21.1.0 → 21.1.2
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/clang-format-cli.wasm +0 -0
- package/clang-format.wasm +0 -0
- package/git-clang-format +1 -1
- package/package.json +1 -1
package/clang-format-cli.wasm
CHANGED
|
Binary file
|
package/clang-format.wasm
CHANGED
|
Binary file
|
package/git-clang-format
CHANGED
|
@@ -419,7 +419,7 @@ def compute_diff(commits, files, staged, diff_common_commit):
|
|
|
419
419
|
if len(commits) == 2:
|
|
420
420
|
git_tool = "diff-tree"
|
|
421
421
|
if diff_common_commit:
|
|
422
|
-
|
|
422
|
+
extra_args += ["--merge-base"]
|
|
423
423
|
elif staged:
|
|
424
424
|
extra_args += ["--cached"]
|
|
425
425
|
|
package/package.json
CHANGED