mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 22:04:59 +00:00
feat: include author info in git log output for history updates
This commit is contained in:
parent
1b64514c2c
commit
76404004a4
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ def run_git_log():
|
|||
"git",
|
||||
"log",
|
||||
"-p",
|
||||
"--pretty=full",
|
||||
f"v{base_ver}..HEAD",
|
||||
"--",
|
||||
"aider/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue