Git fork
at reftables-rust 9 lines 137 B view raw
1#!/bin/sh 2# 3# Perform style check 4# 5 6baseCommit=$1 7 8git clang-format --style=file:.clang-format \ 9 --diff --extensions c,h "$baseCommit"