[PR #575] [MERGED] add hooks remove cmd #586

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

📋 Pull Request Information

Original PR: https://github.com/git-ai-project/git-ai/pull/575
Author: @svarlamov
Created: 2/24/2026
Status: Merged
Merged: 2/24/2026
Merged by: @svarlamov

Base: mainHead: feat/git-hooks-remove-cmd


📝 Commits (2)

  • 14f0d20 add hooks remove cmd
  • e329982 Merge branch 'main' into feat/git-hooks-remove-cmd

📊 Changes

3 files changed (+407 additions, -1 deletions)

View changed files

📝 src/commands/git_ai_handlers.rs (+27 -1)
📝 src/commands/git_hook_handlers.rs (+241 -0)
📝 tests/hook_modes.rs (+139 -0)

📄 Description

# Install repo hooks with
git-ai git-hooks ensure

# And this PR adds a command for uninstalling the git hooks in the repo
git-ai git-hooks remove

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/575 **Author:** [@svarlamov](https://github.com/svarlamov) **Created:** 2/24/2026 **Status:** ✅ Merged **Merged:** 2/24/2026 **Merged by:** [@svarlamov](https://github.com/svarlamov) **Base:** `main` ← **Head:** `feat/git-hooks-remove-cmd` --- ### 📝 Commits (2) - [`14f0d20`](https://github.com/git-ai-project/git-ai/commit/14f0d209ef8f7813fed314f99bcdbe517e2cd6d7) add hooks remove cmd - [`e329982`](https://github.com/git-ai-project/git-ai/commit/e329982a8509a2332bbc99b978d331dfc2f30f15) Merge branch 'main' into feat/git-hooks-remove-cmd ### 📊 Changes **3 files changed** (+407 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/commands/git_ai_handlers.rs` (+27 -1) 📝 `src/commands/git_hook_handlers.rs` (+241 -0) 📝 `tests/hook_modes.rs` (+139 -0) </details> ### 📄 Description ``` # Install repo hooks with git-ai git-hooks ensure # And this PR adds a command for uninstalling the git hooks in the repo git-ai git-hooks remove ``` <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/git-ai-project/git-ai/pull/575" 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:14:03 +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#586
No description provided.