From nobody Fri Jan 27 19:59:00 2023 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4P3T1K4Ynfz3bwLb; Fri, 27 Jan 2023 19:59:17 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-lf1-f41.google.com (mail-lf1-f41.google.com [209.85.167.41]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4P3T1K2QBlz4CMJ; Fri, 27 Jan 2023 19:59:17 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-lf1-f41.google.com with SMTP id y25so9800848lfa.9; Fri, 27 Jan 2023 11:59:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=/vPQTgzDb5oHuXIbB/yOEN5yblGkQ78gDG57LB5rSbc=; b=Qmh3Q1aynayl0fa+/tkUglnwyI0o/06n6DK8BE5QMp/l6fyyXnxa3RnA1YrrD1FG6C D4Rym5sDLs6b8UbT/NeJOvWzf90VX0rSkIcouwJX9PG2dTTmusqem3mSF9YTA1jcFqHN XvQyYHjGEukEpczlyt9R3sQU5DTSPsBwlUDz85HzmYGzFM60OSr8NzR/o//XmYrNp6ZT z8WjPmZreIc+22vgw7ZDrKGDke7BBN56pjFzReFtX4aIJK7hh25RnXisUT49ZDqmBHAM 1XLGc5+zD1Y/08OYWD+4t/TJwMYy+v4nuLMw0O+wp0uOb08PKb+ZGEO8NYyqx5AwxxZw +GFg== X-Gm-Message-State: AO0yUKUBOVKBWZs94T+zphDDv0pyS0nPD8S7DGEztehEdiPzlPWo3plx 6xvVeeri2i7y65OOGnGShm/rhFwh9TkRqYruslClmuiPGsw= X-Google-Smtp-Source: AK7set/GEwWFjn4x/TOaIflnaxqPbyRZppRLx9S/cpZzuphvgr9mHWW9mvoC5u+f9rd0WQtOt97l2FWX4N+on+q/jO0= X-Received: by 2002:ac2:4841:0:b0:4d7:bda4:e6af with SMTP id 1-20020ac24841000000b004d7bda4e6afmr1347198lfy.184.1674849554155; Fri, 27 Jan 2023 11:59:14 -0800 (PST) List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 References: <202301232027.30NKRckV060051@gitrepo.freebsd.org> <1o40rq5-n1pr-ss27-q14-qo845q26398@mnoonqbm.arg> In-Reply-To: <1o40rq5-n1pr-ss27-q14-qo845q26398@mnoonqbm.arg> From: Ed Maste Date: Fri, 27 Jan 2023 14:59:00 -0500 Message-ID: Subject: Re: git: 247e03ed8b83 - main - Add git-blame ignore file To: "Bjoern A. Zeeb" Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4P3T1K2QBlz4CMJ X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Fri, 27 Jan 2023 at 10:24, Bjoern A. Zeeb wrote: > > On Mon, 23 Jan 2023, Ed Maste wrote: > > > The branch main has been updated by emaste: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=247e03ed8b8341cf25dc3d9ecb846612d984f424 > > > > commit 247e03ed8b8341cf25dc3d9ecb846612d984f424 > > Author: Ed Maste > > AuthorDate: 2023-01-23 20:27:25 +0000 > > Commit: Ed Maste > > CommitDate: 2023-01-23 20:27:25 +0000 > > > > Add git-blame ignore file > > > > .git-blame-ignore-revs lists commit hashes that should be skipped by > > `git blame` e.g. non-functional whitespace or style cleanup. > > > > The file is populated with a few sample entries. > > How is this file to be used? > > 1. Do a non-functional commit? > 2. And then do another commit to add the hash? Yes, although there's no need to list every non-functional change here. It's useful mainly for changes that would otherwise obscure the history/blame - for example, re-indenting libexec/rtld-elf/rtld.c to use standard indentation would be a good use. We could omit the comments, but I don't think it's worth the effort to try to automate this.