mirror of
https://github.com/git/git.git
synced 2026-06-19 15:39:47 +02: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
|