Gentoo Archives: gentoo-dev

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-dev <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] Re: Referencing bug reports in git
Date: Tue, 11 Aug 2015 09:12:13
Message-Id: CAATnKFBOi=YY4fYe0pM+M=+RbTd0v-=PPhHnQaxO8ENihwqN7Q@mail.gmail.com
In Reply to: Re: [gentoo-dev] Re: Referencing bug reports in git by Tobias Klausmann
1 On 11 August 2015 at 20:57, Tobias Klausmann <klausman@g.o> wrote:
2 >
3 > The cat/pn rule is tricky anyway: what if one commit touches 100
4 > packages? Or should that be split into 100 commits for easier
5 > partial rollback?
6
7
8 I think you've misread "The rule"
9
10 https://wiki.gentoo.org/wiki/Gentoo_git_workflow#Commit_Message_Format
11
12 Emphasis added:
13
14 >> commits that affect **primarily** a particular subsystem should prepend the >> following code to the first line of the commit message:
15
16 >> **if the change affects multiple directories**, but is mostly related to a particular subsystem, then prepend the subsystem which best reflects the intention (e.g. you add a new license, but also modify profiles/license_group
17
18
19 --
20 Kent
21
22 KENTNL - https://metacpan.org/author/KENTNL

Replies

Subject Author
Re: [gentoo-dev] Re: Referencing bug reports in git Rich Freeman <rich0@g.o>