[PR #433] [CLOSED] Feat/handle git alias #471

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

📋 Pull Request Information

Original PR: https://github.com/git-ai-project/git-ai/pull/433
Author: @bernoussama
Created: 1/31/2026
Status: Closed

Base: mainHead: feat/handle-git-alias


📝 Commits (2)

  • dc1cdf8 document config_get_regexp
  • dd19c99 handle git alias natively

📊 Changes

3 files changed (+273 additions, -36 deletions)

View changed files

📝 src/commands/git_handlers.rs (+173 -36)
📝 src/git/repository.rs (+5 -0)
tests/git_alias_resolution.rs (+95 -0)

📄 Description

Added native git aliases handling:

  • expand alias before executing to match on pre command hooks first
  • fallback to git

🔄 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/433 **Author:** [@bernoussama](https://github.com/bernoussama) **Created:** 1/31/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/handle-git-alias` --- ### 📝 Commits (2) - [`dc1cdf8`](https://github.com/git-ai-project/git-ai/commit/dc1cdf8395503633421a34b5420e3e06f6a4512d) document config_get_regexp - [`dd19c99`](https://github.com/git-ai-project/git-ai/commit/dd19c9900c3167637aa62c2cc2f11bd26bfaa5eb) handle git alias natively ### 📊 Changes **3 files changed** (+273 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `src/commands/git_handlers.rs` (+173 -36) 📝 `src/git/repository.rs` (+5 -0) ➕ `tests/git_alias_resolution.rs` (+95 -0) </details> ### 📄 Description Added native git aliases handling: - expand alias before executing to match on pre command hooks first - fallback to git --- <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:43 +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#471
No description provided.