mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
feat: add git diff output to history update script
This commit is contained in:
parent
ed2479ea82
commit
93cd3d0d8b
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ Also, add this as the last bullet under the "### main branch" section:
|
|||
# Cleanup
|
||||
os.unlink(tmp_path)
|
||||
|
||||
# Show git diff of HISTORY.md
|
||||
subprocess.run(["git", "diff", "HISTORY.md"])
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue