summaryrefslogtreecommitdiff
path: root/README.commits
diff options
context:
space:
mode:
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