diff options
author | Evan Read <eread@gitlab.com> | 2019-01-29 22:23:54 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-01-29 22:23:54 +0000 |
commit | 6108db034e3a10e06a70255ec25fc66e8e0c6fcd (patch) | |
tree | 8148b97a6552e9d0ffc648f9257624e33535ce4f | |
parent | 6d3f83f9636285ca0c4a15ee34c795cba7a57dba (diff) | |
parent | e2ec2a060b7df85d227e73a4132727457e7c54b7 (diff) | |
download | gitlab-ce-6108db034e3a10e06a70255ec25fc66e8e0c6fcd.tar.gz |
Merge branch 'docs-repositories-api-fix' into 'master'
Docs: Minor fix to formatting
See merge request gitlab-org/gitlab-ce!24696
-rw-r--r-- | doc/api/repositories.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md index 9f552a10589..104c64a89ce 100644 --- a/doc/api/repositories.md +++ b/doc/api/repositories.md @@ -112,7 +112,7 @@ GET /projects/:id/repository/archive[.format] ``` `format` is an optional suffix for the archive format. Default is -`tar.gz`. Options are `tar.gz`, `tar.bz2`, `tbz`, 'tbz2`, `tb2`, +`tar.gz`. Options are `tar.gz`, `tar.bz2`, `tbz`, `tbz2`, `tb2`, `bz2`, `tar`, and `zip`. For example, specifying `archive.zip` would send an archive in ZIP format. |