Method: Repositories::GitHttpController#git_upload_pack

Defined in:
app/controllers/repositories/git_http_controller.rb

#git_upload_packObject

POST /foo/bar.git/git-upload-pack (git pull)



31
32
33
34
35
# File 'app/controllers/repositories/git_http_controller.rb', line 31

def git_upload_pack
  update_fetch_statistics

  render_ok
end