Re: [PATCH v6 0/4] cat-file: add a '--literally' option

2015-04-03 Thread karthik nayak
On 04/03/2015 02:05 AM, Junio C Hamano wrote: When merged to 'pu', this seems to break at least 5309 and 5300 tests (there might be others, but I didn't check). There was a problem with packed object types. I have it fixed, will send a re-roll. -- To unsubscribe from this list: send the

[PATCH v6 0/4] cat-file: add a '--literally' option

2015-04-02 Thread karthik nayak
The changes made in this version are : * unpack_sha1_header_to_strbuf() now checks for Z_STREAM_END and also the return is not changed to status (as per Junios suggestion) as this breaks the check done in sha1_loose_object_info() as the return is sometimes Z_BUF_ERROR (-5). * In

Re: [PATCH v6 0/4] cat-file: add a '--literally' option

2015-04-02 Thread Junio C Hamano
When merged to 'pu', this seems to break at least 5309 and 5300 tests (there might be others, but I didn't check). -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at