summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorIzaak Alpert <ialpert@blackberry.com>2013-10-02 10:47:23 -0400
committerIzaak Alpert <ialpert@blackberry.com>2013-10-10 09:19:28 -0400
commita00c534c4c7921e40f58f714291a2bb09ad02225 (patch)
tree378503e62f636ed90b7e370b32a04327faeaffe9 /doc/api
parentce21d8688d091312f47c547c2900a83fdcaebc75 (diff)
downloadgitlab-ce-a00c534c4c7921e40f58f714291a2bb09ad02225.tar.gz
Fix a bug where the tgz returned got encoded utf8
Conflicts: doc/api/repositories.md Change-Id: I7ebc39b47ff860813d9622ba6776583536e6e384
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/repositories.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md
index 1792d2b5edf..2769c22d6aa 100644
--- a/doc/api/repositories.md
+++ b/doc/api/repositories.md
@@ -368,4 +368,4 @@ GET /projects/:id/repository/archive
Parameters:
+ `id` (required) - The ID of a project
-+ `sha` (optional) - The commit or branch name
++ `sha` (optional) - The commit sha to download defaults to the tip of the default branch \ No newline at end of file