mercurial-bigfiles

Git analog to Hg's Bigfiles Extension?

I want something in git that is similar to Mercurial's Bigfiles Extension (note: I know of git-bigfiles, but that is unrelated). Basically I want to store large binaries in my git repository, but I don't want to get every version ever of the large binary when I do a clone. I only want to download the large binaries when I checkout a spe...

For binary files should I use bfiles or bigfiles?

There are a few mercurial extensions for dealing with large binary files. Bfiles BigFiles Snap others? I'd like to use the one that is most likely to be official (ie distributed with mercurial). Kiln 2.0 uses a fork of Bfiles for its binary files. Does that make it more likely to become official? Which is the preferred (semi-offici...