rtk-ai/rtk
Vedi su GitHubBug : New files added with `git add --intent-to-add` are omitted by `rtk git status`
Open
#1149 aperta il 10 apr 2026
area:clibugeffort-smallfilter-qualitygood first issuepriority:low
Metriche repository
- Star
- (48.085 star)
- Metriche merge PR
- (Merge medio 11g 1h) (45 PR mergiate in 30 g)
Descrizione
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