From owner-freebsd-current@freebsd.org Tue Jan 12 16:02:54 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D71E74DD777 for ; Tue, 12 Jan 2021 16:02:54 +0000 (UTC) (envelope-from jamie@catflap.org) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [IPv6:2001:19f0:300:2185:123::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DFb2Q0Gv2z3k8T for ; Tue, 12 Jan 2021 16:02:53 +0000 (UTC) (envelope-from jamie@catflap.org) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [104.207.135.49]) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5) with ESMTP id 10CG2lSn022930 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 12 Jan 2021 16:02:47 GMT (envelope-from jamie@donotpassgo.dyslexicfish.net) Received: (from jamie@localhost) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5/Submit) id 10CG2lfv022929; Tue, 12 Jan 2021 16:02:47 GMT (envelope-from jamie) From: Jamie Landeg-Jones Message-Id: <202101121602.10CG2lfv022929@donotpassgo.dyslexicfish.net> Date: Tue, 12 Jan 2021 16:02:46 +0000 Organization: Dyslexic Fish To: jamie@catflap.org, grahamperrin@gmail.com, freebsd-current@freebsd.org Subject: Re: Git and complementary web interfaces (some fast but basic, others fuller-featured) References: <94447.1609779520@critter.freebsd.dk> <94622.1609782682@critter.freebsd.dk> <202101051308.105D8IMh060928@donotpassgo.dyslexicfish.net> <202101060232.1062WKMu005019@donotpassgo.dyslexicfish.net> <593c762a-aaa7-a114-43a3-20251b8e92ef@gmail.com> <202101061434.106EY802043911@donotpassgo.dyslexicfish.net> <221f60b4-aa33-6ddc-6b1a-85bf5c35ae1e@gmail.com> In-Reply-To: <221f60b4-aa33-6ddc-6b1a-85bf5c35ae1e@gmail.com> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (donotpassgo.dyslexicfish.net [104.207.135.49]); Tue, 12 Jan 2021 16:02:47 +0000 (GMT) X-Rspamd-Queue-Id: 4DFb2Q0Gv2z3k8T X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.80 / 15.00]; RCVD_TLS_LAST(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2001:19f0:300:2185:123::1:from]; FREEFALL_USER(0.00)[jamie]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+mx:dyslexicfish.net]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[]; HAS_ORG_HEADER(0.00)[]; SPAMHAUS_ZRD(0.00)[2001:19f0:300:2185:123::1:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[catflap.org,none]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FREEMAIL_TO(0.00)[catflap.org,gmail.com,freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:20473, ipnet:2001:19f0::/38, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2021 16:02:54 -0000 Graham Perrin wrote: > Strictly speaking, main site does still > direct developers to the Subversion repository and the Git mirror on GitHub. Fair enough, but that will change, and timestamps don't appear to be an option. I'm sure it wouldn't be too painful to add, I'll probably look at it myself when I switch to FreeBSD-13. > cgit describes itself as "hyperfast" with > "basic repository browsing" > as a feature. > > Beyond those basics, I guess that it will be appropriate to ensure > awareness of complementary web-based repository browsers including > GitHub and GitLab; these might be > described as fuller-featured (without explicitly describing them as > relatively slow). Awareness through the Developers menu at > and so on. I liked svnweb. I like cgit. github is too heavy for browsing (I can't be the only one who fires up w3m from the command line to do a quick check on something) A typical "file/directory" type ui that git has is all I want... but with absolute timestamps! :-) Cheers, Jamie