dehub/cmd/git-http-server
mediocregopher ee19d2c37e give git-http-server requests ability to specify specific revision
---
type: change
message: give git-http-server requests ability to specify specific revision
change_hash: ABk9oYyjhioP0AKGoCd/G/y+foaAcwdeiCgkRzqrdhAk
credentials:
- type: pgp_signature
  pub_key_id: 95C46FA6A41148AC
  body: iQIzBAABAgAdFiEEJ6tQKp6olvZKJ0lwlcRvpqQRSKwFAl6A0x0ACgkQlcRvpqQRSKxfiA//bIumjB6wqTSkUThnUPVMVuaY3295w/a+jtYF/Uz+/tlRO+gcGT+xBfzMXNCUXrGFhG8wYu3ucUOQBmvbgHRuTw8LbQekv9j3Tot7e0YkoZJBZE+HVG8rWR6nzlNhtggtpHS3pdGnDwzWx29FRIreElmCLmxcirKPy1lf8MnMd24K+Ip5cFwqSmZtpq7MIc2eMZkEd4WWlCt8qRPL60grKFuP1OpVdMFv9Vfp4gQT7q7xRw7UZpZj5rt4nHzcro1qEL3ULMjGQvk8zgADKaiGWAKfo4O9KMlXoWTPC1Enu1SvDNq0wf08kBWBtS1UrM5f3ti1BabxdIlk+P+K4Aj/5iN4P3lrL7+YaNdipDJKWxx8duOf5jg5D7a05MXqkSbtMSV3AfXHbdfh75ow9xxN6jcNPramGOW90X4TgebW+hDc0SGqd4HQSbW0MjUUYNsxbxTFaebB1LNNpBcAS3tfo2g14wGaRJLsXiwJ5YgP8gyBBT17fHo6q/18z9g0fep3kWtfjxH86rNgD5ofy6fJtzQDE0hehr9FUCZ4shugHEFUho4dklkvtX57QvcoAR2agsLEy+Czj0xhLFW8ZnBD0S0SudG3cuJHDFZ9Juw8l9sU4W2/o85d5XR6AYeexq6SYtMxNsgR7sUUCXEeZ8DX6rHm8eeL1OyFhL3IDJ6qoQE=
  account: mediocregopher
2020-03-29 10:56:04 -06:00
..
go.mod implement basic git-http-server 2020-03-26 20:25:54 -06:00
go.sum implement basic git-http-server 2020-03-26 20:25:54 -06:00
main.go give git-http-server requests ability to specify specific revision 2020-03-29 10:56:04 -06:00
README.md implement basic git-http-server 2020-03-26 20:25:54 -06:00

git-http-server

A simple http server which uses a git repo (bare or otherwise) as the underlying filesystem.

  • Automatically renders markdown files as html.
  • Will use README.md as the index, if available.
  • Can be set to use a specific branch.

All configuration is done on the command-line.

Installation

TODO

Markdown

TODO

Templates

TODO