mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
Add bold formatting to commit hash in console output.
This commit is contained in:
parent
d03a209ed0
commit
cc50c380f8
1 changed files with 1 additions and 1 deletions
2
coder.py
2
coder.py
|
@ -519,7 +519,7 @@ class Coder:
|
|||
repo.git.add(*relative_dirty_fnames)
|
||||
commit_result = repo.git.commit("-m", commit_message, "--no-verify")
|
||||
commit_hash = repo.head.commit.hexsha[:7]
|
||||
self.console.print(f"[green]{commit_hash} {commit_message}")
|
||||
self.console.print(f"[green bold]{commit_hash} {commit_message}")
|
||||
return commit_hash, commit_message
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue