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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2018-02-22 12:38:37 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2018-03-01 11:18:26 +0300
commitc12b18c5452a096f878b3b58521d898e9963c172 (patch)
treea3be4f446d8a9bc31c96e2a339d92378093767b1 /changelogs
parent71545ca633fc66e40d05256083503ea9f97cdf1e (diff)
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')
-rw-r--r--changelogs/unreleased/zj-gitaly-encoding-issue.yml5
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