rtk-ai/rtk

Bug : New files added with `git add --intent-to-add` are omitted by `rtk git status`

Open

#1 149 ouverte le 10 avr. 2026

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)Rust (2 914 forks)batch import
area:clibugeffort-smallfilter-qualitygood first issuepriority:low

Métriques du dépôt

Stars
 (48 085 stars)
Métriques de merge PR
 (Merge moyen 11j 1h) (45 PRs mergées en 30 j)

Description

When there is a new untracked file being git added with -N or --intent-to-add option, that file will have new file:

Reproduction steps

  • touch new_file
  • git add -N new_file
  • rtk git status -> sees clean - nothing to commit

Guide contributeur