diff options
author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-21 04:34:07 -0700 |
---|---|---|
committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-21 04:34:07 -0700 |
commit | 4a072be2d775d5ce59573cfb447ddab940854d54 (patch) | |
tree | b570f8deffa0811ffe3e7369e3cc7c0b246c6b93 /lib/api.rb | |
parent | 131553627d2e62cea2ea8a342250ca2d2495d8fc (diff) | |
download | gitlab-ce-4a072be2d775d5ce59573cfb447ddab940854d54.tar.gz |
API: commits belong to project repository
Diffstat (limited to 'lib/api.rb')
-rw-r--r-- | lib/api.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api.rb b/lib/api.rb index f4e9e5fcc13..3b62f31bf32 100644 --- a/lib/api.rb +++ b/lib/api.rb @@ -19,6 +19,5 @@ module Gitlab mount Milestones mount Keys mount Session - mount Commits end end |