Re: [PATCH 7/7] archive: provide builtin .tar.gz filter

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jeff King <peff@xxxxxxxx> writes:

> +test_expect_success 'git archive --format=tgz' '
> +	git archive --format=tgz HEAD >j.tgz
> +'
> +
> +test_expect_success 'infer tgz from .tgz filename' '
> +	git archive --output=j1.tgz HEAD &&
> +	test_cmp j.tgz j1.tgz
> +'

I suspect this would get intermittent failures for the same reason as
0c8c385 (gitweb: supply '-n' to gzip for identical output, 2011-04-26)
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]