diff options
author | Paul Slaughter <pslaughter@gitlab.com> | 2019-06-17 12:53:58 -0500 |
---|---|---|
committer | Paul Slaughter <pslaughter@gitlab.com> | 2019-06-17 14:04:35 -0500 |
commit | 894ad6f6e983cb17c7b63b4185c63a42b6203a4f (patch) | |
tree | bd3990e5b4fe0e9521287bf0c327925a82084c50 /changelogs | |
parent | 89a89b3230717920410de6fb6d6b7152ef41a03e (diff) | |
download | gitlab-ce-894ad6f6e983cb17c7b63b4185c63a42b6203a4f.tar.gz |
Fix IDE commit to use start_ref59023-fix-web-ide-creating-branches-off-new-commits
**Why?**
The branch HEAD could be changed since the
IDE was opened. This leads to user's unintentionally
creating commits that overwrite other changes.
https://gitlab.com/gitlab-org/gitlab-ce/issues/59023
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/59023-fix-web-ide-creating-branches-off-new-commits.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/59023-fix-web-ide-creating-branches-off-new-commits.yml b/changelogs/unreleased/59023-fix-web-ide-creating-branches-off-new-commits.yml new file mode 100644 index 00000000000..f7e0ee333aa --- /dev/null +++ b/changelogs/unreleased/59023-fix-web-ide-creating-branches-off-new-commits.yml @@ -0,0 +1,5 @@ +--- +title: Fix IDE commit using latest ref in branch and overriding contents +merge_request: 29769 +author: +type: fixed |