From: David Waitzman <hidden> Date: 2016-06-15 22:53:22
This is a trivial patch to correct the english in the man page.
Signed-off-by: David Waitzman <redacted>
---
Documentation/gitweb.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -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 repository in gitweb is path to its `$GIT_DIR` (its object database) relative to `$projectroot`. Therefore the repository $repo can be found at "$projectroot/$repo".
From: Ben Walton <hidden> Date: 2016-06-15 22:53:22
Excerpts from David Waitzman's message of Fri Mar 23 09:13:44 -0400 2012:
Hi David,
This is a trivial patch to correct the english in the man page.
Good catch!
-The name of repository in gitweb is path to it's `$GIT_DIR` (it's object
+The name of repository in gitweb is path to its `$GIT_DIR` (its object
Might I suggest that this be:
+The name of the repository in gitweb is the path to its `$GIT_DIR` (its object
Note the inserted _the_'s.
Thanks
-Ben
--
Ben Walton
Systems Programmer - CHASS
University of Toronto
C:416.407.5610 | W:416.978.4302
From: David Waitzman <hidden> Date: 2016-06-15 22:53:22
This is a trivial patch to correct the english in the man page. Ben Walton suggested an additional english fix which I have added and squashed with my change.
-----
Fixed improper use of "it's" when it should be "its".
Added missing "the"; noted by Ben Walton bwalton@artsci.utoronto.ca
Signed-off-by: David Waitzman [off-list ref]
---
Documentation/gitweb.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -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 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".
From: Ben Walton <hidden> Date: 2016-06-15 22:53:22
Excerpts from David Waitzman's message of Fri Mar 23 10:49:55 -0400 2012:
Hi David,
+The name of 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".
Two _the_'s were missing in the original. This should read:
The name of _the_ repository in gitweb is _the_ path to its...
Thanks
-Ben
--
Ben Walton
Systems Programmer - CHASS
University of Toronto
C:416.407.5610 | W:416.978.4302
From: D Waitzman <hidden> Date: 2016-06-15 22:53:22
This is a trivial patch to correct the english in the man page. Ben Walton suggested an additional english fix which I have added and squashed with my change. And then I added it again when he pointed out I missed something in his original email.
--
Fixed improper use of "it's" when it should be "its".
Added missing "the"; noted by Ben Walton bwalton@artsci.utoronto.ca
Signed-off-by: David Waitzman [off-list ref]
---
Documentation/gitweb.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -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".