https://github.com/Kitware/CMake
Revision cf21ea2ce6b174a69316a39e83616c056fc530e2 authored by Brad King on 24 February 2021, 14:40:55 UTC, committed by Kitware Robot on 24 February 2021, 14:41:03 UTC
d33c2c93d8 Tests: Update for upstream ninja change to write status on stderr

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5850
2 parent s 6714074 + d33c2c9
Raw File
Tip revision: cf21ea2ce6b174a69316a39e83616c056fc530e2 authored by Brad King on 24 February 2021, 14:40:55 UTC
Merge topic 'ninja-status-stderr' into release-3.20
Tip revision: cf21ea2
.hooks-config
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

# Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
# during git commit after local hooks have been installed.

[hooks "chain"]
	pre-commit = Utilities/Git/pre-commit
	commit-msg = Utilities/Git/commit-msg
	prepare-commit-msg = Utilities/Git/prepare-commit-msg
back to top