rtk-ai/rtk
Auf GitHub ansehenBug : New files added with `git add --intent-to-add` are omitted by `rtk git status`
Open
#1.149 geöffnet am 10. Apr. 2026
area:clibugeffort-smallfilter-qualitygood first issuepriority:low
Repository-Metriken
- Stars
- (48.085 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 11T 1h) (45 gemergte PRs in 30 T)
Beschreibung
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_filegit add -N new_filertk git status-> seesclean - nothing to commit