summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Duncalfe <lduncalfe@eml.cc>2019-02-28 16:11:49 +1300
committerLuke Duncalfe <lduncalfe@eml.cc>2019-03-26 13:05:40 +1300
commitdc14af6b53d67b2be4b9d9edf3a2122acec6f061 (patch)
tree40ec0fa9dcc1df57fbadcd5333b6228b088f7d5f
parentf82380b9df9693e7976b7474233840a469635429 (diff)
downloadgitlab-ce-dc14af6b53d67b2be4b9d9edf3a2122acec6f061.tar.gz
Add changelog entry
-rw-r--r--changelogs/unreleased/48132-display-output-from-pre-receive-scripts.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/48132-display-output-from-pre-receive-scripts.yml b/changelogs/unreleased/48132-display-output-from-pre-receive-scripts.yml
new file mode 100644
index 00000000000..e06a4d5ee75
--- /dev/null
+++ b/changelogs/unreleased/48132-display-output-from-pre-receive-scripts.yml
@@ -0,0 +1,5 @@
+---
+title: "Allow failed custom hook script errors to safely appear in GitLab UI by filtering error messages by the prefix GL-HOOK-ERR:"
+merge_request: 25625
+author:
+type: changed