}'
-Set clone url for a directory of repos
+Set clone URL for a directory of repos
--------------------------------------
#!/bin/sh
cd "$dir"
# - copy style.css, logo.png and favicon.png manually, a style.css example
# is included.
#
-# - write clone url, for example "git://git.codemadness.org/dir" to the "url"
+# - write clone URL, for example "git://git.codemadness.org/dir" to the "url"
# file for each repo.
# - write owner of repo to the "owner" file.
# - write description in "description" file.
-.Dd May 18, 2021
+.Dd July 27, 2021
.Dt STAGIT 1
.Os
.Sh NAME
.It .git/owner or owner (bare repo).
owner of repository
.It .git/url or url (bare repo).
-primary clone url of the repository, for example:
+primary clone URL of the repository, for example:
git://git.codemadness.org/stagit
.El
.Pp