aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/README.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-01-30 13:49:34 +0100
committerMarcoFalke <falke.marco@gmail.com>2017-01-30 13:50:01 +0100
commit53ab12d9318d5d195ccc77028b0e3ae66dc6e1fd (patch)
tree5cfc1e547de4c0354691e90c078d0aef4fbce031 /contrib/devtools/README.md
parent71fc17f6673eae2e44d226e21692283a85786c44 (diff)
parentfa5137c11d2d4accd9bfc68b3498e7e16829c3ab (diff)
downloadbitcoin-53ab12d9318d5d195ccc77028b0e3ae66dc6e1fd.tar.xz
Merge #9649: [doc] Remove unused clang format dev script
fa5137c [doc] Remove unused clang format dev script (MarcoFalke)
Diffstat (limited to 'contrib/devtools/README.md')
-rw-r--r--contrib/devtools/README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md
index 6c0047833f..34f2af6866 100644
--- a/contrib/devtools/README.md
+++ b/contrib/devtools/README.md
@@ -8,11 +8,6 @@ check-doc.py
Check if all command line args are documented. The return value indicates the
number of undocumented args.
-clang-format.py
-===============
-
-A script to format cpp source code according to [.clang-format](../../src/.clang-format). This should only be applied to new files or files which are currently not actively developed on. Also, git subtrees are not subject to formatting.
-
clang-format-diff.py
===================
@@ -24,6 +19,7 @@ the script should be called from the git root folder as follows.
```
git diff -U0 HEAD~1.. | ./contrib/devtools/clang-format-diff.py -p1 -i -v
```
+
copyright\_header.py
====================