bkryza / clang-uml

Customizable automatic UML diagram generator for C++ based on Clang.
Apache License 2.0
610 stars 44 forks source link

Fix error message when running clang-uml outside of a git repository #284

Closed bkryza closed 5 months ago

bkryza commented 5 months ago

Currently, clang-uml automatically tries to retrieve Git context for generated diagram such as commit or branch, but if the current directory is not in an an error is displayed while it should be silenced, possibly only as a log when enabled.