From 76404004a4e7348429d5a789678fa1eb35e20050 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 9 Jan 2025 11:57:23 -0800 Subject: [PATCH] feat: include author info in git log output for history updates --- scripts/update-history.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update-history.py b/scripts/update-history.py index 52ac5e1b9..968210a63 100755 --- a/scripts/update-history.py +++ b/scripts/update-history.py @@ -24,6 +24,7 @@ def run_git_log(): "git", "log", "-p", + "--pretty=full", f"v{base_ver}..HEAD", "--", "aider/",