mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Add debug logging to dump all tags since a given start tag
This commit is contained in:
parent
83060b5276
commit
d1abb85445
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ def main():
|
|||
|
||||
if args.all_since:
|
||||
tags = get_all_tags_since(args.start_tag)
|
||||
dump(tags)
|
||||
for i in range(len(tags) - 1):
|
||||
start_tag, end_tag = tags[i], tags[i+1]
|
||||
_, _, total_lines, aider_total, aider_percentage = blame(start_tag, end_tag)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue