From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11330 invoked from network); 27 Aug 2020 10:49:35 -0000 Received: from krantz.zx2c4.com (192.95.5.69) by inbox.vuxu.org with ESMTPUTF8; 27 Aug 2020 10:49:35 -0000 Received: by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id a204d840; Thu, 27 Aug 2020 10:22:15 +0000 (UTC) Return-Path: Received: from mail.matejamaric.com (mail.matejamaric.com [2a04:3542:1000:910:e44b:bdff:feb6:7332]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id cfe14886 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Thu, 27 Aug 2020 10:22:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=matejamaric.com; s=selector1; t=1598525369; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=F2qEYW0HbAhR4vdQG1aXkUcn8zlfxDnoMwtnXSjhRvo=; b=L/YDuxLJamo8tovN0sUpXzym4rqkyJzHJ+CkKtkA7d8hiQVzewkCRHl8xm8Z1Vi/FIbRwS Fb9VHwss349wawXLWnSxwOAQoAie9CIQIsBIaojWI/UYrMv9exk/PsSq81lVUtD24aQOUv THITUMCosFR/3RDJWujIkDITcjNFD4DChfr+2RblJBGl8OBEp6iEttFqOM50xLKV9Qzfdt VFG4zi11aZbCLII3sLPI8SKHXNSPDlu2bXVzQJkRtboARbrSNN33YFJY+c0Dpgm1g6O+qD 7b/896Jt5bpLD+2wXQ8MDgb+H465njutwsxeR9Z3H7qV+zvzzqk2OBrskLJUhjz5BIRI9C SRJYrKn6/k4Af+9+X5HCoebARt4y4Y5H3M2FMVxcf72ACxRQ04AcXY7rEVCB6F/uuB9yGi bjzNgky8YmOrgWkmEL53D1YBwbkVxPI6tJUY2Ux5pMXaEXg5Cv63cuZ1rWi9NUNEvgkoSl nM3o1lrw7VPdfrGMr4CXJxNOQMjtZBK7m3ltJN7qln8B0XLLk2IbgMYNvDkmWcG/eS1hGJ KwUoM2wVSVrehp/1yPK7HLSqBIAlYqKAMCMafWHOhP7YTeQHXR6Ht0Tq5+z3y13/eqPR5F IPE2eTaLFOn60q62NQf5TDSacH4hZkbQyTAUthS3j8HvUOGIItoiY= Received: from [127.0.0.1] ( [87.116.163.242]) by mail.matejamaric.com (OpenSMTPD) with ESMTPSA id 96068522 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Thu, 27 Aug 2020 10:49:29 +0000 (UTC) Date: Thu, 27 Aug 2020 10:49:31 +0000 (UTC) From: Mateja Maric To: Martin Burnicki Cc: cgit@lists.zx2c4.com Message-ID: <4c1a6968-fc38-491e-bb94-2e112a90986b@matejamaric.com> In-Reply-To: <0ed398ac-729d-6131-a4ab-2ae0f440aa0b@meinberg.de> References: <0ed398ac-729d-6131-a4ab-2ae0f440aa0b@meinberg.de> Subject: Re: Download links for HEAD? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Correlation-ID: <4c1a6968-fc38-491e-bb94-2e112a90986b@matejamaric.com> X-BeenThere: cgit@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: List for cgit developers and users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cgit-bounces@lists.zx2c4.com Sender: "CGit" Checkout "snapshots" option in cgitrc manpage. You can have both .zip and .= tar.gz. archives. 27 Aug 2020 12:44:50 Martin Burnicki : > Hi, >=20 > I've recently started to use cgit, and there are a few projects on our > web page: > https://git.meinbergglobal.com/ >=20 > Beside the possibility that users can clone the repos, I'd appreciate if > there was an easy way to download e.g. the current HEAD (or a specific > version ) as .zip or .tar.gz file, even if a version has no tag. >=20 > This would make it much easier for users that aren't familiar with git > to download the latest code. >=20 > For example, in this repo > https://git.meinbergglobal.com/example-code/gpsxmple.git/ >=20 > I've explicitly assigned a tag 'gpsxmple-current' to the latest commit > to make sure download links are listed. But of course, after a future > commit the tag had to be deleted and assign to the new commit. >=20 > Is it not possible to download current HEAD as archive, or am I missing > something? >=20 > Thanks for any suggestions, >=20 > Martin > --=20 > Martin Burnicki >=20 > Senior Software Engineer >=20 > MEINBERG Funkuhren GmbH & Co. KG > Email: martin.burnicki@meinberg.de > Phone: +49 5281 9309-414 > Linkedin: https://www.linkedin.com/in/martinburnicki/ >=20 > Lange Wand 9, 31812 Bad Pyrmont, Germany > Amtsgericht Hannover 17HRA 100322 > Gesch=C3=A4ftsf=C3=BChrer/Managing Directors: G=C3=BCnter Meinberg, Werne= r Meinberg, > Andre Hartmann, Heiko Gerstung > Websites: https://www.meinberg.de=C2=A0 https://www.meinbergglobal.com > Training: https://www.meinberg.academy >=20