[PR #419] [CLOSED] Worktrees in-depth support, tests #461

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

📋 Pull Request Information

Original PR: https://github.com/git-ai-project/git-ai/pull/419
Author: @svarlamov
Created: 1/29/2026
Status: Closed

Base: feat/corehooksHead: feat/worktrees-in-depth


📝 Commits (1)

  • fb221ae worktrees in-depth support, tests

📊 Changes

55 files changed (+2848 additions, -1891 deletions)

View changed files

📝 Cargo.lock (+1 -0)
📝 Cargo.toml (+1 -0)
📝 src/commands/blame.rs (+45 -17)
📝 src/commands/checkpoint.rs (+2 -1)
📝 src/git/authorship_traversal.rs (+7 -1)
📝 src/git/repo_storage.rs (+78 -58)
📝 src/git/repository.rs (+334 -625)
📝 src/git/status.rs (+15 -35)
📝 src/observability/flush.rs (+141 -227)
📝 tests/ai_tab.rs (+10 -0)
📝 tests/amend.rs (+11 -46)
📝 tests/blame_flags.rs (+31 -0)
📝 tests/checkout_switch.rs (+23 -6)
📝 tests/checkpoint_size.rs (+4 -0)
📝 tests/cherry_pick.rs (+11 -0)
📝 tests/chinese_text_edits.rs (+7 -0)
📝 tests/ci_squash_rebase.rs (+8 -0)
📝 tests/claude_code.rs (+4 -0)
📝 tests/continue_cli.rs (+7 -0)
📝 tests/cursor.rs (+5 -0)

...and 35 more files

📄 Description

  • Review updates to status.rs are they necessary?

Open with Devin

🔄 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/419 **Author:** [@svarlamov](https://github.com/svarlamov) **Created:** 1/29/2026 **Status:** ❌ Closed **Base:** `feat/corehooks` ← **Head:** `feat/worktrees-in-depth` --- ### 📝 Commits (1) - [`fb221ae`](https://github.com/git-ai-project/git-ai/commit/fb221ae98cb626815fb90d2e79a95e3754baf76a) worktrees in-depth support, tests ### 📊 Changes **55 files changed** (+2848 additions, -1891 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -0) 📝 `Cargo.toml` (+1 -0) 📝 `src/commands/blame.rs` (+45 -17) 📝 `src/commands/checkpoint.rs` (+2 -1) 📝 `src/git/authorship_traversal.rs` (+7 -1) 📝 `src/git/repo_storage.rs` (+78 -58) 📝 `src/git/repository.rs` (+334 -625) 📝 `src/git/status.rs` (+15 -35) 📝 `src/observability/flush.rs` (+141 -227) 📝 `tests/ai_tab.rs` (+10 -0) 📝 `tests/amend.rs` (+11 -46) 📝 `tests/blame_flags.rs` (+31 -0) 📝 `tests/checkout_switch.rs` (+23 -6) 📝 `tests/checkpoint_size.rs` (+4 -0) 📝 `tests/cherry_pick.rs` (+11 -0) 📝 `tests/chinese_text_edits.rs` (+7 -0) 📝 `tests/ci_squash_rebase.rs` (+8 -0) 📝 `tests/claude_code.rs` (+4 -0) 📝 `tests/continue_cli.rs` (+7 -0) 📝 `tests/cursor.rs` (+5 -0) _...and 35 more files_ </details> ### 📄 Description - [ ] Review updates to `status.rs` are they necessary? <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/git-ai-project/git-ai/pull/419" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end --> --- <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:41 +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#461
No description provided.