Re: [PULL REQUEST] initial pack v4 support
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:58:43
Nicolas Pitre [off-list ref] writes:
On Tue, 10 Sep 2013, Junio C Hamano wrote:quoted
Nicolas Pitre [off-list ref] writes:quoted
Junio, would you please pull the following into pu: git://git.linaro.org/people/nico/git This is the pack v4 work to date which is somewhat getting usable. It is time it gets more exposure, and possibly some more people's attention who would like to work on the missing parts as I need to scale down my own involvement.Thanks. Parked on 'pu'.Good.quoted
quoted
packv4-parse.c: allow tree entry copying from a canonical tree objectThis one needed a small fix-up to make it compile. I do not particularly like reusing that "size" variable, but it seemed to be dead at that point, so...Feel free to fold this in the original commit. I'm curious... what compiler are you using? My gcc version is just happy to do arithmetic on void pointers.
I have -Werror -Wpointer-arith -Woverflow -Wno-pointer-to-int-cast defined in my private build script (the todo branch is checked out as Meta/ subdirectory of git.git, and "Meta/Make --pedantic" is how I build things).