summaryrefslogtreecommitdiffstats
path: root/user-manual.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-08-12 06:59:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-08-12 06:59:38 +0000
commitc96fb5a7d7921dab126671259bd1665dff1a7b50 (patch)
tree84b1c919083e01066c0a404148f1c6a735adcceb /user-manual.txt
parent1d36888341421a7ba59def87f39c3f7d25989e37 (diff)
downloadgit-htmldocs-c96fb5a7d7921dab126671259bd1665dff1a7b50.tar.gz
Autogenerated HTML docs for v1.6.0-rc2-35-g04c6e
Diffstat (limited to 'user-manual.txt')
-rw-r--r--user-manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/user-manual.txt b/user-manual.txt
index e99921108..08d1310bf 100644
--- a/user-manual.txt
+++ b/user-manual.txt
@@ -1890,7 +1890,7 @@ adjustments to give web clients some extra information they need:
$ mv proj.git /home/you/public_html/proj.git
$ cd proj.git
$ git --bare update-server-info
-$ chmod a+x hooks/post-update
+$ mv hooks/post-update.sample hooks/post-update
-------------------------------------------------
(For an explanation of the last two lines, see