summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Woods <jwoods@gitlab.com>2019-07-03 00:42:38 +0000
committerEvan Read <eread@gitlab.com>2019-07-03 00:42:38 +0000
commit37a4eaff453f2c1bbec1b47152bff97458621413 (patch)
treea11d98ca2688f436fa1280d329025ee61b1b5b9e
parent4aa98d31e51ea0f7debdbc160b828a4d3d242884 (diff)
downloadgitlab-ce-37a4eaff453f2c1bbec1b47152bff97458621413.tar.gz
Update doc/user/project/merge_requests/squash_and_merge.md
-rw-r--r--doc/user/project/merge_requests/squash_and_merge.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/user/project/merge_requests/squash_and_merge.md b/doc/user/project/merge_requests/squash_and_merge.md
index 39fd2588811..38459584eed 100644
--- a/doc/user/project/merge_requests/squash_and_merge.md
+++ b/doc/user/project/merge_requests/squash_and_merge.md
@@ -50,7 +50,10 @@ all you have to do is enable squashing before you press merge to join
the commits in the merge request into a single commit.
This way, the history of your base branch remains clean with
-meaningful commit messages and is simpler to [revert](revert_changes.md) if necessary.
+meaningful commit messages and:
+
+- It's simpler to [revert](revert_changes.md) if necessary.
+- The merged branch will retain the full commit history.
## Enabling squash for a merge request