|
|
small typo fixes and url -> URL - stagit - static git page generator |
|
|
 |
git clone git://git.codemadness.org/stagit (git://git.codemadness.org) |
|
|
 |
Log |
|
|
 |
Files |
|
|
 |
Refs |
|
|
 |
README |
|
|
 |
LICENSE |
|
|
|
--- |
|
|
 |
commit 61be8f532818ac1c8d16e418d6e3124d10f82bd6 |
|
|
 |
parent 57f84d0fd12d6466122dc8a2190e7e284f5668d7 |
|
|
 |
Author: Hiltjo Posthuma <hiltjo@codemadness.org> (mailto://) |
application/vnd.lotus-organizer |
|
|
Date: Sat, 31 Jul 2021 01:09:45 +0200 |
|
|
|
|
|
|
|
small typo fixes and url -> URL |
|
|
|
|
|
|
|
Diffstat: |
|
|
|
M README | 2 +- |
|
|
|
M example_create.sh | 2 +- |
|
|
|
M stagit.1 | 4 ++-- |
|
|
|
|
|
|
|
3 files changed, 4 insertions(+), 4 deletions(-) |
|
|
|
--- |
|
|
 |
diff --git a/README b/README |
|
|
|
@@ -85,7 +85,7 @@ Script: |
|
|
|
}' |
|
|
|
|
|
|
|
|
|
|
|
-Set clone url for a directory of repos |
|
|
|
+Set clone URL for a directory of repos |
|
|
|
-------------------------------------- |
|
|
|
#!/bin/sh |
|
|
|
cd "$dir" |
|
|
 |
diff --git a/example_create.sh b/example_create.sh |
|
|
|
@@ -6,7 +6,7 @@ |
|
|
|
# - 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. |
|
|
 |
diff --git a/stagit.1 b/stagit.1 |
|
|
|
@@ -1,4 +1,4 @@ |
|
|
|
-.Dd May 18, 2021 |
|
|
|
+.Dd July 27, 2021 |
|
|
|
.Dt STAGIT 1 |
|
|
|
.Os |
|
|
|
.Sh NAME |
|
|
|
@@ -92,7 +92,7 @@ description |
|
|
|
.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 |
|