1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

TortoiseGitのLog確認画面で『Too many files to display』によってコミット詳細が見れない時の対応

Last updated at Posted at 2024-10-02

現象

TortoiseGitのLog確認画面で、下記のようにコミットしたファイル達が確認できない。
image.png
『Too many files to display』とあるように、一度にコミットしたファイルが多すぎるようです。

対応

TortoiseGitの『Setting』。
image.png

『Advanced』。
image.png

『LongTooManyItemsThreshold』の値について、たぶんデフォルトは1000になっています。
image.png

これを下記のように増やしてあげます。
image.png

蛇足

本来、大量ファイルを一度にコミットするべきではないのですが…。
どうしても、致し方なく、やむをえず、やらねばならぬ、な時もあるので…。

参考サイトさん

バージョン

Microsoft Windows [Version 10.0.22631.4249]
Git 2.44.0.windows.1
TortoiseGit 2.16.0.0

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?