Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Tortoisegit diff は、「変更済み」ステータスで追加された 0 行の変更されていないファイルを示します。実際には、すべてのプロジェクト ファイルが表示されます。
では、変更されたファイルのみを比較するにはどうすればよいでしょうか?
tortoisegit のバグのようです。正確な情報を取得するには、コマンド ライン (git bash など) で git を使用します。
> git status
また、上記のコマンドが奇妙なことに、次の呼び出しで tortoisegit の出力を更新することもわかりました...