https://github.com/Kitware/CMake
Revision dd67b65188a03be8b1c961d5cd932f654e2566ae authored by Craig Scott on 14 September 2017, 00:38:34 UTC, committed by Kitware Robot on 14 September 2017, 00:38:40 UTC
7ed35aa3 Docs: Improve markup for graphviz related documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1236
2 parent s 420874b + 7ed35aa
Raw File
Tip revision: dd67b65188a03be8b1c961d5cd932f654e2566ae authored by Craig Scott on 14 September 2017, 00:38:34 UTC
Merge topic 'improve-graphviz-doc'
Tip revision: dd67b65
.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