summaryrefslogtreecommitdiff
path: root/README.commits
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-04-17 10:48:08 +0200
committerAlexander Larsson <alexl@redhat.com>2009-04-17 10:48:08 +0200
commitcd9a1633a35b1243805c0e531a1f7bd75160a7d4 (patch)
tree31b05aaabe50c831be41a5f56e72f447c3656ec6 /README.commits
parent6fa515051dc7f082896151545a41a29853f4a3bc (diff)
downloadgvfs-cd9a1633a35b1243805c0e531a1f7bd75160a7d4.tar.gz
Mention micro commits in README.commits
Diffstat (limited to 'README.commits')
-rw-r--r--README.commits5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.commits b/README.commits
index d57e84c2..85c26474 100644
--- a/README.commits
+++ b/README.commits
@@ -25,6 +25,11 @@ people committing to GVfs to follow a few rules:
commit message will be reverted. See below for the expected format
of commit messages.
+3) Try to separate each change into multiple small commits that are
+ independent ("micro commits" in git speak). This way its easier to
+ see what each change does, making it easier to review, to cherry pick
+ to other branches, to revert, and to bisect.
+
Notes:
* When developing larger features or complicated bug fixes, it is