summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-09-02Restrict pre-commit copyright check to added filesTobias Markmann
Previously the pre-commit would require a correct copyright header on all files, including modified files that only have a couple lines changed. Now, a correct copyright file header is only required on new files added to the repository. Test-Information: Changed git author information to a new user and tried committing a changed file, and afterwards a new file. Only the commit of a new file failed due to missing copyright header. It was accepted after setting BSD header. Change-Id: I8e1324846fd904a72728e7c01da4c98f49a77282
2013-01-13Fix more warnings.Remko Tronçon
Fix sign conversion warnings. Removing heavy unnecessary includes. Change-Id: I992f43065498823098a875badb020c7c84fc4797
2012-12-04Don't check tabs & copyrights of deleted files.swift-2.0rc3Remko Tronçon
Change-Id: I588af0ea8a751d8c4c11c6789e4915c65b072880
2012-10-26Only check tabs & copyright of committed files.Remko Tronçon
Change-Id: Iba37ecbf03bab9e23a1ee9c72b39ee4266ec4032
2012-10-13Added commit-msg hook.Remko Tronçon
Change-Id: I01f0d052e50c1f77b63efe6dab5017093f14bf90
2010-04-08Install pre-commit hook.Remko Tronçon
2010-04-08Update pre-commit hook to check copyrights.Remko Tronçon
2010-03-28Moving submodule contents back.Remko Tronçon
2010-03-28Removing submodules.Remko Tronçon
2010-03-28Moved BuildTools to a separate module.Remko Tronçon
2010-03-28Removing BuildTools module.Remko Tronçon
2009-11-12Refactored DNS handling.Remko Tronçon
Connections now fallback on other DNS entries upon failure, taking into account SRV priorities.
2009-08-22Add Git pre-commit hook.Remko Tronçon