Documentation
¶
Overview ¶
Package serve implements the "dgit serve" command
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &base.Command{
Run: runServe,
Name: "serve",
Usage: "dgit serve URL",
ShortHelp: "serve Git repositories",
LongHelp: `Serve serves Git repositories
DGit listens and serves repositories on the provided URL. The only
recognized scheme is http.
The DGit handler supports the "dumb" Git HTTP protocol, so read-only
repository operations, such as cloning and fetching, are supported.
`,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.