dehub/cmd/git-http-server
mediocregopher 921572d053 Documentation fixes for dehub-remote and git-http-server
---
type: change
message: Documentation fixes for dehub-remote and git-http-server
change_hash: AHgOc66WotsrgX4qfuIWuI1kcI1prxoUvd4L5VKR3onI
credentials:
- type: pgp_signature
  pub_key_id: 95C46FA6A41148AC
  body: iQIzBAABAgAdFiEEJ6tQKp6olvZKJ0lwlcRvpqQRSKwFAl6BI0UACgkQlcRvpqQRSKxcww//fSTl5noQ7ozmlchJjE+Us0RLDK4OCjKriEvF1eaulJQNYEu+d4YJCoCJ0GMQoRvng3zgbal+juHTCZVERCI3Q8wkAk3j6UxYPcuUfzH4DAZmwH7Y9EpwofXeB3ZnVypObQpy0EzlaqIfbk/UAvMuZc+u4c+0wFUR8gBk8rydnpAV4okD6t56U8uUwQtjvF1siCakcCSEHKRx2juDdjwMIA95BebsTZ+SiBgwh2p7sWbRn2+WCqCU0F62esG+1OHeSSkQFF2nI4Wz7t3iZfmMRExsxyfnvyTRlvDuvHNb/3d9hh+7oQmeZ1YcNOwbeWOY7MmO1cTqMbg+oaf3KOj04kyQg8oDPJZfFadW7a9ITzj+O8zVGJZXTDh6A6FVTfTnwx1t04JrkAncnd7/lQTYbRk8RcIrFtzXUkbd9l7eucooINk+sRek4jvGexQZhMjATaC6Qe1lHgYH0raWeAaoFfTXIqPlGPvsCSU8jBivZqvDrXF8u+2sneLKXw2EFmXp5OvzzIP40htZHNTX58Mx7D+09sIxJU3rN1R/bvxidyMW/+EKiP/3JgEW7kXPOc1tRdEMb1rJ6Iufy6mCkNgZXboI1uAr0Q9JB3GB08ocf2JA8mhSpuVWUssF0u3i5R47dmbwxsc3v4V/i8xPoO05b/n5I3TmLqR0ewiXUvCR4J8=
  account: mediocregopher
2020-03-29 16:38:08 -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 Documentation fixes for dehub-remote and git-http-server 2020-03-29 16:38:08 -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

Installation of git-http-server is done in the same manner as the dehub command itself:

go get dehub.dev/src/dehub.git/cmd/git-http-server

Markdown

TODO

Templates

TODO