summaryrefslogtreecommitdiff
path: root/docs/gl_objects
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gl_objects')
-rw-r--r--docs/gl_objects/projects.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/gl_objects/projects.rst b/docs/gl_objects/projects.rst
index ff297cc..85e5cb9 100644
--- a/docs/gl_objects/projects.rst
+++ b/docs/gl_objects/projects.rst
@@ -362,6 +362,10 @@ Delete a file::
f.delete(commit_message='Delete testfile')
+Get file blame::
+
+ b = project.files.blame(file_path='README.rst', ref='master')
+
Project tags
============