diff options
author | D Waitzman <djw@spamcop.net> | 2012-03-23 16:02:43 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-03-23 19:22:04 +0100 |
commit | c32c95916549331a581fadfa749c4322c14ccd78 (patch) | |
tree | 4e4c5b4a03724ea51bab3525734f725cd3bf1475 | |
parent | Merge branch 'ks/sort-wildcard-in-makefile' into maint-1.7.8 (diff) | |
download | git-c32c95916549331a581fadfa749c4322c14ccd78.tar.xz git-c32c95916549331a581fadfa749c4322c14ccd78.zip |
Documentation/gitweb: trivial English fixes
Change "it's" to "its" where a possessive is intended. Also add two
missing "the" that were noticed by Ben Walton.
Signed-off-by: David Waitzman <djw@bbn.com>
-rw-r--r-- | Documentation/gitweb.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gitweb.txt b/Documentation/gitweb.txt index 605a085326..168e8bfed6 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". |