diff options
author | François Bobot <francois.bobot@cea.fr> | 2013-12-11 14:41:07 +0100 |
---|---|---|
committer | François Bobot <francois.bobot@cea.fr> | 2013-12-11 14:41:07 +0100 |
commit | 7b3b63d4d49dd5c3876e2f0c02026dd9cb289f32 (patch) | |
tree | aa4971c95403aa72f3a70e73d83ee135ddfba81d /doc | |
parent | 880fef0d92ba9983babdf47c3d91526b4a5729f8 (diff) | |
download | gitlab-ce-7b3b63d4d49dd5c3876e2f0c02026dd9cb289f32.tar.gz |
[API] add parent_ids to specific commit informations
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/repositories.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md index af7b82ca76d..5ac94b72af8 100644 --- a/doc/api/repositories.md +++ b/doc/api/repositories.md @@ -259,7 +259,12 @@ Parameters: "title": "Sanitize for network graph", "author_name": "randx", "author_email": "dmitriy.zaporozhets@gmail.com", - "created_at": "2012-09-20T09:06:12+03:00" + "created_at": "2012-09-20T09:06:12+03:00", + "committed_date": "2012-09-20T09:06:12+03:00", + "authored_date": "2012-09-20T09:06:12+03:00", + "parent_ids" : [ + "ae1d9fb46aa2b07ee9836d49862ec4e2c46fbbba" + ] } ``` |