diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-11-02 14:14:38 +0200 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2015-11-02 17:07:06 +0200 |
commit | 1b8d324762787805fabee72d585ac40e244af4d7 (patch) | |
tree | 2c569dede8e82518ed25baa8b420324a87d055f8 /doc | |
parent | 8f75200d466d41707f3b1ca12ca4244cfa2e2e7b (diff) | |
download | gitlab-ce-1b8d324762787805fabee72d585ac40e244af4d7.tar.gz |
Add ability to fetch the commit ID of the last commit that actually touched a fileapi_file_touched_at
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/repository_files.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/repository_files.md b/doc/api/repository_files.md index 25311b07107..623063f357b 100644 --- a/doc/api/repository_files.md +++ b/doc/api/repository_files.md @@ -23,7 +23,8 @@ Example response: "content": "IyA9PSBTY2hlbWEgSW5mb3...", "ref": "master", "blob_id": "79f7bbd25901e8334750839545a9bd021f0e4c83", - "commit_id": "d5a3ff139356ce33e37e73add446f16869741b50" + "commit_id": "d5a3ff139356ce33e37e73add446f16869741b50", + "last_commit_id": "570e7b2abdd848b95f2f578043fc23bd6f6fd24d" } ``` |