From owner-freebsd-git@freebsd.org Wed Feb 10 15:46:30 2021 Return-Path: Delivered-To: freebsd-git@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 0923D54A1B0; Wed, 10 Feb 2021 15:46:30 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (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 4DbPJ516L1z4dXr; Wed, 10 Feb 2021 15:46:28 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id 11AFkOZm060588; Wed, 10 Feb 2021 07:46:24 -0800 (PST) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: (from freebsd-rwg@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id 11AFkOMO060587; Wed, 10 Feb 2021 07:46:24 -0800 (PST) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <202102101546.11AFkOMO060587@gndrsh.dnsmgr.net> Subject: Re: cgit: orientation In-Reply-To: To: Warner Losh Date: Wed, 10 Feb 2021 07:46:24 -0800 (PST) CC: Graham Perrin , freebsd-current , freebsd-git X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4DbPJ516L1z4dXr X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of freebsd-rwg@gndrsh.dnsmgr.net has no SPF policy when checking 69.59.192.140) smtp.mailfrom=freebsd-rwg@gndrsh.dnsmgr.net X-Spamd-Result: default: False [-2.10 / 15.00]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[dnsmgr.net]; RBL_DBL_DONT_QUERY_IPS(0.00)[69.59.192.140:from]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[69.59.192.140:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; ASN(0.00)[asn:13868, ipnet:69.59.192.0/19, country:US]; MAILMAN_DEST(0.00)[freebsd-current,freebsd-git]; FREEMAIL_CC(0.00)[gmail.com,freebsd.org] X-Mailman-Approved-At: Thu, 11 Feb 2021 06:39:24 +0000 X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2021 15:46:30 -0000 > On Tue, Feb 9, 2021 at 5:52 PM Warner Losh wrote: > > > > > > > On Tue, Feb 9, 2021 at 5:47 PM Graham Perrin > > wrote: > > > >> Given this, for example: > >> > >> < > >> https://cgit.freebsd.org/src/commit/?id=174a7e578a33c01401e33f9bfcc077fc3155251c&h=stable%2F12 This link probably came from someone copying it out of the address bar from some browswer, the better way to get a link out of a cgit page is to copy it from the commit: hash line that looks like: commit 174a7e578a33c01401e33f9bfcc077fc3155251c (patch) Right click on the hash and select copy link location. > >> > > >> > >> ? with 'stable' in the URL and 'stable/12' visible in the page ? how > >> would a reader know that the commit was to main (not stable/12)? > >> > >> Is there scope to make improved use of cgit, or is this a limitation of > >> cgit? > >> > > > > There's a pulldown in the upper right corner that says 'stable/12' though > > it took me a while to find it as my eyes glided over it a couple of times. > > > > But that is due to the stable%2F12 in the URL... W/o it, it's no good. ^^ extra word? I think you meant to say "It is good". > Warner > > Warner > > > > > >> TIA > >> > >> _______________________________________________ > >> freebsd-git@freebsd.org mailing list > >> https://lists.freebsd.org/mailman/listinfo/freebsd-git > >> To unsubscribe, send any mail to "freebsd-git-unsubscribe@freebsd.org" > >> > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > -- Rod Grimes rgrimes@freebsd.org