Skip to content

Massive improvement to commit performance #102

Closed
acunniffe wants to merge 7 commits intomainfrom
fix/commit-performance
Closed

Massive improvement to commit performance #102
acunniffe wants to merge 7 commits intomainfrom
fix/commit-performance

Conversation

@acunniffe
Copy link
Copy Markdown
Collaborator

git-ai was starting to feel unusable is massive repos.

We've adjusted how we diff in pre and post commit to optimize the final checkpointing and unstaging of authorship

before
JPEG image

after
Screenshot 2025-10-10 at 2 12 41 PM

cursor[bot]

This comment was marked as outdated.


// Clear commit SHA for stable snapshots
authorship_log.metadata.base_commit_sha = "".to_string();
println!("{:?}", authorship_log);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Test Code Debug Output

A debug println! statement was left in the test code, printing the authorship_log to stdout and creating unnecessary output during test runs.

Fix in Cursor Fix in Web

@acunniffe
Copy link
Copy Markdown
Collaborator Author

succeeded by #104

@acunniffe acunniffe closed this Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant