unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 59a31c9dd57cc8ea332211085ddb94b53ec19f50 442 bytes (raw)
$ git show v0.9.0:examples/git.ru	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
#\-E none

# See http://thread.gmane.org/gmane.comp.web.curl.general/10473/raw on
# how to setup git for this.  A better version of the above patch was
# accepted and committed on June 15, 2009, so you can pull the latest
# curl CVS snapshot to try this out.
require 'unicorn/app/inetd'

use Rack::Lint
use Rack::Chunked # important!
run Unicorn::App::Inetd.new(
 *%w(git daemon --verbose --inetd --export-all --base-path=/home/ew/unicorn)
)

git clone https://yhbt.net/unicorn.git