mirror of
https://github.com/git/git.git
synced 2026-08-13 17:07:54 +00:00
12 lines
140 B
Bash
Executable File
12 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
|
|
Meta/Dothem --meson \
|
|
--cocci \
|
|
--san \
|
|
--leaks \
|
|
--sha256 \
|
|
--test-vars \
|
|
--breaking "$@"
|
|
|
|
Meta/V
|