diff options
author | Thomas Ackermann <th.acker66@arcor.de> | 2012-10-16 19:25:29 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-10-18 10:51:34 -0700 |
commit | 1797e5c50c00b514b798f7b0441c86ee71fb0fab (patch) | |
tree | 40835d0cb2880348613ba4763ff478a4b246bcca /Documentation/howto/use-git-daemon.txt | |
parent | 5316c8e9399dacd9e0f7c22132f3ad67186408ed (diff) | |
download | git-1797e5c50c00b514b798f7b0441c86ee71fb0fab.tar.gz git-1797e5c50c00b514b798f7b0441c86ee71fb0fab.tar.xz |
Documentation/howto: convert plain text files to asciidoc
These were not originally meant for asciidoc, but they are already
so close. Mark them up in asciidoc.
Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/howto/use-git-daemon.txt')
-rw-r--r-- | Documentation/howto/use-git-daemon.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/howto/use-git-daemon.txt b/Documentation/howto/use-git-daemon.txt index 4e2f75cb6..23cdf3543 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 |