Gentoo Archives: gentoo-portage-dev

From: Alexander Berntsen <bernalex@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH 0/3] Let's standardise commit messages
Date: Thu, 27 Mar 2014 12:49:02
Message-Id: 1395924520-9291-1-git-send-email-bernalex@gentoo.org
1 The first two patches here are not interesting. The first one makes
2 DEVELOPING cap at the same width as README. The second adds a "duh"
3 paragraph on commits. They are only bundled with what I really wanna
4 talk about because I need ACKs to push them anyway. (Please ACK them,
5 someone.)
6
7 So what I really wanna talk about are commit messages. They are sort of
8 a mess. Let's just standardise them to something sane. I believe my
9 suggestions are sane, and pretty much "what everybody does". The reason
10 I wanna do "#number" for bugs is because a) we need the number for easy
11 grep and of course to look up the relevant bug, and b) because '#' is a
12 very grepable char for looking up recently fixed bugs with head or
13 whatever.
14
15 No bikeshedding, please. These are not very interesting things to talk
16 about. Let's just form a decision. Object if you have an objection. If
17 not, give me an ACK.
18
19 Alexander Berntsen (3):
20 DEVELOPING: Cap at 72 columns
21 DEVELOPING: Add note on commits
22 DEVELOPING: Add note on commit messages
23
24 DEVELOPING | 98 +++++++++++++++++++++++++++++++++++++++++---------------------
25 1 file changed, 65 insertions(+), 33 deletions(-)
26
27 --
28 1.8.3.2

Replies