Added CLANGUML_GIT_TOPLEVEL_DIR env var for adjusting diagram link paths

This commit is contained in:
Bartek Kryza
2022-06-10 14:57:39 +02:00
parent 1d68608625
commit 2b8696130d
2 changed files with 17 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ void setup_logging(bool verbose);
std::string get_process_output(const std::string &command);
std::string get_env(const std::string &name);
bool is_git_repository();
std::string get_git_branch();