summaryrefslogtreecommitdiffstats
path: root/gitweb.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-03-31 11:19:09 -0700
committerJunio C Hamano <gitster@pobox.com>2012-03-31 11:19:09 -0700
commit0ff9816f16e3ca9d26616328e79bb9a12e8f3a1e (patch)
treef7d24c2fb5655f4b562c9bc1f38c2a671389b7fd /gitweb.txt
parent892d90ec9b6d7c228e63b6eead67b76a5730f621 (diff)
downloadgit-htmldocs-0ff9816f16e3ca9d26616328e79bb9a12e8f3a1e.tar.gz
Autogenerated HTML docs for v1.7.10-rc3-3-g19a6c
Diffstat (limited to 'gitweb.txt')
-rw-r--r--gitweb.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitweb.txt b/gitweb.txt
index 605a08532..168e8bfed 100644
--- a/gitweb.txt
+++ b/gitweb.txt
@@ -14,7 +14,7 @@ gitweb.
DESCRIPTION
-----------
-Gitweb provides a web interface to git repositories. It's features include:
+Gitweb provides a web interface to git repositories. Its features include:
* Viewing multiple Git repositories with common root.
* Browsing every revision of the repository.
@@ -60,7 +60,7 @@ to gitweb. The list of projects is generated by default by scanning the
more exact; gitweb is not interested in a working area, and is best suited
to showing "bare" repositories).
-The name of repository in gitweb is path to it's `$GIT_DIR` (it's object
+The name of the repository in gitweb is the path to its `$GIT_DIR` (its object
database) relative to `$projectroot`. Therefore the repository $repo can be
found at "$projectroot/$repo".