Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
188 B
Bash
Raw Permalink Normal View History

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