mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
removed wip: prefix from dirty commits
This commit is contained in:
parent
767c241e95
commit
40d764e9f8
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ def main(args=None, input=None, output=None):
|
|||
)
|
||||
|
||||
if args.dirty_commits:
|
||||
coder.commit(ask=True, prefix="wip: ", which="repo_files")
|
||||
coder.commit(ask=True, which="repo_files")
|
||||
|
||||
if args.apply:
|
||||
with open(args.apply, "r") as f:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue