summaryrefslogtreecommitdiff
path: root/Documentation/howto/use-git-daemon.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-12-22 20:35:34 -0800
committerJunio C Hamano <gitster@pobox.com>2012-12-22 20:35:34 -0800
commit66afe50b439e4d83679d12639dd084bcab0486f0 (patch)
tree33b6c7f7b4c93207328f5bd67aa4a70161e64526 /Documentation/howto/use-git-daemon.txt
parent854dfda8be946b6d2a7cbbf2cd85628c92ddfb64 (diff)
parent5e00439f0a522c6f240791b0d105a17e0dde3247 (diff)
downloadgit-66afe50b439e4d83679d12639dd084bcab0486f0.tar.gz
Merge branch 'ta/doc-cleanup' into maint
* ta/doc-cleanup: Documentation: build html for all files in technical and howto Documentation/howto: convert plain text files to asciidoc Documentation/technical: convert plain text files to asciidoc Change headline of technical/send-pack-pipeline.txt to not confuse its content with content from git-send-pack.txt Shorten two over-long lines in git-bisect-lk2009.txt by abbreviating some sha1 Split over-long synopsis in git-fetch-pack.txt into several lines
Diffstat (limited to 'Documentation/howto/use-git-daemon.txt')
-rw-r--r--Documentation/howto/use-git-daemon.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/howto/use-git-daemon.txt b/Documentation/howto/use-git-daemon.txt
index 4e2f75cb61..23cdf35435 100644
--- a/Documentation/howto/use-git-daemon.txt
+++ b/Documentation/howto/use-git-daemon.txt
@@ -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