diff options
author | Stan Hu <stanhu@gmail.com> | 2016-01-22 08:17:54 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-01-22 08:17:54 -0800 |
commit | 5972dedfcfda1826617092b018e68757c18d995a (patch) | |
tree | cd79406a3c27f3f3d72ddd9e4f3c13bcfecd074e /CHANGELOG | |
parent | 0e51ca7c4841bb388c0decb57ecc64af86c77805 (diff) | |
download | gitlab-ce-5972dedfcfda1826617092b018e68757c18d995a.tar.gz |
Ignore binary files in code search to prevent Error 500
Leaving out the -I option in "git grep" would cause an Error 500 because the
resulting line would include "Binary file X matches"
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 7c14a922c88..0d3e0571b59 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.5.0 (unreleased) - Add "visibility" flag to GET /projects api endpoint + - Ignore binary files in code search to prevent Error 500 (Stan Hu) - Upgrade gitlab_git to 7.2.23 to fix commit message mentions in first branch push - New UI for pagination |