Fix pre-commit bug regarding astyle detection. If not installed, all commited files...
authorEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Sun, 17 May 2015 15:21:46 +0000 (17:21 +0200)
committerEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Sun, 17 May 2015 16:23:09 +0000 (18:23 +0200)
commit68a8fe342d8337ec1a86b57920bc7dcf7faf2413
tree873aae5aae6d2255f74c9c5bbc590abe244cbadf
parent8a1f47e88dcab70acec64b625142304e3a5047a2
Fix pre-commit bug regarding astyle detection. If not installed, all commited files are destroyed (empty content) !!
19 files changed:
example/diameter/launcher/Launcher.cpp [new file with mode: 0644]
example/diameter/launcher/Launcher.hpp [new file with mode: 0644]
example/diameter/launcher/MyCommunicator.cpp [new file with mode: 0644]
example/diameter/launcher/MyCommunicator.hpp [new file with mode: 0644]
example/diameter/launcher/MyCounterRecorder.cpp [new file with mode: 0644]
example/diameter/launcher/MyCounterRecorder.hpp [new file with mode: 0644]
example/diameter/launcher/MyCounterRecorderClock.hpp [new file with mode: 0644]
example/diameter/launcher/MyDiameterEngine.hpp [new file with mode: 0644]
example/diameter/launcher/MyDiameterEntity.cpp [new file with mode: 0644]
example/diameter/launcher/MyDiameterEntity.hpp [new file with mode: 0644]
example/diameter/launcher/MyHandler.cpp [new file with mode: 0644]
example/diameter/launcher/MyHandler.hpp [new file with mode: 0644]
example/diameter/launcher/MyLocalServer.cpp [new file with mode: 0644]
example/diameter/launcher/MyLocalServer.hpp [new file with mode: 0644]
example/diameter/launcher/ProgrammedAnswers.cpp [new file with mode: 0644]
example/diameter/launcher/ProgrammedAnswers.hpp [new file with mode: 0644]
example/diameter/launcher/deployments/ft-client/pre-start.sh
include/anna/config/defines.hpp
scr/git/pre-commit.sh