Merge 7f3fd34117 into merged_master (Bitcoin PR #21481)

This commit is contained in:
Andrew Poelstra 2021-06-27 20:15:08 +00:00
commit 13db444272

View file

@ -7,7 +7,8 @@ clang-format-diff.py
A script to format unified git diffs according to [.clang-format](../../src/.clang-format).
Requires `clang-format`, installed e.g. via `brew install clang-format` on macOS.
Requires `clang-format`, installed e.g. via `brew install clang-format` on macOS,
or `sudo apt install clang-format` on Debian/Ubuntu.
For instance, to format the last commit with 0 lines of context,
the script should be called from the git root folder as follows.