文件
rocm-systems/projects/rocr-runtime/format
T

忽略 .git-blame-ignore-revs 的修订。点击 绕过 并查看正常的 Blame 视图。

7 行
188 B
Bash

2024-08-26 15:16:59 +00:00
#!/bin/bash
root=`git rev-parse --show-toplevel`
pushd . > /dev/null
cd $root
git diff -U0 HEAD^ | "${root}/projects/rocr-runtime/clang-format-diff.py" -p1 -i -style=file
2024-08-26 15:16:59 +00:00
popd > /dev/null