git-fat icon indicating copy to clipboard operation
git-fat copied to clipboard

Put objects in tree (like git)

Open gregorlarson opened this issue 12 years ago • 1 comments

Git organizes its objects in a directory tree which reduces the number of files in a directory and allows for storage of a large number of objects. On some file-systems, having to many files in a directory will lead to performance problems. Will git-fat consider this? Thanks,

  • Greg

gregorlarson avatar Jan 31 '13 18:01 gregorlarson

I plan to do this "fanout", but I've been waiting to determine the best way to do it with support for packing the objects into a git packfile. See issue #1 for more on that. I'm committed to backward compatibility independent of such backend storage transitions, though you may be asked to run an update script to repack.

jedbrown avatar Jan 31 '13 19:01 jedbrown