summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-03-23 21:36:13 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-03-23 21:36:13 (GMT)
commit0df81d860eec53299a43fb8e205caa3cbd813da5 (patch)
treef8317fbe5dd40aafd8839762fe80799c47af8b04 /Documentation
parent498a04af143f55a7bbbba484d48a7f123d43be04 (diff)
parentc32c95916549331a581fadfa749c4322c14ccd78 (diff)
downloadgit-0df81d860eec53299a43fb8e205caa3cbd813da5.zip
git-0df81d860eec53299a43fb8e205caa3cbd813da5.tar.gz
git-0df81d860eec53299a43fb8e205caa3cbd813da5.tar.bz2
Merge branch 'dw/gitweb-doc-grammo'
Typofix. * dw/gitweb-doc-grammo: Documentation/gitweb: trivial English fixes
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/gitweb.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gitweb.txt b/Documentation/gitweb.txt
index 605a085..168e8bf 100644
--- a/Documentation/gitweb.txt
+++ b/Documentation/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".