diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-11-01 15:27:27 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-11-01 15:27:27 +0100 |
commit | d415cc0929aed8bf95cbbb54f64d457e42d77696 (patch) | |
tree | 60c63d8e511e84ed401c6d4c41221d72823f3251 /docs/gl_objects/projects.rst | |
parent | 5082879dcfbe322bb16e4c2387c25ec4f4407cb1 (diff) | |
download | gitlab-d415cc0929aed8bf95cbbb54f64d457e42d77696.tar.gz |
Update the repository_blob documentation
Fixes #312
Diffstat (limited to 'docs/gl_objects/projects.rst')
-rw-r--r-- | docs/gl_objects/projects.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gl_objects/projects.rst b/docs/gl_objects/projects.rst index 8465eb9..eb15a3b 100644 --- a/docs/gl_objects/projects.rst +++ b/docs/gl_objects/projects.rst @@ -120,7 +120,7 @@ List the repository tree: :start-after: # repository tree :end-before: # end repository tree -Get the content of a file for a commit: +Get the content and metadata of a file for a commit, using a blob sha: .. literalinclude:: projects.py :start-after: # repository blob |