Gentoo Archives: gentoo-commits

From: Alexander Berntsen <bernalex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Sun, 30 Mar 2014 00:22:54
Message-Id: 1396051029.18c3f4f6149b8ca225dfb35c22dac0f330a7e825.bernalex@gentoo
1 commit: 18c3f4f6149b8ca225dfb35c22dac0f330a7e825
2 Author: Alexander Berntsen <bernalex <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 27 12:42:15 2014 +0000
4 Commit: Alexander Berntsen <bernalex <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 28 23:57:09 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=18c3f4f6
7
8 DEVELOPING: Add note on commits
9
10 ---
11 DEVELOPING | 7 +++++++
12 1 file changed, 7 insertions(+)
13
14 diff --git a/DEVELOPING b/DEVELOPING
15 index 1f5087a..9731610 100644
16 --- a/DEVELOPING
17 +++ b/DEVELOPING
18 @@ -167,6 +167,13 @@ when functions are needed and often unused functions are left in the
19 import line until someone comes along with a linter to clean up (does
20 not happen often).
21
22 +Commits
23 +-------
24 +
25 +Prefer small commits that change specific things to big commits that
26 +change a lot of unrelated things. This makes it easier to see what
27 +parts of the system have actually changed. It also makes it easier to
28 +cherry-pick and revert commits. Use your common sense!
29
30 Releases
31 --------