MarcoFalke
cccc2784a3
scripted-diff: Move ui_interface to the node lib
-BEGIN VERIFY SCRIPT-
# Move files
git mv src/ui_interface.h src/node/ui_interface.h
git mv src/ui_interface.cpp src/node/ui_interface.cpp
sed -i -e 's/BITCOIN_UI_INTERFACE_H/BITCOIN_NODE_UI_INTERFACE_H/g' src/node/ui_interface.h
# Adjust includes and makefile
sed -i -e 's|ui_interface|node/ui_interface|g' $(git grep -l ui_interface)
# Sort includes
git diff -U0 | clang-format-diff -p1 -i -v
-END VERIFY SCRIPT-
2020-06-27 11:49:28 -04:00
..
2020-06-24 18:41:45 +02:00
2020-06-17 10:29:27 -04:00
2020-06-18 16:29:21 -04:00
2020-05-28 02:13:19 -04:00
2020-05-28 02:13:19 -04:00
2020-06-15 20:41:05 -04:00
2020-06-15 20:41:05 -04:00
2020-06-27 11:49:28 -04:00
2020-06-24 18:41:45 +02:00
2020-06-25 19:53:42 +02:00
2020-06-05 08:29:18 -04:00
2020-06-17 14:12:41 -04:00
2020-05-25 12:59:29 -04:00
2020-06-21 22:57:33 +12:00
2020-06-18 23:32:59 -07:00
2020-06-21 22:57:33 +12:00
2020-06-27 11:39:09 -04:00
2020-06-19 16:14:47 -04:00
2020-06-17 12:31:29 -04:00
2020-06-17 14:12:41 -04:00