You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run the git-find-large-files script, I'm seeing output with just a "P" and a size, but no name or path:
$ sh ../git-repo-analysis-master/git-find-large-files.sh 200
240157 Y binaries/Beth Org Presentation.fbr
79727 P
56699 P
39520 Y oxygen_guide/downloads/dita.zip
33307 Y binaries/Tears for Fears.ixmp
15924 P
15545 P
3696 Y binaries/Cheyah Samples.zip
2418 Y binaries/Onkyo_TX-SR608_En_web.pdf
657 P
479 P
455 P
240 P
What does it indicate about the path signified by a P in column 2?
The text was updated successfully, but these errors were encountered:
However, in your particular case the script finds large objects that are not associated to a file path. That means you have either gigantic Git tree/commit objects or the blobs have been removed from the repo already. The latter is way more likely.
Try this: Delete the repo and clone it again. This would ensure only "used" blobs are transferred to your machine. The entries with no name or path should go away. If that does not help, then we need to investigate further 😄
If I run the git-find-large-files script, I'm seeing output with just a "P" and a size, but no name or path:
What does it indicate about the path signified by a P in column 2?
The text was updated successfully, but these errors were encountered: