small typo fixes and url -> URL
3 files changed, 4 insertions(+), 4 deletions(-) | |||
---|---|---|---|
M | README | +1 | -1 |
M | example_create.sh | +1 | -1 |
M | stagit.1 | +2 | -2 |
1@@ -85,7 +85,7 @@ Script:
2 }'
3
4
5-Set clone url for a directory of repos
6+Set clone URL for a directory of repos
7 --------------------------------------
8 #!/bin/sh
9 cd "$dir"
M · example_create.sh
+1, -11@@ -6,7 +6,7 @@
2 # - copy style.css, logo.png and favicon.png manually, a style.css example
3 # is included.
4 #
5-# - write clone url, for example "git://git.codemadness.org/dir" to the "url"
6+# - write clone URL, for example "git://git.codemadness.org/dir" to the "url"
7 # file for each repo.
8 # - write owner of repo to the "owner" file.
9 # - write description in "description" file.
M · stagit.1
+2, -2 1@@ -1,4 +1,4 @@
2-.Dd May 18, 2021
3+.Dd July 27, 2021
4 .Dt STAGIT 1
5 .Os
6 .Sh NAME
7@@ -92,7 +92,7 @@ description
8 .It .git/owner or owner (bare repo).
9 owner of repository
10 .It .git/url or url (bare repo).
11-primary clone url of the repository, for example:
12+primary clone URL of the repository, for example:
13 git://git.codemadness.org/stagit
14 .El
15 .Pp