Git HTTP后端
这是Grack(Rack应用程序)的基于Go的实现,旨在替换由C Git分发的内置git-http支持的CGI处理程序。 编写Grack的目的是允许更多的Web服务器处理Git智能http请求。 该项目的目的是通过利用Go的功能来提高Git smart http的性能。
依存关系
Git> = 1.7
安装
go get github.com/asim/git-http-
backend
用法
git-http-
backend --project_root=/tmp --git_bin_path=/usr/bin/git
服务器
嵌入自己的服务器导入并使用软件包
import "github.com/asim/git-http-
backend/server"
执照
(The MIT License)
Copyright (c) 2013 Asim Aslam
Permission is hereby granted, free of charge, to any person obtaining
a copy of this soft
1