From f368f5a6bc11855ab11013bc0c550bfc0868c140 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 1 Sep 2007 04:01:54 -0700 Subject: Documentation: minor AsciiDoc mark-up fixes. Signed-off-by: Junio C Hamano --- Documentation/git-daemon.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Documentation/git-daemon.txt') diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt index efdcdadea7..99e47c9c25 100644 --- a/Documentation/git-daemon.txt +++ b/Documentation/git-daemon.txt @@ -248,16 +248,16 @@ a subdirectory for each virtual host IP address supported. Repositories can still be accessed by hostname though, assuming they correspond to these IP addresses. - -To enable `git-archive --remote` and disable `git-fetch` against -a repository, have the following in the configuration file in the -repository (that is the file 'config' next to 'HEAD', 'refs' and -'objects'). +selectively enable/disable services per repository:: + To enable `git-archive --remote` and disable `git-fetch` against + a repository, have the following in the configuration file in the + repository (that is the file 'config' next to 'HEAD', 'refs' and + 'objects'). + ---------------------------------------------------------------- -[daemon] - uploadpack = false - uploadarchive = true + [daemon] + uploadpack = false + uploadarchive = true ---------------------------------------------------------------- -- cgit v1.2.3