Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Mishunov <dmishunov@gitlab.com>2019-07-03 15:14:44 +0300
committerDenys Mishunov <dmishunov@gitlab.com>2019-07-05 16:37:33 +0300
commitff1a4a4241f1628491a1aec05b440ff650ba66ad (patch)
treebd2cf63f652d1cfc911c1e98b8c41bc414b81c75 /changelogs
parent4c954a5c9e54e768aaca0eb787d8d9d2f63ebcae (diff)
Initiate editor for any file without content
Important to get file data for any file that has no content set yet: we need this information in order to build a previe for changed/staged files if they were not yet opened in the editor
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/60856-deleting-binary-file.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/60856-deleting-binary-file.yml b/changelogs/unreleased/60856-deleting-binary-file.yml
new file mode 100644
index 00000000000..9b587ed591b
--- /dev/null
+++ b/changelogs/unreleased/60856-deleting-binary-file.yml
@@ -0,0 +1,5 @@
+---
+title: Removing an image should not output binary data
+merge_request: 30314
+author:
+type: fixed