rtk-ai/rtk
Ver no GitHubBug : New files added with `git add --intent-to-add` are omitted by `rtk git status`
Open
#1.149 aberto em 10 de abr. de 2026
area:clibugeffort-smallfilter-qualitygood first issuepriority:low
Métricas do repositório
- Stars
- (48.085 stars)
- Métricas de merge de PR
- (Mesclagem média 11d 1h) (45 fundiu PRs em 30d)
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_filegit add -N new_filertk git status-> seesclean - nothing to commit