From a00c534c4c7921e40f58f714291a2bb09ad02225 Mon Sep 17 00:00:00 2001 From: Izaak Alpert Date: Wed, 2 Oct 2013 10:47:23 -0400 Subject: Fix a bug where the tgz returned got encoded utf8 Conflicts: doc/api/repositories.md Change-Id: I7ebc39b47ff860813d9622ba6776583536e6e384 --- doc/api/repositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api') 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 -- cgit v1.2.1