rtk-ai/rtk

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

Open

#1,149 建立於 2026年4月10日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Rust (48,085 star) (2,914 fork)batch import
bugeffort-smallfilter-qualitygood first issue

描述

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

貢獻者指南

Bug : New files added with `git add --intent-to-add` are omitted by `rtk git status` · rtk-ai/rtk#1149 | Good First Issue