mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +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",
|
"git",
|
||||||
"log",
|
"log",
|
||||||
"-p",
|
"-p",
|
||||||
|
"--pretty=full",
|
||||||
f"v{base_ver}..HEAD",
|
f"v{base_ver}..HEAD",
|
||||||
"--",
|
"--",
|
||||||
"aider/",
|
"aider/",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue