diff --git a/src/formats/git.cpp b/src/formats/git.cpp index 153f22d6..46f4f592 100644 --- a/src/formats/git.cpp +++ b/src/formats/git.cpp @@ -89,7 +89,7 @@ std::string GitCommitLog::logCommand() { std::string log_command = "git log " "--pretty=format:user:%aN%n%ct " - "--reverse --raw --encoding=UTF-8 " + "--reverse --raw --encoding=UTF-8 --first-parent " "--no-renames"; readGitVersion();