|
|
Log in / Subscribe / Register

Large File Storage

Large File Storage

Posted Apr 9, 2015 7:58 UTC (Thu) by fishface60 (subscriber, #88700)
In reply to: Large File Storage by Felix.Braun
Parent article: What's coming in Git 2.4.0

Or indeed git-fat, or any of the other attempts to support large data files in a git repository.


to post comments

Large File Storage

Posted Apr 9, 2015 8:04 UTC (Thu) by fishface60 (subscriber, #88700) [Link]

Having had a look at how it works, it appears to use exactly the same mechanism as git-fat, where it uses a smudge filter to translate files as they go between the index to the committed tree object.

I'm just concerned that the result will be yet another weird proprietary extension. git-fat at least used the wide-spread rsync daemon as the backend for file storage.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds