X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgitweb.txt;h=168e8bfed644c5f22bfb5e45801884128e306e4a;hb=9eefd8ae8a955f470d931c13b8711d98f4e9d56e;hp=605a085326022dec46cf15c0c4e4f435a1bd12bd;hpb=2bbf77dde2b47f2b8c9769c4d64f7f2f591d1e99;p=git.git diff --git a/Documentation/gitweb.txt b/Documentation/gitweb.txt index 605a08532..168e8bfed 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".