man page: codemadness is the primary server. make logo brandless (not 2f30) - s… | |
git clone git://git.codemadness.org/stagit | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 45394004a3455f76a2eef42d6f36c250f5e9a9ac | |
parent ddc581bd9088d0b3503606993eb8ed9dbeb44347 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 18 May 2021 11:42:41 +0200 | |
man page: codemadness is the primary server. make logo brandless (not 2f30) | |
Diffstat: | |
M favicon.png | 0 | |
M logo.png | 0 | |
M stagit.1 | 5 +++-- | |
3 files changed, 3 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/favicon.png b/favicon.png | |
Binary files differ. | |
diff --git a/logo.png b/logo.png | |
Binary files differ. | |
diff --git a/stagit.1 b/stagit.1 | |
@@ -1,4 +1,4 @@ | |
-.Dd March 5, 2021 | |
+.Dd May 18, 2021 | |
.Dt STAGIT 1 | |
.Os | |
.Sh NAME | |
@@ -92,7 +92,8 @@ 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: git://git.2f30.org/stagit | |
+primary clone url of the repository, for example: | |
+git://git.codemadness.org/stagit | |
.El | |
.Pp | |
When a README or LICENSE file exists in HEAD or a .gitmodules submodules file |