git-ai-project/git-ai

Exclude empty .git dirs from valid git repo detection

Geschlossen

#1.415 geöffnet am 21.05.2026

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (231 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (2.272 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Git AI uses the presence of a .git dir to determine whether a directory is a git repo to save the overhead of shelling out to git. Add additional guardrails (without degrading performance) to ensure that the .git is real

Original discussion: https://github.com/git-ai-project/git-ai/issues/1041#issuecomment-4481683285

Contributor Guide