aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@citi.umich.edu>2007-01-30 12:43:36 -0500
committerJ. Bruce Fields <bfields@citi.umich.edu>2007-01-30 12:43:36 -0500
commita8cd1402f039d5e130a32a32a56fd29fbd46c1e8 (patch)
tree786f6f7ebe7878b255246f2e8606cfbeaf69df4e
parent036be17e0a6fe38beed3a163a4a944b5ed3d7b7b (diff)
downloadgit-a8cd1402f039d5e130a32a32a56fd29fbd46c1e8.tar.gz
git-a8cd1402f039d5e130a32a32a56fd29fbd46c1e8.tar.xz
user-manual: point to README for gitweb information
I'd like complete gitweb setup instructions some day, but for now just refer to the gitweb README. Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
-rw-r--r--Documentation/user-manual.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index 9b3281966..c6d1451e8 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -1802,7 +1802,9 @@ set this up.
Allow web browsing of a repository
----------------------------------
-TODO: Brief setup-instructions for gitweb
+The gitweb cgi script provides users an easy way to browse your
+project's files and history without having to install git; see the file
+gitweb/README in the git source tree for instructions on setting it up.
Examples
--------
@@ -2952,3 +2954,4 @@ documentation.
Add a sectin on working with other version control systems, including
CVS, Subversion, and just imports of series of release tarballs.
+More details on gitweb?