update man pages: document stripping of .git suffix
2 files changed, 5 insertions(+), 3 deletions(-) | |||
---|---|---|---|
M | stagit-index.1 | +2 | -1 |
M | stagit.1 | +3 | -2 |
1@@ -12,7 +12,8 @@
2 will create an index HTML page for the repositories specified and writes
3 the HTML data to stdout.
4 .Pp
5-The basename of the directory is used as the name.
6+The basename of the directory is used as the name. The suffix ".git" is
7+removed from the basename, this is commonly used for "bare" repos.
8 .Pp
9 The content of the follow files specifies the meta data for each repository:
10 .Bl -tag -width Ds
M · stagit.1
+3, -2 1@@ -34,11 +34,12 @@ commit/commitid.html . This file will contain the diff and diffstat of the
2 commit. It will write the string "binary files differ" if the data is
3 considered to be non-textual.
4 .Pp
5-The basename of the directory is used as the name.
6+The basename of the directory is used as the name. The suffix ".git" is
7+removed from the basename, this is commonly used for "bare" repos.
8 .Pp
9 The content of the follow files specifies the meta data for each repository:
10 .Bl -tag -width Ds
11-.It .git/description or description (bare repos).
12+.It .git/description or description (bare repo).
13 description
14 .It .git/owner or owner (bare repo).
15 owner of repository