[PR #216] [MERGED] Fix/regression reset cmd #336

Closed
opened 2026-03-02 04:13:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/git-ai-project/git-ai/pull/216
Author: @acunniffe
Created: 11/12/2025
Status: Merged
Merged: 11/13/2025
Merged by: @acunniffe

Base: mainHead: fix/regression-reset-cmd


📝 Commits (4)

  • e1e7ef4 limit reset to pathspecs
  • 8ba0516 cover corner case when no files changed
  • a4affc7 apply newest blame optimization to squash
  • 5cdc60d remove loggers

📊 Changes

5 files changed (+110 additions, -14 deletions)

View changed files

📝 src/authorship/range_authorship.rs (+2 -2)
📝 src/authorship/rebase_authorship.rs (+42 -6)
📝 src/authorship/virtual_attribution.rs (+27 -4)
📝 src/commands/blame.rs (+19 -2)
📝 src/git/repository.rs (+20 -0)

📄 Description

Recent regression made reset substantially slower.

Also added https://github.com/acunniffe/git-ai/issues/215 . We'll bring some chromium tests over


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/git-ai-project/git-ai/pull/216 **Author:** [@acunniffe](https://github.com/acunniffe) **Created:** 11/12/2025 **Status:** ✅ Merged **Merged:** 11/13/2025 **Merged by:** [@acunniffe](https://github.com/acunniffe) **Base:** `main` ← **Head:** `fix/regression-reset-cmd` --- ### 📝 Commits (4) - [`e1e7ef4`](https://github.com/git-ai-project/git-ai/commit/e1e7ef4b80ac4339d39b54e02ed6d1d63bbb8717) limit reset to pathspecs - [`8ba0516`](https://github.com/git-ai-project/git-ai/commit/8ba0516eb9a4d5f33e0a73d67025edfd482b07bf) cover corner case when no files changed - [`a4affc7`](https://github.com/git-ai-project/git-ai/commit/a4affc7ceca49ee2becacb59807dc7f516344438) apply newest blame optimization to squash - [`5cdc60d`](https://github.com/git-ai-project/git-ai/commit/5cdc60d5323d95775a4a8bf5d8698441bf7c4fc9) remove loggers ### 📊 Changes **5 files changed** (+110 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `src/authorship/range_authorship.rs` (+2 -2) 📝 `src/authorship/rebase_authorship.rs` (+42 -6) 📝 `src/authorship/virtual_attribution.rs` (+27 -4) 📝 `src/commands/blame.rs` (+19 -2) 📝 `src/git/repository.rs` (+20 -0) </details> ### 📄 Description Recent regression made reset substantially slower. Also added https://github.com/acunniffe/git-ai/issues/215 . We'll bring some chromium tests over --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:13:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-ai#336
No description provided.