Gentoo Archives: gentoo-portage-dev

From: Alexander Berntsen <bernalex@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH] DEVELOPING: Add note on commits
Date: Sat, 29 Mar 2014 00:01:02
Message-Id: 1396051245-16358-1-git-send-email-bernalex@gentoo.org
In Reply to: Re: [gentoo-portage-dev] [PATCH 2/3] DEVELOPING: Add note on commits by David James
1 ---
2 Whoops! Spellcheckers are not overly helpful when your typo is a legal
3 word. Good catch! :-)
4
5
6 DEVELOPING | 7 +++++++
7 1 file changed, 7 insertions(+)
8
9 diff --git a/DEVELOPING b/DEVELOPING
10 index 1f5087a..9731610 100644
11 --- a/DEVELOPING
12 +++ b/DEVELOPING
13 @@ -167,6 +167,13 @@ when functions are needed and often unused functions are left in the
14 import line until someone comes along with a linter to clean up (does
15 not happen often).
16
17 +Commits
18 +-------
19 +
20 +Prefer small commits that change specific things to big commits that
21 +change a lot of unrelated things. This makes it easier to see what
22 +parts of the system have actually changed. It also makes it easier to
23 +cherry-pick and revert commits. Use your common sense!
24
25 Releases
26 --------
27 --
28 1.8.3.2