Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Taedcke <hacking@taedcke.com>2014-07-01 23:05:29 +0400
committerChristian Taedcke <christian.taedcke@honeywell.com>2014-07-25 10:25:16 +0400
commite59674f9545d36da13c306e223b2cb84e9fcaa48 (patch)
tree2b976808312bd305f762f56f2315a9d2b6b6f3f6 /doc/api/commits.md
parent414afd68f3b9c529fa9de9f60bfe86994b1fda81 (diff)
Add full commit message to commit api as field message.
Diffstat (limited to 'doc/api/commits.md')
-rw-r--r--doc/api/commits.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/api/commits.md b/doc/api/commits.md
index d55b34c0c1f..9475ecbaa67 100644
--- a/doc/api/commits.md
+++ b/doc/api/commits.md
@@ -21,7 +21,8 @@ Parameters:
"title": "Replace sanitize with escape once",
"author_name": "Dmitriy Zaporozhets",
"author_email": "dzaporozhets@sphereconsultinginc.com",
- "created_at": "2012-09-20T11:50:22+03:00"
+ "created_at": "2012-09-20T11:50:22+03:00",
+ "message": "Replace sanitize with escape once"
},
{
"id": "6104942438c14ec7bd21c6cd5bd995272b3faff6",
@@ -29,7 +30,8 @@ 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",
+ "message": "Sanitize for network graph"
}
]
```
@@ -55,6 +57,7 @@ Parameters:
"author_name": "randx",
"author_email": "dmitriy.zaporozhets@gmail.com",
"created_at": "2012-09-20T09:06:12+03:00",
+ "message": "Sanitize for network graph",
"committed_date": "2012-09-20T09:06:12+03:00",
"authored_date": "2012-09-20T09:06:12+03:00",
"parent_ids": [