summaryrefslogtreecommitdiffstats
path: root/software/git.page
diff options
context:
space:
mode:
Diffstat (limited to 'software/git.page')
-rw-r--r--software/git.page8
1 files changed, 8 insertions, 0 deletions
diff --git a/software/git.page b/software/git.page
index 362970b..3f4e3ef 100644
--- a/software/git.page
+++ b/software/git.page
@@ -10,3 +10,11 @@ Git
Quick tip: when you have ``.gitignore`` ignoring everything (with a ``*``
entry), you need to use ``git-update-index --add FILE`` to actually add the
file, instead of just ``git-add FILE``.
+
+Over HTTP
+--------------
+To make a repository available over "dumb" HTTP, set up a bare repository and
+copy ``hooks/post-update.sample`` to ``hooks/post-update``.
+
+To add links from gitweb, add to the ``@git_base_url_list`` list in the
+configuration file.