rtk-ai/rtk

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

Open

#1149 opened on Apr 10, 2026

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Rust (48,085 stars) (2,914 forks)batch import
bugeffort-smallfilter-qualitygood first issue

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

Contributor guide