From owner-dev-commits-doc-all@freebsd.org Wed Jan 27 19:58:32 2021 Return-Path: Delivered-To: dev-commits-doc-all@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 066DA4E7FB2 for ; Wed, 27 Jan 2021 19:58:32 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DQvYM6dQWz3H51; Wed, 27 Jan 2021 19:58:31 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from mail-lf1-f53.google.com (mail-lf1-f53.google.com [209.85.167.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: carlavilla) by smtp.freebsd.org (Postfix) with ESMTPSA id D122528AB9; Wed, 27 Jan 2021 19:58:31 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: by mail-lf1-f53.google.com with SMTP id h7so4402443lfc.6; Wed, 27 Jan 2021 11:58:31 -0800 (PST) X-Gm-Message-State: AOAM532JRsUYEMFQHKiUGN1fnKHdViK/rJG4WVbknOKjSfbFsS9j1ZiS FA1Wwkj6KfmiXBwFQi+aOU7OpnpWh3DfIUFGANg= X-Google-Smtp-Source: ABdhPJzB3fBnjb51d0KffIqouXZ1yG2b/w+asOs4vVMp0/bM3qA7mDfr83cCgfghQAITl08mACV/VY6hTAeG0b58tVo= X-Received: by 2002:a19:c1d4:: with SMTP id r203mr5525076lff.596.1611777510002; Wed, 27 Jan 2021 11:58:30 -0800 (PST) MIME-Version: 1.0 References: <202101261926.10QJQ9dK044523@gitrepo.freebsd.org> In-Reply-To: From: Sergio Carlavilla Date: Wed, 27 Jan 2021 20:58:18 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 563997d288 - main - Abbreviate displayed git hashes to 12 hex digits. To: John Baldwin Cc: dev-commits-doc-all@freebsd.org, doc-committers@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2021 19:58:32 -0000 On Wed, 27 Jan 2021 at 20:53, John Baldwin wrote: > On 1/26/21 11:26 AM, Dimitry Andric wrote: > > The branch main has been updated by dim (src committer): > > > > URL: > https://cgit.FreeBSD.org/doc/commit/?id=3D563997d288f44ae2b2059c8183b75c4= b562b9660 > > > > commit 563997d288f44ae2b2059c8183b75c4b562b9660 > > Author: Dimitry Andric > > AuthorDate: 2021-01-26 19:25:54 +0000 > > Commit: Dimitry Andric > > CommitDate: 2021-01-26 19:25:57 +0000 > > > > Abbreviate displayed git hashes to 12 hex digits. > > It seems like it would be nice to have some sort of shorter markup for > "git hash" that then does the right prefix and generates a suitable > link. It seems we have a 'package:' keyword which is able to do > handle port origin names, so could we add a custom keyword for this as > well? > > -- > John Baldwin > _______________________________________________ > dev-commits-doc-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all > To unsubscribe, send any mail to " > dev-commits-doc-all-unsubscribe@freebsd.org" > Hi John, Of course we can, it=E2=80=99s very easy with AsciiDoctor extensions. Can y= ou please open a bug in bugzilla and put it to me? Bye.