diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2018-02-22 10:38:37 +0100 |
---|---|---|
committer | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2018-03-01 09:18:26 +0100 |
commit | c12b18c5452a096f878b3b58521d898e9963c172 (patch) | |
tree | a3be4f446d8a9bc31c96e2a339d92378093767b1 /changelogs/unreleased/zj-gitaly-encoding-issue.yml | |
parent | 71545ca633fc66e40d05256083503ea9f97cdf1e (diff) | |
download | gitlab-ce-c12b18c5452a096f878b3b58521d898e9963c172.tar.gz |
Encode revision for gitattributes ref
A field didn't call the needed encoding helper, thus some UTF-8 encoding
couldn't be encoded to ASCII. Using the helper method this was fixed.
Tests are now run against Gitaly and Rugged too, to ensure both remain
working correctly.
Fixes gitlab-org/gitaly#1032, gitlab-org/gitlab-ce#43278
Diffstat (limited to 'changelogs/unreleased/zj-gitaly-encoding-issue.yml')
-rw-r--r-- | changelogs/unreleased/zj-gitaly-encoding-issue.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/zj-gitaly-encoding-issue.yml b/changelogs/unreleased/zj-gitaly-encoding-issue.yml new file mode 100644 index 00000000000..073d8f38e4b --- /dev/null +++ b/changelogs/unreleased/zj-gitaly-encoding-issue.yml @@ -0,0 +1,5 @@ +--- +title: Encode branch name as binary before creating a RPC request to copy attributes +merge_request: 17291 +author: +type: fixed |