Re: [PATCH 1/1] git: use xz compressed archive for download

2018-11-20 Thread Jason A. Donenfeld
Thanks, merged. ___ CGit mailing list CGit@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/cgit

[PATCH 1/1] git: use xz compressed archive for download

2018-11-20 Thread Christian Hesse
From: Christian Hesse Upstream will stop providing gz compressed source tarballs [0], so stop using them. [0] https://lists.zx2c4.com/pipermail/cgit/2018-November/004254.html Signed-off-by: Christian Hesse --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH 1/1] git: use xz compressed archive for download

2014-12-23 Thread Jason A. Donenfeld
Merged a variant of this. xz is less commonly deployed, but I think modernization is a good thing in this regard, so rolling with it. ___ CGit mailing list CGit@lists.zx2c4.com http://lists.zx2c4.com/mailman/listinfo/cgit

[PATCH 1/1] git: use xz compressed archive for download

2014-08-18 Thread Christian Hesse
From: Christian Hesse m...@eworm.de --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8306028..f6e55a7 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = openssl/sha.h