diff options
author | Han Loong Liauw <hanloongliauw@gmail.com> | 2015-10-14 19:46:27 +1100 |
---|---|---|
committer | Han Loong Liauw <hanloongliauw@gmail.com> | 2015-10-14 19:46:27 +1100 |
commit | e1d70c4f31936cd73ba25aeff573dedd27b11332 (patch) | |
tree | 2092b952a825ef20634e24f0d04458977b9cff0b /lib/api/api.rb | |
parent | de026375fc4eea39ae4bccb2de3bbed93de8c86b (diff) | |
parent | 82da19cecd6390d2372bad36da0a9f89b21abb38 (diff) | |
download | gitlab-ce-e1d70c4f31936cd73ba25aeff573dedd27b11332.tar.gz |
Merge branch 'master' into add-dates-snippets-show
Also removed fixes to btn-sm as they have appears to
be already merged into master
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index c09488d3547..afc0402f9e1 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -46,6 +46,7 @@ module API mount Services mount Files mount Commits + mount CommitStatus mount Namespaces mount Branches mount Labels |