> On 12 Sep 2016, at 21:11, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > [..] > properly; supporting "huge objects" better in the object layer, > without having to resort to ugly hacks like GitLFS that will never > be part of the core Git. [...] I agree with you that GitLFS is an ugly hack. Some applications have test data, image assets, and other data sets that need to be versioned along with the source code. How would you deal with these kind of "huge objects" _today_? Thanks, Lars