summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Szczesniak <pszczesniak@google.com>2015-03-27 10:06:21 +0100
committerPiotr Szczesniak <pszczesniak@google.com>2015-03-27 10:06:21 +0100
commit670cba557a104cd6382b722166722f5b2c062f14 (patch)
tree27c8d372e709ee46a59db9b61d97881198d7d47b
parent4d946b3353672a2b27cde2aed92b0ab7abbd7c10 (diff)
parent8a901730fe7348d9bb207233f51a9713b77791b2 (diff)
Merge pull request #5836 from adymitruk/patch-1
Better wording for clean up.
-rw-r--r--faster_reviews.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/faster_reviews.md b/faster_reviews.md
index 142ac946..a2d00465 100644
--- a/faster_reviews.md
+++ b/faster_reviews.md
@@ -120,8 +120,8 @@ your whole PR is pretty trivial, you should instead put your fixups into a new
commit and re-push. Your reviewer can then look at that commit on its own - so
much faster to review than starting over.
-We might still ask you to squash commits at the very end, for the sake of a clean
-history.
+We might still ask you to clean up your commits at the very end, for the sake
+of a more readable history.
## 8. KISS, YAGNI, MVP, etc