diff options
Diffstat (limited to '')
-rw-r--r-- | doc/git-permalink.en.1 (renamed from doc/git-permalink.1) | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/git-permalink.1 b/doc/git-permalink.en.1 index bf4506f..cf9cdca 100644 --- a/doc/git-permalink.1 +++ b/doc/git-permalink.en.1 @@ -41,18 +41,18 @@ If you want to configure the permalink URL template for a project with an unsupp There are two configuration options available: .TP -\fBgit-permalink.template-commit-file\fR -An URL template where the \fIcommit\fR comes first, and the name of the \fIfile\fR comes second. +\fBgit-permalink.template-file-commit\fR +An URL template where the name of the \fIfile\fR comes first, and the \fIcommit\fR comes second. cgit uses this style of URL, with something like in: .nf https://git.euandreh.xyz/fallible/tree/%s?id=%s .fi -On this example, the \fIfile\fR comes first and \fIcommit\fR comes at the very end after "id=". +On this example, the name of the \fIfile\fR comes first and \fIcommit\fR comes at the very end after "id=". .TP -\fBgit-permalink.template-file-commit\fR +\fBgit-permalink.template-commit-file\fR An URL template where the \fIcommit\fR comes first, and the name of the \fIfile\fR comes second. sourcehut uses this style of URL, with something like: @@ -136,20 +136,21 @@ and contributors. .IP \(bu Report bugs to the -.MT ~euandreh/public-inbox@lists.sr.ht +.MT ~euandreh/public\-inbox@lists.sr.ht mailing list .ME . -Use the subject "\fC[git-permalink] BUG or TASK: <description>\fR". +Use the subject "\f(CR[git\-permalink] BUG or TASK: +<description>\fR". .IP \(bu Browse bugs -.UR https://euandreh.xyz/git-permalink/TODOs.html +.UR https://euandreh.xyz/git\-permalink/TODOs.html online .UE . .IP \(bu -.UR https://euandreh.xyz/git-permalink/ +.UR https://euandreh.xyz/git\-permalink/ Homepage .UE . .IP \(bu -.UR https://lists.sr.ht/~euandreh/public-inbox?search=%5Bgit-permalink%5D +.UR https://lists.sr.ht/~euandreh/public\-inbox?search=%5Bgit\-permalink%5D Comments and discussions .UE . |