diff options
author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-14 13:56:06 -0800 |
---|---|---|
committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-14 13:56:06 -0800 |
commit | d2be7577c12766618fd8f57c8328fd847cfa8264 (patch) | |
tree | c478316b61db57a21d257c9b6ffc87d0d31c7980 /doc/api/snippets.md | |
parent | 645afc384a12a06b7760fce1f0fdc822e9c6b164 (diff) | |
parent | a5861b8ff34621be246ea0951a9e46b8859af4d4 (diff) | |
download | gitlab-ce-d2be7577c12766618fd8f57c8328fd847cfa8264.tar.gz |
Merge pull request #2243 from jouve/fix_gfm_username_autocomplete
fix gfm autocomplete for usernames
Diffstat (limited to 'doc/api/snippets.md')
-rw-r--r-- | doc/api/snippets.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/snippets.md b/doc/api/snippets.md index 288fd5296f6..b9638ea8291 100644 --- a/doc/api/snippets.md +++ b/doc/api/snippets.md @@ -30,6 +30,7 @@ Parameters: "file_name": "add.rb", "author": { "id": 1, + "username": "john_smith", "email": "john@example.com", "name": "John Smith", "blocked": false, |