Merge branch 'mh/alt-odb-string-list-cleanup'
[gitweb.git] / Documentation / howto / use-git-daemon.txt
index 1a1eb246bf5b5ff5f67edea306371604159762ae..23cdf35435414c5f5127ca50a32cf7c970803c1f 100644 (file)
@@ -1,4 +1,7 @@
+Content-type: text/asciidoc
+
 How to use git-daemon
+=====================
 
 Git can be run in inetd mode and in stand alone mode. But all you want is
 let a coworker pull from you, and therefore need to set up a git server
@@ -49,4 +52,3 @@ Now, test your daemon with
        $ git ls-remote git://127.0.0.1/rule-the-world.git
 
 If this does not work, find out why, and submit a patch to this document.
-