conditional markdown preprocessing
[gitweb.git] / Documentation / howto / use-git-daemon.txt
index 1a1eb246bf5b5ff5f67edea306371604159762ae..7af2e52cf312c474d5888855fb86b7456a2d82db 100644 (file)
@@ -1,7 +1,10 @@
+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
+let a coworker pull from you, and therefore need to set up a Git server
 real quick, right?
 
 Note that git-daemon is not really chatty at the moment, especially when
@@ -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.
-