diff options
author | John Cai <jcai@gitlab.com> | 2019-04-02 11:15:59 -0700 |
---|---|---|
committer | John Cai <jcai@gitlab.com> | 2019-04-24 22:17:12 -0700 |
commit | 2370e5d04a47a913396bddd0551361c9e3a2cdc1 (patch) | |
tree | c61b556c81fd5ae01b259774e91b64055d99a791 /GITALY_SERVER_VERSION | |
parent | f3b3d8b164933a0c8dd3ed505f1ff03a0910cd87 (diff) | |
download | gitlab-ce-2370e5d04a47a913396bddd0551361c9e3a2cdc1.tar.gz |
Update list_last_commits_for_tree response path field to path_bytes
Updates the gitaly client to use path_bytes field instead of the
deprecated path field in list_last_commits_for_tree_response.
Also adds a test to guard against non-utf8 path data
Diffstat (limited to 'GITALY_SERVER_VERSION')
-rw-r--r-- | GITALY_SERVER_VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION index 2b17ffd5042..a2d87226ac2 100644 --- a/GITALY_SERVER_VERSION +++ b/GITALY_SERVER_VERSION @@ -1 +1 @@ -1.34.0 +1.35.0
\ No newline at end of file |