diff options
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | README.md | 20 | ||||
-rw-r--r-- | TODOs.md | 132 | ||||
-rwxr-xr-x | aux/workflow/assert-changelog.sh | 2 | ||||
-rwxr-xr-x | aux/workflow/assert-readme.sh | 6 | ||||
-rw-r--r-- | doc/git-permalink.en.1.in | 4 | ||||
-rw-r--r-- | doc/git-permalink.eo.1.in | 4 | ||||
-rw-r--r-- | doc/git-permalink.fr.1.in | 4 | ||||
-rw-r--r-- | doc/git-permalink.pt.1.in | 4 | ||||
-rw-r--r-- | po/LC_MESSAGES/CHANGELOG.en.md/eo.po | 20 | ||||
-rw-r--r-- | po/LC_MESSAGES/CHANGELOG.en.md/fr.po | 20 | ||||
-rw-r--r-- | po/LC_MESSAGES/CHANGELOG.en.md/pt.po | 20 | ||||
-rw-r--r-- | po/LC_MESSAGES/README.en.md/eo.po | 80 | ||||
-rw-r--r-- | po/LC_MESSAGES/README.en.md/fr.po | 80 | ||||
-rw-r--r-- | po/LC_MESSAGES/README.en.md/pt.po | 132 | ||||
-rw-r--r-- | po/LC_MESSAGES/doc/git-permalink.en.1.in/eo.po | 8 | ||||
-rw-r--r-- | po/LC_MESSAGES/doc/git-permalink.en.1.in/fr.po | 8 | ||||
-rw-r--r-- | po/LC_MESSAGES/doc/git-permalink.en.1.in/pt.po | 8 | ||||
-rwxr-xr-x | src/git-permalink.in | 2 | ||||
-rwxr-xr-x | tests/remotes.sh | 4 |
20 files changed, 284 insertions, 284 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c02f30..e25edd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,7 +79,7 @@ The canonical `make clean all check install uninstall` targets don't depend on [#td-079946ed-7e58-3051-78d6-71ba12342aba]: ../TODOs.html#td-079946ed-7e58-3051-78d6-71ba12342aba -# [0.2.3](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.3) - 2021-07-16 +# [0.2.3](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.3) - 2021-07-16 ## Added @@ -94,14 +94,14 @@ Translations for `README.md` and `CHANGELOG.md` files were added. When git-permalink encounters an unrecognized option, it now exits with 2 instead of ignoring it. -# [0.2.2](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.2) - 2021-06-25 +# [0.2.2](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.2) - 2021-06-25 ## Fixed Fixed installation path of manpages. -# [0.2.1](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.1) - 2021-06-25 +# [0.2.1](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.1) - 2021-06-25 ## Changed @@ -114,7 +114,7 @@ Use `getopts` for better handling of arguments, and start handling `--` escape. Integration tests were added, creating empty repositories and monitoring `STDOUT`, `STDERR` and the usage of `xdg-open`. -# [0.2.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.0) - 2021-06-19 +# [0.2.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.0) - 2021-06-19 ## Added @@ -127,6 +127,6 @@ Translations for program output and manpages were added for Portuguese, French a All code forges listed in [`#td-cebc5298-17ad-5c60-dfa5-a25b66433a3a`](https://euandreh.xyz/git-permalink/TODOs.html#td-cebc5298-17ad-5c60-dfa5-a25b66433a3a) were added, and the task was marked as `DONE`. -# [0.1.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.1.0) - 2021-06-13 +# [0.1.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.1.0) - 2021-06-13 ## Added Initial public release. @@ -25,16 +25,16 @@ Now inside the repository folder, running `git permalink` will try building the ```shell $ git permalink tests/ranking.sh -Opening https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e +Opening https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e $ git permalink tests/ranking.sh 23 -Opening https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23 +Opening https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23 ``` Or if you just want to output the link without invoking `xdg-open`, you can use the `-p` flag: ```shell $ git permalink -p tests/ranking.sh 23 -https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23 +https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23 ``` @@ -118,7 +118,7 @@ Send contributions to the [mailing list] via ## Links - [homepage](https://euandreh.xyz/git-permalink/en/) -- [source code](https://git.euandreh.xyz/git-permalink/) +- [source code](https://euandreh.xyz/git-permalink.git/) - [bug tracking](https://euandreh.xyz/git-permalink/TODOs.html) - [mailing list] - [CI logs](https://euandreh.xyz/git-permalink/ci.html) @@ -129,11 +129,11 @@ Send contributions to the [mailing list] via ## Releases -- [v0.2.3](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.3) [git-permalink-v0.2.3.tar.gz](https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-v0.2.3.tar.gz) ([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-v0.2.3.tar.gz.asc)) - 2021-07-16 -- [v0.2.2](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.2) [git-permalink-v0.2.2.tar.gz](https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-v0.2.2.tar.gz) ([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-v0.2.2.tar.gz.asc)) - 2021-06-25 -- [v0.2.1](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.1) [git-permalink-v0.2.1.tar.gz](https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-v0.2.1.tar.gz) ([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-v0.2.1.tar.gz.asc)) - 2021-06-25 -- [v0.2.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.0) [git-permalink-v0.2.0.tar.gz](https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-v0.2.0.tar.gz) ([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-v0.2.0.tar.gz.asc)) - 2021-06-19 -- [v0.1.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.1.0) [git-permalink-v0.1.0.tar.gz](https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-v0.1.0.tar.gz) ([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-v0.1.0.tar.gz.asc)) - 2021-06-13 +- [v0.2.3](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.3) [git-permalink-v0.2.3.tar.gz](https://euandreh.xyz/git-permalink.git/snapshot/git-permalink-v0.2.3.tar.gz) ([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-permalink-v0.2.3.tar.gz.asc)) - 2021-07-16 +- [v0.2.2](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.2) [git-permalink-v0.2.2.tar.gz](https://euandreh.xyz/git-permalink.git/snapshot/git-permalink-v0.2.2.tar.gz) ([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-permalink-v0.2.2.tar.gz.asc)) - 2021-06-25 +- [v0.2.1](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.1) [git-permalink-v0.2.1.tar.gz](https://euandreh.xyz/git-permalink.git/snapshot/git-permalink-v0.2.1.tar.gz) ([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-permalink-v0.2.1.tar.gz.asc)) - 2021-06-25 +- [v0.2.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.0) [git-permalink-v0.2.0.tar.gz](https://euandreh.xyz/git-permalink.git/snapshot/git-permalink-v0.2.0.tar.gz) ([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-permalink-v0.2.0.tar.gz.asc)) - 2021-06-19 +- [v0.1.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.1.0) [git-permalink-v0.1.0.tar.gz](https://euandreh.xyz/git-permalink.git/snapshot/git-permalink-v0.1.0.tar.gz) ([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-permalink-v0.1.0.tar.gz.asc)) - 2021-06-13 ## License @@ -142,4 +142,4 @@ The code is licensed under [GNU Affero General Public License v3.0 or later][AGPL-3.0-or-later] (AGPL-3.0-or-later). -[AGPL-3.0-or-later]: https://git.euandreh.xyz/git-permalink/tree/COPYING +[AGPL-3.0-or-later]: https://euandreh.xyz/git-permalink.git/tree/COPYING @@ -29,17 +29,17 @@ --- 1. <input type="checkbox" disabled checked /> create `.tdrc` - file ([`3ebd9ba070c2b371012e906c65034871866f72c0`](https://git.euandreh.xyz/git-permalink/commit/?id=3ebd9ba070c2b371012e906c65034871866f72c0)); -2. <input type="checkbox" disabled checked /> migrate ids in `TODOs.md` to the `td` format ([`aa58672137a59de8c5e02643173895b3ab85ae64`](https://git.euandreh.xyz/git-permalink/commit/?id=aa58672137a59de8c5e02643173895b3ab85ae64)); + file ([`3ebd9ba070c2b371012e906c65034871866f72c0`](https://euandreh.xyz/git-permalink.git/commit/?id=3ebd9ba070c2b371012e906c65034871866f72c0)); +2. <input type="checkbox" disabled checked /> migrate ids in `TODOs.md` to the `td` format ([`aa58672137a59de8c5e02643173895b3ab85ae64`](https://euandreh.xyz/git-permalink.git/commit/?id=aa58672137a59de8c5e02643173895b3ab85ae64)); 3. <input type="checkbox" disable /> remove `TODOs.md` related helpers from `aux/workflow/`. ## DONE Recover i18n tests by testing against installed package {#td-a9ac7e4e-9bec-d8ab-c106-33e05b19012c} - DONE in 2021-10-03 Done in - [`69afe7c6f7890571188904068fd83d9f72020eee`](https://git.euandreh.xyz/git-permalink/commit/?id=69afe7c6f7890571188904068fd83d9f72020eee) + [`69afe7c6f7890571188904068fd83d9f72020eee`](https://euandreh.xyz/git-permalink.git/commit/?id=69afe7c6f7890571188904068fd83d9f72020eee) and - [`66a2ddce1a56a4a6a402b126b7759626aa4ffd67`](https://git.euandreh.xyz/git-permalink/commit/?id=66a2ddce1a56a4a6a402b126b7759626aa4ffd67). + [`66a2ddce1a56a4a6a402b126b7759626aa4ffd67`](https://euandreh.xyz/git-permalink.git/commit/?id=66a2ddce1a56a4a6a402b126b7759626aa4ffd67). - TODO in 2021-09-29 ## TODO Archive release tarballs in Internet Archive/Software Heritage and link them on the README {#td-931167c8-96a9-46eb-63e7-224c5e2be583} @@ -49,20 +49,20 @@ - DONE in 2021-10-03 Done in - [`4bb8a07e27f0c9645a298517b923a68c5a85cf13`](https://git.euandreh.xyz/git-permalink/commit/?id=4bb8a07e27f0c9645a298517b923a68c5a85cf13) + [`4bb8a07e27f0c9645a298517b923a68c5a85cf13`](https://euandreh.xyz/git-permalink.git/commit/?id=4bb8a07e27f0c9645a298517b923a68c5a85cf13) and - [`dfd56b73b2fc4edae07ec4dc46b0cf7b8525a3ae`](https://git.euandreh.xyz/git-permalink/commit/?id=dfd56b73b2fc4edae07ec4dc46b0cf7b8525a3ae). + [`dfd56b73b2fc4edae07ec4dc46b0cf7b8525a3ae`](https://euandreh.xyz/git-permalink.git/commit/?id=dfd56b73b2fc4edae07ec4dc46b0cf7b8525a3ae). - TODO in 2021-09-14 ## CANCELLED Add quotes around `$(DESTDIR)$(PREFIX)` in Makefile and test it with directories that have spaces {#td-c88197ce-ade4-2d30-07fb-b52cf004a201} - CANCELLED in 2021-08-24 Reverted in - [`8f9ee7253eb7666af44817b724f1b17bc4ab79e1`](https://git.euandreh.xyz/git-permalink/commit/?id=8f9ee7253eb7666af44817b724f1b17bc4ab79e1). + [`8f9ee7253eb7666af44817b724f1b17bc4ab79e1`](https://euandreh.xyz/git-permalink.git/commit/?id=8f9ee7253eb7666af44817b724f1b17bc4ab79e1). - DONE in 2021-08-24 Done in - [`01dacd5677f5f5cc71a9253eb9829a36ccf13444`](https://git.euandreh.xyz/git-permalink/commit/?id=01dacd5677f5f5cc71a9253eb9829a36ccf13444). + [`01dacd5677f5f5cc71a9253eb9829a36ccf13444`](https://euandreh.xyz/git-permalink.git/commit/?id=01dacd5677f5f5cc71a9253eb9829a36ccf13444). - TODO in 2021-08-24 ## TODO Remove dependency on Pandoc {#td-e8d9a644-ead4-af05-8582-eef22af90633} @@ -84,31 +84,31 @@ Verify if this is a worthy status to seek and, if so, declare it on the `README. - DONE in 2021-09-20 Done in - [`63643a72b2335d083535f3ee8a93f083877dbd59`](https://git.euandreh.xyz/git-permalink/commit/?id=63643a72b2335d083535f3ee8a93f083877dbd59). + [`63643a72b2335d083535f3ee8a93f083877dbd59`](https://euandreh.xyz/git-permalink.git/commit/?id=63643a72b2335d083535f3ee8a93f083877dbd59). - TODO in 2021-08-20 ## DONE `favicon.{png,svg}` as a symlink instead of a copy {#td-bd6ebb44-a6f7-5e14-39df-64e8e7cfc21e} - DONE in 2021-08-19 `favicon.png` was actually unused, and was removed in - [`df2484645e542510223aeedf0faca5bc38492c65`](https://git.euandreh.xyz/git-permalink/commit/?id=df2484645e542510223aeedf0faca5bc38492c65). + [`df2484645e542510223aeedf0faca5bc38492c65`](https://euandreh.xyz/git-permalink.git/commit/?id=df2484645e542510223aeedf0faca5bc38492c65). `favicon.svg` made a symlink in - [`4aa4d0a18bd816d91b7fd531ca902a0f4d654022`](https://git.euandreh.xyz/git-permalink/commit/?id=4aa4d0a18bd816d91b7fd531ca902a0f4d654022). + [`4aa4d0a18bd816d91b7fd531ca902a0f4d654022`](https://euandreh.xyz/git-permalink.git/commit/?id=4aa4d0a18bd816d91b7fd531ca902a0f4d654022). - TODO in 2021-08-17 ## DONE Assert `make clean all check install ...` does not depend on `aux/` {#td-079946ed-7e58-3051-78d6-71ba12342aba} - DONE in 2021-08-19 Done in - [`e9aff79d8cfe32b74d11162dda58b9ca062e1161`](https://git.euandreh.xyz/git-permalink/commit/?id=e9aff79d8cfe32b74d11162dda58b9ca062e1161). + [`e9aff79d8cfe32b74d11162dda58b9ca062e1161`](https://euandreh.xyz/git-permalink.git/commit/?id=e9aff79d8cfe32b74d11162dda58b9ca062e1161). - TODO in 2021-08-17 ## DONE Improve `installcheck.sh` {#td-4a7e02bd-ab82-c628-fa1c-02749c178936} - DONE in 2021-08-19 Done in - [`e9aff79d8cfe32b74d11162dda58b9ca062e1161`](https://git.euandreh.xyz/git-permalink/commit/?id=e9aff79d8cfe32b74d11162dda58b9ca062e1161). + [`e9aff79d8cfe32b74d11162dda58b9ca062e1161`](https://euandreh.xyz/git-permalink.git/commit/?id=e9aff79d8cfe32b74d11162dda58b9ca062e1161). - TODO in 2021-08-15 --- @@ -389,35 +389,35 @@ This is the output of inspecting the content of the generated Docker image: - DONE in 2021-08-19 Done in - [`e9aff79d8cfe32b74d11162dda58b9ca062e1161`](https://git.euandreh.xyz/git-permalink/commit/?id=e9aff79d8cfe32b74d11162dda58b9ca062e1161). + [`e9aff79d8cfe32b74d11162dda58b9ca062e1161`](https://euandreh.xyz/git-permalink.git/commit/?id=e9aff79d8cfe32b74d11162dda58b9ca062e1161). - TODO in 2021-08-06 ## DONE Run "check" in `installcheck` target {#td-db34da8d-bf61-43ae-b8f0-f2299834a937} - DONE in 2021-08-19 Done in - [`e9aff79d8cfe32b74d11162dda58b9ca062e1161`](https://git.euandreh.xyz/git-permalink/commit/?id=e9aff79d8cfe32b74d11162dda58b9ca062e1161). + [`e9aff79d8cfe32b74d11162dda58b9ca062e1161`](https://euandreh.xyz/git-permalink.git/commit/?id=e9aff79d8cfe32b74d11162dda58b9ca062e1161). - TODO in 2021-08-02 ## DONE Build and use Docker images from Guix packs {#td-54ec4fdc-e2e0-32f6-cca3-45f28c8903a2} - DONE in 2021-08-14 Done in - [`a6a5d25c3f91cbcb9018718c15fae2726bc7ea41`](https://git.euandreh.xyz/git-permalink/commit/?id=a6a5d25c3f91cbcb9018718c15fae2726bc7ea41). + [`a6a5d25c3f91cbcb9018718c15fae2726bc7ea41`](https://euandreh.xyz/git-permalink.git/commit/?id=a6a5d25c3f91cbcb9018718c15fae2726bc7ea41). - TODO in 2021-08-02 ## DONE Remove `| \` at the end of lines {#td-1f103822-c865-254c-f6b6-4968f2fb473e} - DONE in 2021-07-27 Done in - [`f428574ec4bf3d65954ed1b0c34ed86730f67647`](https://git.euandreh.xyz/git-permalink/commit/?id=f428574ec4bf3d65954ed1b0c34ed86730f67647). + [`f428574ec4bf3d65954ed1b0c34ed86730f67647`](https://euandreh.xyz/git-permalink.git/commit/?id=f428574ec4bf3d65954ed1b0c34ed86730f67647). - TODO in 2021-07-26 ## DONE Replace `git://` with `https://` {#td-ab7d98bb-7557-1891-b102-a48942d762be} - DONE in 2021-09-20 Done in - [`ca68b3579dbe05ab9e11d78586c4e4efaa35932a`](https://git.euandreh.xyz/git-permalink/commit/?id=ca68b3579dbe05ab9e11d78586c4e4efaa35932a). + [`ca68b3579dbe05ab9e11d78586c4e4efaa35932a`](https://euandreh.xyz/git-permalink.git/commit/?id=ca68b3579dbe05ab9e11d78586c4e4efaa35932a). - DOING in 2021-08-15 I've sent a [another message], now to Savannah, to try to fix this too. @@ -440,21 +440,21 @@ This is the output of inspecting the content of the generated Docker image: - DONE in 2021-07-27 Done in - [`b84e82277146d7ac6b841904e2bf3db4acbdca71`](https://git.euandreh.xyz/git-permalink/commit/?id=b84e82277146d7ac6b841904e2bf3db4acbdca71). + [`b84e82277146d7ac6b841904e2bf3db4acbdca71`](https://euandreh.xyz/git-permalink.git/commit/?id=b84e82277146d7ac6b841904e2bf3db4acbdca71). - TODO in 2021-07-26 ## DONE Remove dependency on Perl {#td-bf65e50a-b424-9fce-ba8e-fcd6b3bf1c7a} - DONE in 2021-07-23 Done in - [`94ec6277e47878485bc44bd753129c516c044f8d`](https://git.euandreh.xyz/git-permalink/commit/?id=94ec6277e47878485bc44bd753129c516c044f8d). + [`94ec6277e47878485bc44bd753129c516c044f8d`](https://euandreh.xyz/git-permalink.git/commit/?id=94ec6277e47878485bc44bd753129c516c044f8d). - TODO in 2021-07-22 ## DONE Add `<link "alternate" ... />` pointing to the translated HTML pages {#td-43e9d7dd-987a-2f71-629f-28a4cc69be1e} - DONE in 2021-10-02 Done in - [`ffbdc7325c7271ab816dc3c1327f6efe67858f1f`](https://git.euandreh.xyz/git-permalink/commit/?id=ffbdc7325c7271ab816dc3c1327f6efe67858f1f). + [`ffbdc7325c7271ab816dc3c1327f6efe67858f1f`](https://euandreh.xyz/git-permalink.git/commit/?id=ffbdc7325c7271ab816dc3c1327f6efe67858f1f). - TODO in 2021-07-22 --- @@ -467,7 +467,7 @@ HTML to be included in the `<head>`, and do so for the `README.md`, - DONE in 2021-07-21 Done in - [`6b96fdc765371be62236ac0468529eb0ad4d1462`](https://git.euandreh.xyz/git-permalink/commit/?id=6b96fdc765371be62236ac0468529eb0ad4d1462). + [`6b96fdc765371be62236ac0468529eb0ad4d1462`](https://euandreh.xyz/git-permalink.git/commit/?id=6b96fdc765371be62236ac0468529eb0ad4d1462). - TODO in 2021-07-19 ## TODO As it turns out, `/dev/urandom` is not POSIX either {#td-d1dc781f-8659-b02a-2b52-021528985f7c} @@ -494,14 +494,14 @@ However I can't find a solution to this one. - DONE in 2021-07-15 Done in - [`42354876de823f52a431eac900d360c074c6198d`](https://git.euandreh.xyz/git-permalink/commit/?id=42354876de823f52a431eac900d360c074c6198d). + [`42354876de823f52a431eac900d360c074c6198d`](https://euandreh.xyz/git-permalink.git/commit/?id=42354876de823f52a431eac900d360c074c6198d). - TODO in 2021-07-15 ## DONE Fix empty HTML files for translated markdown in CI {#td-f957647c-df05-c0c1-a38b-2e6faea99b8f} - DONE in 2021-07-16 Done in - [`870262a86860705d29ea9a2ce852c987b47add71`](https://git.euandreh.xyz/git-permalink/commit/?id=870262a86860705d29ea9a2ce852c987b47add71). + [`870262a86860705d29ea9a2ce852c987b47add71`](https://euandreh.xyz/git-permalink.git/commit/?id=870262a86860705d29ea9a2ce852c987b47add71). - TODO in 2021-07-14 ## CANCELLED Also enforce translations in `assert-readme.sh` {#td-6946fc69-3f25-fc6b-5f4d-89cb940021f0} @@ -524,17 +524,17 @@ However I can't find a solution to this one. naming or unsupported language. Done in - [`92aa59b4481bfd30b9c29d3171c346e50fa93c9f`](https://git.euandreh.xyz/git-permalink/commit/?id=92aa59b4481bfd30b9c29d3171c346e50fa93c9f). + [`92aa59b4481bfd30b9c29d3171c346e50fa93c9f`](https://euandreh.xyz/git-permalink.git/commit/?id=92aa59b4481bfd30b9c29d3171c346e50fa93c9f). Update: This was ultimately done and implemented in - [`0f689438635d3a1c4cbf9cc1e62b69a72e642c68`](https://git.euandreh.xyz/git-permalink/commit/?id=0f689438635d3a1c4cbf9cc1e62b69a72e642c68). + [`0f689438635d3a1c4cbf9cc1e62b69a72e642c68`](https://euandreh.xyz/git-permalink.git/commit/?id=0f689438635d3a1c4cbf9cc1e62b69a72e642c68). - TODO in 2021-07-14 ## DONE Fix link wrapping with md2po usage {#td-37fb45fb-d5d8-5511-2bd3-ebd2c3fee891} - DONE in 2021-07-16 Fixed upstream and in - [`ae9b9b32aea1370478dc6d3daf7b769029d41bde`](https://git.euandreh.xyz/git-permalink/commit/?id=ae9b9b32aea1370478dc6d3daf7b769029d41bde). + [`ae9b9b32aea1370478dc6d3daf7b769029d41bde`](https://euandreh.xyz/git-permalink.git/commit/?id=ae9b9b32aea1370478dc6d3daf7b769029d41bde). - WAITING in 2021-07-14 The issue filled upstream: <https://github.com/mondeja/mdpo/issues/155>. @@ -545,14 +545,14 @@ However I can't find a solution to this one. - DONE in 2021-07-13 Fixed upstream in mdpo, done in - [`a923f39376c511f128eb84a8b32b7464737a3972`](https://git.euandreh.xyz/package-repository/commit/?id=a923f39376c511f128eb84a8b32b7464737a3972). + [`a923f39376c511f128eb84a8b32b7464737a3972`](https://euandreh.xyz/package-repository.git/commit/?id=a923f39376c511f128eb84a8b32b7464737a3972). - TODO in 2021-07-13 ## DONE Add `installcheck` and `uninstallcheck` targets {#td-0b034315-cbd2-6fd6-fd32-9e00a12b7594} - DONE in 2021-07-07 Done in - [`ded158891da92c8e402b408e934a49e5b00b5490`](https://git.euandreh.xyz/git-permalink/commit/?id=ded158891da92c8e402b408e934a49e5b00b5490). + [`ded158891da92c8e402b408e934a49e5b00b5490`](https://euandreh.xyz/git-permalink.git/commit/?id=ded158891da92c8e402b408e934a49e5b00b5490). - TODO in 2021-07-07 ## CANCELLED Remove empty lines from roff source {#td-f65531fa-e44b-14b1-fa32-70a22346e060} @@ -576,7 +576,7 @@ From roff(7): - DONE in 2021-07-15 Done in - [`83e65d38d5269c7f505b5e65cd57ce640bba66bf`](https://git.euandreh.xyz/git-permalink/commit/?id=83e65d38d5269c7f505b5e65cd57ce640bba66bf). + [`83e65d38d5269c7f505b5e65cd57ce640bba66bf`](https://euandreh.xyz/git-permalink.git/commit/?id=83e65d38d5269c7f505b5e65cd57ce640bba66bf). - TODO in 2021-07-06 --- @@ -630,11 +630,11 @@ reader such as ChromeVox (or its free alternative). - DONE in 2021-06-27 `README.md` translated in - [`c7f999434f1299eaf6a4488380844f4205105b68`](https://git.euandreh.xyz/git-permalink/commit/?id=c7f999434f1299eaf6a4488380844f4205105b68). + [`c7f999434f1299eaf6a4488380844f4205105b68`](https://euandreh.xyz/git-permalink.git/commit/?id=c7f999434f1299eaf6a4488380844f4205105b68). - DOING in 2021-06-27 `CHANGELOG.md` translated in - [`cb6f339cf5bff6dec6b9c8b1bcf79496980ec36a`](https://git.euandreh.xyz/git-permalink/commit/?id=cb6f339cf5bff6dec6b9c8b1bcf79496980ec36a). + [`cb6f339cf5bff6dec6b9c8b1bcf79496980ec36a`](https://euandreh.xyz/git-permalink.git/commit/?id=cb6f339cf5bff6dec6b9c8b1bcf79496980ec36a). - TODO in 2021-06-26 --- @@ -671,28 +671,28 @@ This should bring an accompanying change to `aux/workflow/assert-readme.sh` and - DONE in 2021-06-22 Done in - [`57335b3e7c4c9e91c5747778180d611e5f15d144`](https://git.euandreh.xyz/git-permalink/commit/?id=57335b3e7c4c9e91c5747778180d611e5f15d144). + [`57335b3e7c4c9e91c5747778180d611e5f15d144`](https://euandreh.xyz/git-permalink.git/commit/?id=57335b3e7c4c9e91c5747778180d611e5f15d144). - TODO in 2021-06-22 ## DONE Add test for install target {#td-755d8aa8-d39e-f8ce-d4c8-a8649338fffc} - DONE in 2021-06-22 Done in - [`afecd9fc874922c01676cbb871a5159867a1ee67`](https://git.euandreh.xyz/git-permalink/commit/?id=afecd9fc874922c01676cbb871a5159867a1ee67). + [`afecd9fc874922c01676cbb871a5159867a1ee67`](https://euandreh.xyz/git-permalink.git/commit/?id=afecd9fc874922c01676cbb871a5159867a1ee67). - TODO in 2021-06-22 ## DONE Use colours on `testing`/`test_ok` output {#td-cded56f2-c939-3c69-c818-0fb62d62cfd8} - DONE in 2021-06-22 Done in - [`95a32d0d88783b880e67660865a0b3f69c705c25`](https://git.euandreh.xyz/git-permalink/commit/?id=95a32d0d88783b880e67660865a0b3f69c705c25). + [`95a32d0d88783b880e67660865a0b3f69c705c25`](https://euandreh.xyz/git-permalink.git/commit/?id=95a32d0d88783b880e67660865a0b3f69c705c25). - TODO in 2021-06-22 ## DONE `--` doesn't work for `getopts` {#td-bebbe847-f552-be4b-b886-70a621162b69} - DONE in 2021-06-22 Done in - [`298cfec38bd597b3c171f11d0d4451f6134243cf`](https://git.euandreh.xyz/git-permalink/commit/?id=298cfec38bd597b3c171f11d0d4451f6134243cf). + [`298cfec38bd597b3c171f11d0d4451f6134243cf`](https://euandreh.xyz/git-permalink.git/commit/?id=298cfec38bd597b3c171f11d0d4451f6134243cf). - TODO in 2021-06-22 --- @@ -707,7 +707,7 @@ $ ./src/git-permalink.sh -p -- --version ./src/git-permalink.sh : option non permise -- i ./src/git-permalink.sh : option non permise -- o ./src/git-permalink.sh : option non permise -- n -https://git.euandreh.xyz/git-permalink/tree/--version?id=5c2f15ac772615c390c0bc226a0f90ee37bad4e8 +https://euandreh.xyz/git-permalink.git/tree/--version?id=5c2f15ac772615c390c0bc226a0f90ee37bad4e8 $ ./src/git-permalink.sh -p -- --help ./src/git-permalink.sh : option non permise -- - Usage: git permalink [-phV] FICHIER [LINENO] @@ -722,14 +722,14 @@ Options: - DONE in 2021-06-22 Done in - [`761a80b9e95c32b233d8f2a60208b7915795142b`](https://git.euandreh.xyz/git-permalink/commit/?id=761a80b9e95c32b233d8f2a60208b7915795142b). + [`761a80b9e95c32b233d8f2a60208b7915795142b`](https://euandreh.xyz/git-permalink.git/commit/?id=761a80b9e95c32b233d8f2a60208b7915795142b). - TODO in 2021-06-22 ## DONE Write tests by creating and configuring repositories locally {#td-ab5a4835-3d79-03e4-8342-7f5add40b159} - DONE in 2021-06-22 Done in - [`41683f99cc520c89e6bf5a15a2255e7928e461c6`](https://git.euandreh.xyz/git-permalink/commit/?id=41683f99cc520c89e6bf5a15a2255e7928e461c6). + [`41683f99cc520c89e6bf5a15a2255e7928e461c6`](https://euandreh.xyz/git-permalink.git/commit/?id=41683f99cc520c89e6bf5a15a2255e7928e461c6). - TODO in 2021-06-22 ## CANCELLED Use `gettext` for translating `src/git-permalink.sh` texts {#td-717fa8b7-1c92-5766-8872-280ae061bf4b} @@ -773,14 +773,14 @@ Options: one writing the code and the translations on a tiny piece of POSIX sh code. This analysis makes me choose **not** to use `gettext`. - [quotation]: https://git.euandreh.xyz/git-permalink/tree/src/git-permalink.sh?id=caaac9ffb8c80432ef41ad9434762d3e3401f01a#n11 + [quotation]: https://euandreh.xyz/git-permalink.git/tree/src/git-permalink.sh?id=caaac9ffb8c80432ef41ad9434762d3e3401f01a#n11 - TODO in 2021-06-21 ## DONE Make `OVERRIDES` and `SUPPORTED REMOTES` a subsection of `CONFIGURATION` {#td-9be7e4f5-df3c-ed5f-1ca1-2ce9fc61d944} - DONE in 2021-06-21 Done in - [`c1f27ad0dadcab90939c157cd516a4204fd9919d`](https://git.euandreh.xyz/git-permalink/commit/?id=c1f27ad0dadcab90939c157cd516a4204fd9919d). + [`c1f27ad0dadcab90939c157cd516a4204fd9919d`](https://euandreh.xyz/git-permalink.git/commit/?id=c1f27ad0dadcab90939c157cd516a4204fd9919d). - TODO in 2021-06-21 ## DONE Mark `[OPTIONS]` as optional in manpages {#td-1d80cea9-b246-0168-7844-34fe629b255f} @@ -789,7 +789,7 @@ Options: They're not really optional, but to be replaced by the option. Done in - [`dd529f393357a1709fe2146f02720ff5fb215e6c`](https://git.euandreh.xyz/git-permalink/commit/?id=dd529f393357a1709fe2146f02720ff5fb215e6c). + [`dd529f393357a1709fe2146f02720ff5fb215e6c`](https://euandreh.xyz/git-permalink.git/commit/?id=dd529f393357a1709fe2146f02720ff5fb215e6c). - TODO in 2021-06-21 --- @@ -801,7 +801,7 @@ See `man man.1` for reference. - DONE in 2021-06-21 Done in - [`1dff45eb075a8717a65c2a79e454b6e61c52f14d`](https://git.euandreh.xyz/git-permalink/commit/?id=1dff45eb075a8717a65c2a79e454b6e61c52f14d). + [`1dff45eb075a8717a65c2a79e454b6e61c52f14d`](https://euandreh.xyz/git-permalink.git/commit/?id=1dff45eb075a8717a65c2a79e454b6e61c52f14d). - TODO in 2021-06-21 ## DONE Use `hunspell` for checking spelling mistakes in translations {#td-4ae91595-6e6d-be17-d882-754a478da878} @@ -850,7 +850,7 @@ public/fr/git-permalink.1.html:54: Locate: git | Try: g The separate `spellcheck` target is enough. Done in - [`f4deaf6bd66ed07cab897002c4cacd2e28027552`](https://git.euandreh.xyz/git-permalink/commit/?id=f4deaf6bd66ed07cab897002c4cacd2e28027552). + [`f4deaf6bd66ed07cab897002c4cacd2e28027552`](https://euandreh.xyz/git-permalink.git/commit/?id=f4deaf6bd66ed07cab897002c4cacd2e28027552). - TODO in 2021-06-21 ## CANCELLED Consider `-?` flag for showing the help message {#td-fbc4e2cc-b9e0-53e2-6b0a-8ec118962046} @@ -868,7 +868,7 @@ public/fr/git-permalink.1.html:54: Locate: git | Try: g - DONE in 2021-06-23 Done in - [`412a3f36cb40dba18f4f0f70a6804882ac6c68eb`](https://git.euandreh.xyz/git-permalink/commit/?id=412a3f36cb40dba18f4f0f70a6804882ac6c68eb). + [`412a3f36cb40dba18f4f0f70a6804882ac6c68eb`](https://euandreh.xyz/git-permalink.git/commit/?id=412a3f36cb40dba18f4f0f70a6804882ac6c68eb). - TODO in 2021-06-22 Actually, I didn't implement this. @@ -877,7 +877,7 @@ public/fr/git-permalink.1.html:54: Locate: git | Try: g - DONE in 2021-06-22 Done <del>kind of</del> in - [`0ee2ce2c85d3376b35dc9338309e50e3c6f9eb80`](https://git.euandreh.xyz/git-permalink/commit/?id=0ee2ce2c85d3376b35dc9338309e50e3c6f9eb80). + [`0ee2ce2c85d3376b35dc9338309e50e3c6f9eb80`](https://euandreh.xyz/git-permalink.git/commit/?id=0ee2ce2c85d3376b35dc9338309e50e3c6f9eb80). - TODO in 2021-06-21 --- @@ -889,21 +889,21 @@ optional one. - DONE in 2021-06-19 Done in - [`3cd0c4f1f3798f5cf4b67ba1f6f36879bd6a033f`](https://git.euandreh.xyz/git-permalink/commit/?id=3cd0c4f1f3798f5cf4b67ba1f6f36879bd6a033f). + [`3cd0c4f1f3798f5cf4b67ba1f6f36879bd6a033f`](https://euandreh.xyz/git-permalink.git/commit/?id=3cd0c4f1f3798f5cf4b67ba1f6f36879bd6a033f). - TODO in 2021-06-19 ## DONE Translate usage/help strings and manpages {#td-9e842529-b782-84a2-1d0a-801a8766cb7e} - DONE in 2021-06-19 Integration with Makefile done in - [`b81c6437937fb594629d627334cc7e1fc2135507`](https://git.euandreh.xyz/git-permalink/commit/?id=b81c6437937fb594629d627334cc7e1fc2135507). + [`b81c6437937fb594629d627334cc7e1fc2135507`](https://euandreh.xyz/git-permalink.git/commit/?id=b81c6437937fb594629d627334cc7e1fc2135507). - DOING in 2021-06-18 Translation of: - usage/help strings done in - [`bf41672f72ee3ff7679c93e0d5a8f8646c19db3e`](https://git.euandreh.xyz/git-permalink/commit/?id=bf41672f72ee3ff7679c93e0d5a8f8646c19db3e); + [`bf41672f72ee3ff7679c93e0d5a8f8646c19db3e`](https://euandreh.xyz/git-permalink.git/commit/?id=bf41672f72ee3ff7679c93e0d5a8f8646c19db3e); - manpages done in - [`d0a5a24788e6c1720fce72629da4639fac372fad`](https://git.euandreh.xyz/git-permalink/commit/?id=d0a5a24788e6c1720fce72629da4639fac372fad). + [`d0a5a24788e6c1720fce72629da4639fac372fad`](https://euandreh.xyz/git-permalink.git/commit/?id=d0a5a24788e6c1720fce72629da4639fac372fad). - TODO in 2021-06-16 ## DONE Fix tests in CI {#td-1e18a7cc-1055-bd09-3060-c03292ba583b} @@ -912,7 +912,7 @@ optional one. There was a test that was too brittle, and it was removed. Done in - [`cd7bd39b1b6ce7d958f48d63b42ba3ab5fdf6f21`](https://git.euandreh.xyz/git-permalink/commit/?id=cd7bd39b1b6ce7d958f48d63b42ba3ab5fdf6f21). + [`cd7bd39b1b6ce7d958f48d63b42ba3ab5fdf6f21`](https://euandreh.xyz/git-permalink.git/commit/?id=cd7bd39b1b6ce7d958f48d63b42ba3ab5fdf6f21). - TODO in 2021-06-12 --- @@ -925,14 +925,14 @@ same command doesn't on CI. - DONE in 2021-06-12 Done in - [`dc51a628910eb872430e108084e81ee37f6e7dff`](https://git.euandreh.xyz/git-permalink/commit/?id=dc51a628910eb872430e108084e81ee37f6e7dff). + [`dc51a628910eb872430e108084e81ee37f6e7dff`](https://euandreh.xyz/git-permalink.git/commit/?id=dc51a628910eb872430e108084e81ee37f6e7dff). - TODO in 2021-06-12 ## DONE Write `README.md`, `description` and `long-description` {#td-9bc160b8-5739-133d-1d46-61ba68ebd39e} - DONE in 2021-06-12 Finished `README.md` in - [`d64e4491e417e31f35d3637ded05f5175c19b071`](https://git.euandreh.xyz/git-permalink/commit/?id=d64e4491e417e31f35d3637ded05f5175c19b071). + [`d64e4491e417e31f35d3637ded05f5175c19b071`](https://euandreh.xyz/git-permalink.git/commit/?id=d64e4491e417e31f35d3637ded05f5175c19b071). - DOING in 2021-06-12 The `description` was already good enough. @@ -940,11 +940,11 @@ same command doesn't on CI. The `long-description` has better content over the previous duplication of whatever was in `description`. Done in - [`9e089d29ec64936df39b9b1a0e385f988d843416`](https://git.euandreh.xyz/git-permalink/commit/?id=9e089d29ec64936df39b9b1a0e385f988d843416). + [`9e089d29ec64936df39b9b1a0e385f988d843416`](https://euandreh.xyz/git-permalink.git/commit/?id=9e089d29ec64936df39b9b1a0e385f988d843416). The `README.md` is less empty, but still missing a "Usage" section. Done in - [`a9022eb2f72efd9b99212a057df33cba762cd13b`](https://git.euandreh.xyz/git-permalink/commit/?id=a9022eb2f72efd9b99212a057df33cba762cd13b). + [`a9022eb2f72efd9b99212a057df33cba762cd13b`](https://euandreh.xyz/git-permalink.git/commit/?id=a9022eb2f72efd9b99212a057df33cba762cd13b). - TODO in 2021-06-12 ## DONE Write tests {#td-fd654661-fa97-83db-1d49-83a66866ccfa} @@ -966,14 +966,14 @@ same command doesn't on CI. Given all that, I chose not to write more tests, and call this done. Done in - [`50a7c011274359ef058d30be87b9d29ca4fd06ed`](https://git.euandreh.xyz/git-permalink/commit/?id=50a7c011274359ef058d30be87b9d29ca4fd06ed). + [`50a7c011274359ef058d30be87b9d29ca4fd06ed`](https://euandreh.xyz/git-permalink.git/commit/?id=50a7c011274359ef058d30be87b9d29ca4fd06ed). - TODO in 2021-06-12 ## DONE Write manpage {#td-6e6f917f-26ad-09fd-9a09-84b5df0f3ea4} - DONE in 2021-06-12 Done in - [`0f02b1bf62005b451ff4b91a88716cb6e0365849`](https://git.euandreh.xyz/git-permalink/commit/?id=0f02b1bf62005b451ff4b91a88716cb6e0365849). + [`0f02b1bf62005b451ff4b91a88716cb6e0365849`](https://euandreh.xyz/git-permalink.git/commit/?id=0f02b1bf62005b451ff4b91a88716cb6e0365849). - TODO in 2021-06-12 --- @@ -984,7 +984,7 @@ Show example of how to create an override URL on `git config` from a known URL. - DONE in 2021-06-12 Done in - [`9aded035e3a6ab3fbac3129353db587b22132c79`](https://git.euandreh.xyz/git-permalink/commit/?id=9aded035e3a6ab3fbac3129353db587b22132c79). + [`9aded035e3a6ab3fbac3129353db587b22132c79`](https://euandreh.xyz/git-permalink.git/commit/?id=9aded035e3a6ab3fbac3129353db587b22132c79). - TODO in 2021-06-12 --- @@ -1012,11 +1012,11 @@ The ones done so far as of this writing: The one I can think of right now but almost never use to merit being part of the first version: -- <input type="checkbox" disabled checked /> Kernel CGit (where Git itself in publicly available): [`caaac9ffb8c80432ef41ad9434762d3e3401f01a`](https://git.euandreh.xyz/git-permalink/commit/?id=caaac9ffb8c80432ef41ad9434762d3e3401f01a) -- <input type="checkbox" disabled checked /> codeberg: [`8be93bf6e7077d69eec43a80b773f9c2a6530524`](https://git.euandreh.xyz/git-permalink/commit/?id=8be93bf6e7077d69eec43a80b773f9c2a6530524) -- <input type="checkbox" disabled checked /> notabug: [`0ee7b1fa813809e2e86e4e322999d3d56f1d180d`](https://git.euandreh.xyz/git-permalink/commit/?id=0ee7b1fa813809e2e86e4e322999d3d56f1d180d) -- <input type="checkbox" disabled checked /> pagure: [`67573428bfcba5eb91cb286153ec593666c2a437`](https://git.euandreh.xyz/git-permalink/commit/?id=67573428bfcba5eb91cb286153ec593666c2a437) -- <input type="checkbox" disabled checked /> bitbucket: [`2c5e8e11a26a9a09cbeb2ceda1ca7b4e4f3aa68a`](https://git.euandreh.xyz/git-permalink/commit/?id=2c5e8e11a26a9a09cbeb2ceda1ca7b4e4f3aa68a) +- <input type="checkbox" disabled checked /> Kernel CGit (where Git itself in publicly available): [`caaac9ffb8c80432ef41ad9434762d3e3401f01a`](https://euandreh.xyz/git-permalink.git/commit/?id=caaac9ffb8c80432ef41ad9434762d3e3401f01a) +- <input type="checkbox" disabled checked /> codeberg: [`8be93bf6e7077d69eec43a80b773f9c2a6530524`](https://euandreh.xyz/git-permalink.git/commit/?id=8be93bf6e7077d69eec43a80b773f9c2a6530524) +- <input type="checkbox" disabled checked /> notabug: [`0ee7b1fa813809e2e86e4e322999d3d56f1d180d`](https://euandreh.xyz/git-permalink.git/commit/?id=0ee7b1fa813809e2e86e4e322999d3d56f1d180d) +- <input type="checkbox" disabled checked /> pagure: [`67573428bfcba5eb91cb286153ec593666c2a437`](https://euandreh.xyz/git-permalink.git/commit/?id=67573428bfcba5eb91cb286153ec593666c2a437) +- <input type="checkbox" disabled checked /> bitbucket: [`2c5e8e11a26a9a09cbeb2ceda1ca7b4e4f3aa68a`](https://euandreh.xyz/git-permalink.git/commit/?id=2c5e8e11a26a9a09cbeb2ceda1ca7b4e4f3aa68a) - <input type="checkbox" disabled checked /> <del>generic cgit?</del> No, people should use `git-permalink.template-file-commit` and `git-permalink.template-commit-file` instead @@ -1091,12 +1091,12 @@ correctly. This way I keep the `aux/` directory with files from my personal workflow, and the project doesn't depend on it for its main code. Done in -[`a3b44f937180e7544b70ca375543060a3ee57570`](https://git.euandreh.xyz/git-permalink/commit/?id=a3b44f937180e7544b70ca375543060a3ee57570). +[`a3b44f937180e7544b70ca375543060a3ee57570`](https://euandreh.xyz/git-permalink.git/commit/?id=a3b44f937180e7544b70ca375543060a3ee57570). --- Excerpt from -[`412a3f36cb40dba18f4f0f70a6804882ac6c68eb`](https://git.euandreh.xyz/git-permalink/commit/?id=412a3f36cb40dba18f4f0f70a6804882ac6c68eb) +[`412a3f36cb40dba18f4f0f70a6804882ac6c68eb`](https://euandreh.xyz/git-permalink.git/commit/?id=412a3f36cb40dba18f4f0f70a6804882ac6c68eb) that implemented this change: ```text @@ -1175,7 +1175,7 @@ name of less requirements. - DONE in 2021-06-16 Done in - [`c24b3a73b259943bb2440c587d8054ce90480552`](https://git.euandreh.xyz/git-permalink/commit/?id=c24b3a73b259943bb2440c587d8054ce90480552). + [`c24b3a73b259943bb2440c587d8054ce90480552`](https://euandreh.xyz/git-permalink.git/commit/?id=c24b3a73b259943bb2440c587d8054ce90480552). - TODO in 2021-06-16 --- diff --git a/aux/workflow/assert-changelog.sh b/aux/workflow/assert-changelog.sh index 4acc81b..c58a600 100755 --- a/aux/workflow/assert-changelog.sh +++ b/aux/workflow/assert-changelog.sh @@ -44,7 +44,7 @@ assert() { VVERSION="$2" VERSION="${2#v}" CHANGELOG_ENTRY="$(printf \ - '# [%s](https://git.euandreh.xyz/%s/commit/?id=%s) - %s' \ + '# [%s](https://euandreh.xyz/%s.git/commit/?id=%s) - %s' \ "$VERSION" "$PROJECT" "$VVERSION" "$DATE")" if ! grep -qF "$CHANGELOG_ENTRY" CHANGELOG.md; then echo "Missing '$CHANGELOG_ENTRY' entry from CHANGELOG.md" >&2 diff --git a/aux/workflow/assert-readme.sh b/aux/workflow/assert-readme.sh index 1e49bfb..7afeb4c 100755 --- a/aux/workflow/assert-readme.sh +++ b/aux/workflow/assert-readme.sh @@ -55,7 +55,7 @@ Send contributions to the [mailing list] via ## Links - [homepage](https://$TLD/$PROJECT/en/) -- [source code](https://git.euandreh.xyz/$PROJECT/) +- [source code](https://euandreh.xyz/$PROJECT.git/) - [bug tracking](https://$TLD/$PROJECT/TODOs.html) - [mailing list] - [CI logs](https://$TLD/$PROJECT/ci.html) @@ -68,7 +68,7 @@ RELEASES_LIST="$(mkstemp)" add_release() { DATE="$1" VVERSION="$2" - echo "- [$VVERSION](https://git.euandreh.xyz/$PROJECT/commit/?id=$VVERSION) [$PROJECT-$VVERSION.tar.gz](https://git.euandreh.xyz/$PROJECT/snapshot/$PROJECT-$VVERSION.tar.gz) ([sig](https://git.euandreh.xyz/$PROJECT/snapshot/$PROJECT-$VVERSION.tar.gz.asc)) - $DATE" >> "$RELEASES_LIST" + echo "- [$VVERSION](https://euandreh.xyz/$PROJECT.git/commit/?id=$VVERSION) [$PROJECT-$VVERSION.tar.gz](https://euandreh.xyz/$PROJECT.git/snapshot/$PROJECT-$VVERSION.tar.gz) ([sig](https://euandreh.xyz/$PROJECT.git/snapshot/$PROJECT-$VVERSION.tar.gz.asc)) - $DATE" >> "$RELEASES_LIST" } for VVERSION in $(git tag); do @@ -98,7 +98,7 @@ The code is licensed under [GNU Affero General Public License v3.0 or later][AGPL-3.0-or-later] (AGPL-3.0-or-later). -[AGPL-3.0-or-later]: https://git.euandreh.xyz/$PROJECT/tree/COPYING +[AGPL-3.0-or-later]: https://euandreh.xyz/.git$PROJECT/tree/COPYING EOF if ! tail -n "$(wc -l < "$EXPECTED")" README.md | diff - "$EXPECTED"; then diff --git a/doc/git-permalink.en.1.in b/doc/git-permalink.en.1.in index ef821ba..17661da 100644 --- a/doc/git-permalink.en.1.in +++ b/doc/git-permalink.en.1.in @@ -83,7 +83,7 @@ An URL template where the name of the \fIfile\fR comes first, and the \fIcommit\ cgit uses this style of URL, with something like in: .nf - https://git.euandreh.xyz/fallible/tree/%s?id=%s + https://euandreh.xyz/fallible.git/tree/%s?id=%s .fi On this example, the name of the \fIfile\fR comes first and \fIcommit\fR comes at the very end after "id=". @@ -133,7 +133,7 @@ Open file called \fI--help\fR: .nf $ git permalink -- --help - Opening https://git.euandreh.xyz/non-existent-repository/tree/--help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e + Opening https://euandreh.xyz/non-existent-repository.git/tree/--help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e .fi .SH EXIT STATUS diff --git a/doc/git-permalink.eo.1.in b/doc/git-permalink.eo.1.in index f0c0f73..e8e1821 100644 --- a/doc/git-permalink.eo.1.in +++ b/doc/git-permalink.eo.1.in @@ -94,7 +94,7 @@ URL ŝablono, kie la nomo de la \fIdosiero\fP estas unue, kaj la \fIcommit\fP es due. cgit uzas ĉi tiun specon de URL, kiel en: .nf - https://git.euandreh.xyz/fallible/tree/%s?id=%s + https://euandreh.xyz/fallible.git/tree/%s?id=%s .fi Laŭ ĉi tiu ekzemplo, la nomo de la \fIdosiero\fP estas unue kaj la \fIcommit\fP @@ -150,7 +150,7 @@ Malfermas \fI\-\-help\fP: .nf $ git permalink \-\- \-\-help - Malfermado de https://git.euandreh.xyz/non\-existent\-repository/tree/\-\-help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e + Malfermado de https://euandreh.xyz/non.git\-existent\-repository/tree/\-\-help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e .fi .SH ELIRKODOJ diff --git a/doc/git-permalink.fr.1.in b/doc/git-permalink.fr.1.in index fad47de..b88cf18 100644 --- a/doc/git-permalink.fr.1.in +++ b/doc/git-permalink.fr.1.in @@ -97,7 +97,7 @@ Un modèle de substitution d'URL où le nom du \fIfichier\fP est avant, et le \fIcommit\fP est après. cgit utilise cette type d'URL, comme dans: .nf - https://git.euandreh.xyz/fallible/tree/%s?id=%s + https://euandreh.xyz/fallible.git/tree/%s?id=%s .fi Dans cet exemple, le nom du \fIfichier\fP est avant et le \fIcommit\fP est à la @@ -154,7 +154,7 @@ Ouvrez \fI\-\-help\fP: .nf $ git permalink \-\- \-\-help - Ouverture de https://git.euandreh.xyz/non\-existent\-repository/tree/\-\-help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e + Ouverture de https://euandreh.xyz/non.git\-existent\-repository/tree/\-\-help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e .fi .SH "CODES DE SORTIE" diff --git a/doc/git-permalink.pt.1.in b/doc/git-permalink.pt.1.in index e8d4d50..0c297a0 100644 --- a/doc/git-permalink.pt.1.in +++ b/doc/git-permalink.pt.1.in @@ -96,7 +96,7 @@ Um modelo de substituição de URL em que o nome do \fIarquivo\fP vem primeiro, o \fIcommit\fP vem depois. cgit usa esse tipo de URL, como em: .nf - https://git.euandreh.xyz/fallible/tree/%s?id=%s + https://euandreh.xyz/fallible.git/tree/%s?id=%s .fi Nesse exemplo, o nome do \fIarquivo\fP vem primeiro e o \fIcommit\fP vem só no @@ -153,7 +153,7 @@ Abre o arquivo \fI\-\-help\fP: .nf $ git permalink \-\- \-\-help - Abrindo https://git.euandreh.xyz/non\-existent\-repository/tree/\-\-help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e + Abrindo https://euandreh.xyz/non.git\-existent\-repository/tree/\-\-help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e .fi .SH "CÓDIGO DE SAÍDA" diff --git a/po/LC_MESSAGES/CHANGELOG.en.md/eo.po b/po/LC_MESSAGES/CHANGELOG.en.md/eo.po index 67d8d79..5c65d3c 100644 --- a/po/LC_MESSAGES/CHANGELOG.en.md/eo.po +++ b/po/LC_MESSAGES/CHANGELOG.en.md/eo.po @@ -29,10 +29,10 @@ msgstr "" "anstataŭ ignori ĝin." msgid "" -"[0.2.2](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.2) - " +"[0.2.2](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.2) - " "2021-06-25" msgstr "" -"[0.2.2](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.2) - " +"[0.2.2](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.2) - " "2021-06-25" msgid "Fixed" @@ -42,10 +42,10 @@ msgid "Fixed installation path of manpages." msgstr "Riparu instalan vojon de manpaĝon." msgid "" -"[0.2.1](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.1) - " +"[0.2.1](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.1) - " "2021-06-25" msgstr "" -"[0.2.1](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.1) - " +"[0.2.1](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.1) - " "2021-06-25" msgid "`getopts`" @@ -70,10 +70,10 @@ msgstr "" "open`." msgid "" -"[0.2.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.0) - " +"[0.2.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.0) - " "2021-06-19" msgstr "" -"[0.2.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.0) - " +"[0.2.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.0) - " "2021-06-19" msgid "Added" @@ -104,10 +104,10 @@ msgstr "" "aldonita, kaj la tasko estas markita kiel farita (`DONE`)." msgid "" -"[0.1.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.1.0) - " +"[0.1.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.1.0) - " "2021-06-13" msgstr "" -"[0.1.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.1.0) - " +"[0.1.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.1.0) - " "2021-06-13" msgid "Initial public release." @@ -141,10 +141,10 @@ msgstr "" "Tradukoj por la `README.md` kaj `CHANGELOG.md` dosieroj estis aldonitaj." msgid "" -"[0.2.3](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.3) - " +"[0.2.3](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.3) - " "2021-07-16" msgstr "" -"[0.2.3](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.3) - " +"[0.2.3](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.3) - " "2021-07-16" msgid "Removed" diff --git a/po/LC_MESSAGES/CHANGELOG.en.md/fr.po b/po/LC_MESSAGES/CHANGELOG.en.md/fr.po index b0bf8da..1175365 100644 --- a/po/LC_MESSAGES/CHANGELOG.en.md/fr.po +++ b/po/LC_MESSAGES/CHANGELOG.en.md/fr.po @@ -29,10 +29,10 @@ msgstr "" " utilisant le code de sortie 2 au lieu de l'ignorer." msgid "" -"[0.2.2](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.2) - " +"[0.2.2](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.2) - " "2021-06-25" msgstr "" -"[0.2.2](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.2) - " +"[0.2.2](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.2) - " "2021-06-25" msgid "Fixed" @@ -42,10 +42,10 @@ msgid "Fixed installation path of manpages." msgstr "Les chemins d'installation des pages du manuel (manpages)." msgid "" -"[0.2.1](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.1) - " +"[0.2.1](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.1) - " "2021-06-25" msgstr "" -"[0.2.1](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.1) - " +"[0.2.1](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.1) - " "2021-06-25" msgid "`getopts`" @@ -70,10 +70,10 @@ msgstr "" "l'utilisation de `xdg-open`." msgid "" -"[0.2.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.0) - " +"[0.2.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.0) - " "2021-06-19" msgstr "" -"[0.2.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.0) - " +"[0.2.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.0) - " "2021-06-19" msgid "Added" @@ -104,10 +104,10 @@ msgstr "" "ajouté, et la tâche à été marqué comme fini (`DONE`)." msgid "" -"[0.1.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.1.0) - " +"[0.1.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.1.0) - " "2021-06-13" msgstr "" -"[0.1.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.1.0) - " +"[0.1.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.1.0) - " "2021-06-13" msgid "Initial public release." @@ -142,10 +142,10 @@ msgstr "" "ajouté." msgid "" -"[0.2.3](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.3) - " +"[0.2.3](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.3) - " "2021-07-16" msgstr "" -"[0.2.3](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.3) - " +"[0.2.3](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.3) - " "2021-07-16" msgid "Removed" diff --git a/po/LC_MESSAGES/CHANGELOG.en.md/pt.po b/po/LC_MESSAGES/CHANGELOG.en.md/pt.po index 7dd3c8b..eaa9650 100644 --- a/po/LC_MESSAGES/CHANGELOG.en.md/pt.po +++ b/po/LC_MESSAGES/CHANGELOG.en.md/pt.po @@ -29,10 +29,10 @@ msgstr "" " com o código 2 ao invés de ignorá-la." msgid "" -"[0.2.2](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.2) - " +"[0.2.2](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.2) - " "2021-06-25" msgstr "" -"[0.2.2](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.2) - " +"[0.2.2](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.2) - " "2021-06-25" msgid "Fixed" @@ -42,10 +42,10 @@ msgid "Fixed installation path of manpages." msgstr "Caminho de instalação das páginas de manual (manpages) consertado." msgid "" -"[0.2.1](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.1) - " +"[0.2.1](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.1) - " "2021-06-25" msgstr "" -"[0.2.1](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.1) - " +"[0.2.1](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.1) - " "2021-06-25" msgid "`getopts`" @@ -70,10 +70,10 @@ msgstr "" " (`STDERR`)." msgid "" -"[0.2.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.0) - " +"[0.2.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.0) - " "2021-06-19" msgstr "" -"[0.2.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.0) - " +"[0.2.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.0) - " "2021-06-19" msgid "Added" @@ -104,10 +104,10 @@ msgstr "" "adicionados, e a tarefa foi marcada como completa (`DONE`)." msgid "" -"[0.1.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.1.0) - " +"[0.1.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.1.0) - " "2021-06-13" msgstr "" -"[0.1.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.1.0) - " +"[0.1.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.1.0) - " "2021-06-13" msgid "Initial public release." @@ -141,10 +141,10 @@ msgstr "" "Traduções para os arquivos `README.md` e `CHANGELOG.md` foram adicionados." msgid "" -"[0.2.3](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.3) - " +"[0.2.3](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.3) - " "2021-07-16" msgstr "" -"[0.2.3](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.3) - " +"[0.2.3](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.3) - " "2021-07-16" msgid "Removed" diff --git a/po/LC_MESSAGES/README.en.md/eo.po b/po/LC_MESSAGES/README.en.md/eo.po index e4d7075..a276e89 100644 --- a/po/LC_MESSAGES/README.en.md/eo.po +++ b/po/LC_MESSAGES/README.en.md/eo.po @@ -61,8 +61,8 @@ msgstr "kaj por generi la dokumentaron kaj retejon HTML, rulu:" msgid "Links" msgstr "Ligiloj" -msgid "[source code](https://git.euandreh.xyz/git-permalink/)" -msgstr "[fontkodo](https://git.euandreh.xyz/git-permalink/)" +msgid "[source code](https://euandreh.xyz/git-permalink.git/)" +msgstr "[fontkodo](https://euandreh.xyz/git-permalink.git/)" msgid "[bug tracking](https://euandreh.xyz/git-permalink/TODOs.html)" msgstr "[misfunkcioj](https://euandreh.xyz/git-permalink/TODOs.html)" @@ -117,58 +117,58 @@ msgstr "[dissendolisto][mailing list]" #: README.en.md:block 29 (unordered list) msgid "" -"[v0.2.2](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.2) [git-" -"permalink-v0.2.2.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.2](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.2) [git-" +"permalink-v0.2.2.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.2.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.2.tar.gz.asc)) - 2021-06-25" msgstr "" -"[v0.2.2](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.2) [git-" -"permalink-v0.2.2.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.2](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.2) [git-" +"permalink-v0.2.2.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.2.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.2.tar.gz.asc)) - 2021-06-25" #: README.en.md:block 29 (unordered list) msgid "" -"[v0.2.1](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.1) [git-" -"permalink-v0.2.1.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.1](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.1) [git-" +"permalink-v0.2.1.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.1.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.1.tar.gz.asc)) - 2021-06-25" msgstr "" -"[v0.2.1](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.1) [git-" -"permalink-v0.2.1.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.1](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.1) [git-" +"permalink-v0.2.1.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.1.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.1.tar.gz.asc)) - 2021-06-25" #: README.en.md:block 29 (unordered list) msgid "" -"[v0.2.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.0) [git-" -"permalink-v0.2.0.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.0) [git-" +"permalink-v0.2.0.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.0.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.0.tar.gz.asc)) - 2021-06-19" msgstr "" -"[v0.2.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.0) [git-" -"permalink-v0.2.0.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.0) [git-" +"permalink-v0.2.0.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.0.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.0.tar.gz.asc)) - 2021-06-19" #: README.en.md:block 29 (unordered list) msgid "" -"[v0.1.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.1.0) [git-" -"permalink-v0.1.0.tar.gz](https://git.euandreh.xyz/git-" +"[v0.1.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.1.0) [git-" +"permalink-v0.1.0.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.1.0.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.1.0.tar.gz.asc)) - 2021-06-13" msgstr "" -"[v0.1.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.1.0) [git-" -"permalink-v0.1.0.tar.gz](https://git.euandreh.xyz/git-" +"[v0.1.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.1.0) [git-" +"permalink-v0.1.0.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.1.0.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.1.0.tar.gz.asc)) - 2021-06-13" #: README.en.md:block 31 (paragraph) @@ -241,9 +241,9 @@ msgstr "" #: README.en.md:block 31 (paragraph) msgid "" -"[AGPL-3.0-or-later]: https://git.euandreh.xyz/git-permalink/tree/COPYING" +"[AGPL-3.0-or-later]: https://euandreh.xyz/git-permalink.git/tree/COPYING" msgstr "" -"[AGPL-3.0-or-later]: https://git.euandreh.xyz/git-permalink/tree/COPYING" +"[AGPL-3.0-or-later]: https://euandreh.xyz/git-permalink.git/tree/COPYING" #: README.en.md:block 6 (code) msgid "" @@ -258,22 +258,22 @@ msgstr "" #: README.en.md:block 8 (code) msgid "" "$ git permalink tests/ranking.sh\n" -"Opening https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e\n" +"Opening https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e\n" "$ git permalink tests/ranking.sh 23\n" -"Opening https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" +"Opening https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" msgstr "" "$ git permalink tests/ranking.sh\n" -"Malfermado de https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e\n" +"Malfermado de https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e\n" "$ git permalink tests/ranking.sh 23\n" -"Malfermado de https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" +"Malfermado de https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" #: README.en.md:block 10 (code) msgid "" "$ git permalink -p tests/ranking.sh 23\n" -"https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" +"https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" msgstr "" "$ git permalink -p tests/ranking.sh 23\n" -"https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" +"https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" #: README.en.md:block 22 (code) msgid "$ make dev-check\n" @@ -304,16 +304,16 @@ msgstr "" "# make install\n" msgid "" -"[v0.2.3](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.3) [git-" -"permalink-v0.2.3.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.3](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.3) [git-" +"permalink-v0.2.3.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.3.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.3.tar.gz.asc)) - 2021-07-16" msgstr "" -"[v0.2.3](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.3) [git-" -"permalink-v0.2.3.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.3](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.3) [git-" +"permalink-v0.2.3.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.3.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.3.tar.gz.asc)) - 2021-07-16" msgid "Directory structure" diff --git a/po/LC_MESSAGES/README.en.md/fr.po b/po/LC_MESSAGES/README.en.md/fr.po index 39d6216..0941fc9 100644 --- a/po/LC_MESSAGES/README.en.md/fr.po +++ b/po/LC_MESSAGES/README.en.md/fr.po @@ -65,8 +65,8 @@ msgstr "et pour générer le HTML du documentation e du site web, utilisez:" msgid "Links" msgstr "Liens" -msgid "[source code](https://git.euandreh.xyz/git-permalink/)" -msgstr "[code source](https://git.euandreh.xyz/git-permalink/)" +msgid "[source code](https://euandreh.xyz/git-permalink.git/)" +msgstr "[code source](https://euandreh.xyz/git-permalink.git/)" msgid "[bug tracking](https://euandreh.xyz/git-permalink/TODOs.html)" msgstr "[liste de bogues](https://euandreh.xyz/git-permalink/TODOs.html)" @@ -121,58 +121,58 @@ msgstr "[liste de diffusion][mailing list]" #: README.en.md:block 29 (unordered list) msgid "" -"[v0.2.2](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.2) [git-" -"permalink-v0.2.2.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.2](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.2) [git-" +"permalink-v0.2.2.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.2.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.2.tar.gz.asc)) - 2021-06-25" msgstr "" -"[v0.2.2](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.2) [git-" -"permalink-v0.2.2.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.2](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.2) [git-" +"permalink-v0.2.2.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.2.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.2.tar.gz.asc)) - 2021-06-25" #: README.en.md:block 29 (unordered list) msgid "" -"[v0.2.1](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.1) [git-" -"permalink-v0.2.1.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.1](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.1) [git-" +"permalink-v0.2.1.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.1.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.1.tar.gz.asc)) - 2021-06-25" msgstr "" -"[v0.2.1](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.1) [git-" -"permalink-v0.2.1.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.1](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.1) [git-" +"permalink-v0.2.1.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.1.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.1.tar.gz.asc)) - 2021-06-25" #: README.en.md:block 29 (unordered list) msgid "" -"[v0.2.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.0) [git-" -"permalink-v0.2.0.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.0) [git-" +"permalink-v0.2.0.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.0.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.0.tar.gz.asc)) - 2021-06-19" msgstr "" -"[v0.2.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.0) [git-" -"permalink-v0.2.0.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.0) [git-" +"permalink-v0.2.0.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.0.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.0.tar.gz.asc)) - 2021-06-19" #: README.en.md:block 29 (unordered list) msgid "" -"[v0.1.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.1.0) [git-" -"permalink-v0.1.0.tar.gz](https://git.euandreh.xyz/git-" +"[v0.1.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.1.0) [git-" +"permalink-v0.1.0.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.1.0.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.1.0.tar.gz.asc)) - 2021-06-13" msgstr "" -"[v0.1.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.1.0) [git-" -"permalink-v0.1.0.tar.gz](https://git.euandreh.xyz/git-" +"[v0.1.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.1.0) [git-" +"permalink-v0.1.0.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.1.0.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.1.0.tar.gz.asc)) - 2021-06-13" #: README.en.md:block 31 (paragraph) @@ -245,9 +245,9 @@ msgstr "" #: README.en.md:block 31 (paragraph) msgid "" -"[AGPL-3.0-or-later]: https://git.euandreh.xyz/git-permalink/tree/COPYING" +"[AGPL-3.0-or-later]: https://euandreh.xyz/git-permalink.git/tree/COPYING" msgstr "" -"[AGPL-3.0-or-later]: https://git.euandreh.xyz/git-permalink/tree/COPYING" +"[AGPL-3.0-or-later]: https://euandreh.xyz/git-permalink.git/tree/COPYING" #: README.en.md:block 6 (code) msgid "" @@ -262,22 +262,22 @@ msgstr "" #: README.en.md:block 8 (code) msgid "" "$ git permalink tests/ranking.sh\n" -"Opening https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e\n" +"Opening https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e\n" "$ git permalink tests/ranking.sh 23\n" -"Opening https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" +"Opening https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" msgstr "" "$ git permalink tests/ranking.sh\n" -"Ouverture https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e\n" +"Ouverture https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e\n" "$ git permalink tests/ranking.sh 23\n" -"Ouverture https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" +"Ouverture https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" #: README.en.md:block 10 (code) msgid "" "$ git permalink -p tests/ranking.sh 23\n" -"https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" +"https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" msgstr "" "$ git permalink -p tests/ranking.sh 23\n" -"https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" +"https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" #: README.en.md:block 22 (code) msgid "$ make dev-check\n" @@ -308,16 +308,16 @@ msgstr "" "# make install\n" msgid "" -"[v0.2.3](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.3) [git-" -"permalink-v0.2.3.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.3](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.3) [git-" +"permalink-v0.2.3.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.3.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.3.tar.gz.asc)) - 2021-07-16" msgstr "" -"[v0.2.3](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.3) [git-" -"permalink-v0.2.3.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.3](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.3) [git-" +"permalink-v0.2.3.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.3.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.3.tar.gz.asc)) - 2021-07-16" msgid "Directory structure" diff --git a/po/LC_MESSAGES/README.en.md/pt.po b/po/LC_MESSAGES/README.en.md/pt.po index c921378..b8f97a3 100644 --- a/po/LC_MESSAGES/README.en.md/pt.po +++ b/po/LC_MESSAGES/README.en.md/pt.po @@ -64,8 +64,8 @@ msgstr "e para gerar o HTML da documentação e do website, use:" msgid "Links" msgstr "Links" -msgid "[source code](https://git.euandreh.xyz/git-permalink/)" -msgstr "[código fonte](https://git.euandreh.xyz/git-permalink/)" +msgid "[source code](https://euandreh.xyz/git-permalink.git/)" +msgstr "[código fonte](https://euandreh.xyz/git-permalink.git/)" msgid "[bug tracking](https://euandreh.xyz/git-permalink/TODOs.html)" msgstr "[rastreio de bugs](https://euandreh.xyz/git-permalink/TODOs.html)" @@ -120,58 +120,58 @@ msgstr "[lista de discussão][mailing list]" #: README.en.md:block 29 (unordered list) msgid "" -"[v0.2.2](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.2) [git-" -"permalink-v0.2.2.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.2](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.2) [git-" +"permalink-v0.2.2.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.2.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.2.tar.gz.asc)) - 2021-06-25" msgstr "" -"[v0.2.2](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.2) [git-" -"permalink-v0.2.2.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.2](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.2) [git-" +"permalink-v0.2.2.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.2.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.2.tar.gz.asc)) - 2021-06-25" #: README.en.md:block 29 (unordered list) msgid "" -"[v0.2.1](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.1) [git-" -"permalink-v0.2.1.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.1](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.1) [git-" +"permalink-v0.2.1.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.1.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.1.tar.gz.asc)) - 2021-06-25" msgstr "" -"[v0.2.1](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.1) [git-" -"permalink-v0.2.1.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.1](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.1) [git-" +"permalink-v0.2.1.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.1.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.1.tar.gz.asc)) - 2021-06-25" #: README.en.md:block 29 (unordered list) msgid "" -"[v0.2.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.0) [git-" -"permalink-v0.2.0.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.0) [git-" +"permalink-v0.2.0.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.0.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.0.tar.gz.asc)) - 2021-06-19" msgstr "" -"[v0.2.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.0) [git-" -"permalink-v0.2.0.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.0) [git-" +"permalink-v0.2.0.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.0.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.0.tar.gz.asc)) - 2021-06-19" #: README.en.md:block 29 (unordered list) msgid "" -"[v0.1.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.1.0) [git-" -"permalink-v0.1.0.tar.gz](https://git.euandreh.xyz/git-" +"[v0.1.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.1.0) [git-" +"permalink-v0.1.0.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.1.0.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.1.0.tar.gz.asc)) - 2021-06-13" msgstr "" -"[v0.1.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.1.0) [git-" -"permalink-v0.1.0.tar.gz](https://git.euandreh.xyz/git-" +"[v0.1.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.1.0) [git-" +"permalink-v0.1.0.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.1.0.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.1.0.tar.gz.asc)) - 2021-06-13" #: README.en.md:block 31 (paragraph) @@ -244,9 +244,9 @@ msgstr "" #: README.en.md:block 31 (paragraph) msgid "" -"[AGPL-3.0-or-later]: https://git.euandreh.xyz/git-permalink/tree/COPYING" +"[AGPL-3.0-or-later]: https://euandreh.xyz/git-permalink.git/tree/COPYING" msgstr "" -"[AGPL-3.0-or-later]: https://git.euandreh.xyz/git-permalink/tree/COPYING" +"[AGPL-3.0-or-later]: https://euandreh.xyz/git-permalink.git/tree/COPYING" #: README.en.md:block 6 (code) msgid "" @@ -261,22 +261,22 @@ msgstr "" #: README.en.md:block 8 (code) msgid "" "$ git permalink tests/ranking.sh\n" -"Opening https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e\n" +"Opening https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e\n" "$ git permalink tests/ranking.sh 23\n" -"Opening https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" +"Opening https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" msgstr "" "$ git permalink tests/ranking.sh\n" -"Abrindo https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e\n" +"Abrindo https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e\n" "$ git permalink tests/ranking.sh 23\n" -"Abrindo https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" +"Abrindo https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" #: README.en.md:block 10 (code) msgid "" "$ git permalink -p tests/ranking.sh 23\n" -"https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" +"https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" msgstr "" "$ git permalink -p tests/ranking.sh 23\n" -"https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" +"https://euandreh.xyz/remembering.git/tree/tests/ranking.sh?id=44533e2df144e7749a382e298aea53ca11a2239e#n23\n" #: README.en.md:block 22 (code) msgid "$ make dev-check\n" @@ -307,16 +307,16 @@ msgstr "" "# make install\n" msgid "" -"[v0.2.3](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.3) [git-" -"permalink-v0.2.3.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.3](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.3) [git-" +"permalink-v0.2.3.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.3.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.3.tar.gz.asc)) - 2021-07-16" msgstr "" -"[v0.2.3](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.3) [git-" -"permalink-v0.2.3.tar.gz](https://git.euandreh.xyz/git-" +"[v0.2.3](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.3) [git-" +"permalink-v0.2.3.tar.gz](https://euandreh.xyz/git-.git" "permalink/snapshot/git-permalink-v0.2.3.tar.gz) " -"([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +"([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" "permalink-v0.2.3.tar.gz.asc)) - 2021-07-16" msgid "Directory structure" @@ -446,64 +446,64 @@ msgstr "" #~ "permalink/CHANGELOG.html)" #~ msgid "" -#~ "[v0.2.2](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.2) [git-" -#~ "permalink-v0.2.2.tar.gz](https://git.euandreh.xyz/git-" +#~ "[v0.2.2](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.2) [git-" +#~ "permalink-v0.2.2.tar.gz](https://euandreh.xyz/git-.git" #~ "permalink/snapshot/git-permalink-v0.2.2.tar.gz) " -#~ "([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +#~ "([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" #~ "permalink-v0.2.2.tar.gz.asc)), released in 2021-06-25" #~ msgstr "" -#~ "[v0.2.2](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.2) [git-" -#~ "permalink-v0.2.2.tar.gz](https://git.euandreh.xyz/git-" +#~ "[v0.2.2](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.2) [git-" +#~ "permalink-v0.2.2.tar.gz](https://euandreh.xyz/git-.git" #~ "permalink/snapshot/git-permalink-v0.2.2.tar.gz) " -#~ "([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +#~ "([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" #~ "permalink-v0.2.2.tar.gz.asc)), released in 2021-06-25" #~ msgid "" -#~ "[v0.2.1](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.1) [git-" -#~ "permalink-v0.2.1.tar.gz](https://git.euandreh.xyz/git-" +#~ "[v0.2.1](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.1) [git-" +#~ "permalink-v0.2.1.tar.gz](https://euandreh.xyz/git-.git" #~ "permalink/snapshot/git-permalink-v0.2.1.tar.gz) " -#~ "([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +#~ "([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" #~ "permalink-v0.2.1.tar.gz.asc)), released in 2021-06-25" #~ msgstr "" -#~ "[v0.2.1](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.1) [git-" -#~ "permalink-v0.2.1.tar.gz](https://git.euandreh.xyz/git-" +#~ "[v0.2.1](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.1) [git-" +#~ "permalink-v0.2.1.tar.gz](https://euandreh.xyz/git-.git" #~ "permalink/snapshot/git-permalink-v0.2.1.tar.gz) " -#~ "([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +#~ "([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" #~ "permalink-v0.2.1.tar.gz.asc)), released in 2021-06-25" #~ msgid "" -#~ "[v0.2.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.0) [git-" -#~ "permalink-v0.2.0.tar.gz](https://git.euandreh.xyz/git-" +#~ "[v0.2.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.0) [git-" +#~ "permalink-v0.2.0.tar.gz](https://euandreh.xyz/git-.git" #~ "permalink/snapshot/git-permalink-v0.2.0.tar.gz) " -#~ "([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +#~ "([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" #~ "permalink-v0.2.0.tar.gz.asc)), released in 2021-06-19" #~ msgstr "" -#~ "[v0.2.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.0) [git-" -#~ "permalink-v0.2.0.tar.gz](https://git.euandreh.xyz/git-" +#~ "[v0.2.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.2.0) [git-" +#~ "permalink-v0.2.0.tar.gz](https://euandreh.xyz/git-.git" #~ "permalink/snapshot/git-permalink-v0.2.0.tar.gz) " -#~ "([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +#~ "([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" #~ "permalink-v0.2.0.tar.gz.asc)), released in 2021-06-19" #~ msgid "" -#~ "[v0.1.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.1.0) [git-" -#~ "permalink-v0.1.0.tar.gz](https://git.euandreh.xyz/git-" +#~ "[v0.1.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.1.0) [git-" +#~ "permalink-v0.1.0.tar.gz](https://euandreh.xyz/git-.git" #~ "permalink/snapshot/git-permalink-v0.1.0.tar.gz) " -#~ "([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +#~ "([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" #~ "permalink-v0.1.0.tar.gz.asc)), released in 2021-06-13" #~ msgstr "" -#~ "[v0.1.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.1.0) [git-" -#~ "permalink-v0.1.0.tar.gz](https://git.euandreh.xyz/git-" +#~ "[v0.1.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.1.0) [git-" +#~ "permalink-v0.1.0.tar.gz](https://euandreh.xyz/git-.git" #~ "permalink/snapshot/git-permalink-v0.1.0.tar.gz) " -#~ "([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-" +#~ "([sig](https://euandreh.xyz/git-permalink.git/snapshot/git-" #~ "permalink-v0.1.0.tar.gz.asc)), released in 2021-06-13" #~ msgid "" #~ "The code is licensed under [GNU Affero General Public License v3.0 or " -#~ "later](https://git.euandreh.xyz/git-permalink/tree/COPYING) (AGPL-3.0-or-" +#~ "later](https://euandreh.xyz/git-permalink.git/tree/COPYING) (AGPL-3.0-or-" #~ "later)." #~ msgstr "" #~ "O código é licenciado sob [GNU Affero General Public License v3.0 ou " -#~ "posterior](https://git.euandreh.xyz/git-permalink/tree/COPYING) " +#~ "posterior](https://euandreh.xyz/git-permalink.git/tree/COPYING) " #~ "(AGPL-3.0-or-later)." #~ msgid "For the extra development-only checks, run:" diff --git a/po/LC_MESSAGES/doc/git-permalink.en.1.in/eo.po b/po/LC_MESSAGES/doc/git-permalink.en.1.in/eo.po index f188318..746dbfc 100644 --- a/po/LC_MESSAGES/doc/git-permalink.en.1.in/eo.po +++ b/po/LC_MESSAGES/doc/git-permalink.en.1.in/eo.po @@ -268,8 +268,8 @@ msgstr "" #. type: Plain text #: doc/git-permalink.en.1.in:87 #, no-wrap -msgid "\thttps://git.euandreh.xyz/fallible/tree/%s?id=%s\n" -msgstr "\thttps://git.euandreh.xyz/fallible/tree/%s?id=%s\n" +msgid "\thttps://euandreh.xyz/fallible.git/tree/%s?id=%s\n" +msgstr "\thttps://euandreh.xyz/fallible.git/tree/%s?id=%s\n" #. type: Plain text #: doc/git-permalink.en.1.in:90 @@ -394,10 +394,10 @@ msgstr "Malfermas I<--help>:" #, no-wrap msgid "" "\t$ git permalink -- --help\n" -"\tOpening https://git.euandreh.xyz/non-existent-repository/tree/--help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e\n" +"\tOpening https://euandreh.xyz/non-existent-repository.git/tree/--help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e\n" msgstr "" "\t$ git permalink -- --help\n" -"\tMalfermado de https://git.euandreh.xyz/non-existent-repository/tree/--help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e\n" +"\tMalfermado de https://euandreh.xyz/non-existent-repository.git/tree/--help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e\n" #. type: SH #: doc/git-permalink.en.1.in:139 diff --git a/po/LC_MESSAGES/doc/git-permalink.en.1.in/fr.po b/po/LC_MESSAGES/doc/git-permalink.en.1.in/fr.po index 4f03076..4ae6098 100644 --- a/po/LC_MESSAGES/doc/git-permalink.en.1.in/fr.po +++ b/po/LC_MESSAGES/doc/git-permalink.en.1.in/fr.po @@ -272,8 +272,8 @@ msgstr "" #. type: Plain text #: doc/git-permalink.en.1.in:87 #, no-wrap -msgid "\thttps://git.euandreh.xyz/fallible/tree/%s?id=%s\n" -msgstr "\thttps://git.euandreh.xyz/fallible/tree/%s?id=%s\n" +msgid "\thttps://euandreh.xyz/fallible.git/tree/%s?id=%s\n" +msgstr "\thttps://euandreh.xyz/fallible.git/tree/%s?id=%s\n" #. type: Plain text #: doc/git-permalink.en.1.in:90 @@ -399,10 +399,10 @@ msgstr "Ouvrez I<--help>:" #, no-wrap msgid "" "\t$ git permalink -- --help\n" -"\tOpening https://git.euandreh.xyz/non-existent-repository/tree/--help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e\n" +"\tOpening https://euandreh.xyz/non-existent-repository.git/tree/--help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e\n" msgstr "" "\t$ git permalink -- --help\n" -"\tOuverture de https://git.euandreh.xyz/non-existent-repository/tree/--help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e\n" +"\tOuverture de https://euandreh.xyz/non-existent-repository.git/tree/--help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e\n" #. type: SH #: doc/git-permalink.en.1.in:139 diff --git a/po/LC_MESSAGES/doc/git-permalink.en.1.in/pt.po b/po/LC_MESSAGES/doc/git-permalink.en.1.in/pt.po index f63d1aa..10bcc13 100644 --- a/po/LC_MESSAGES/doc/git-permalink.en.1.in/pt.po +++ b/po/LC_MESSAGES/doc/git-permalink.en.1.in/pt.po @@ -271,8 +271,8 @@ msgstr "" #. type: Plain text #: doc/git-permalink.en.1.in:87 #, no-wrap -msgid "\thttps://git.euandreh.xyz/fallible/tree/%s?id=%s\n" -msgstr "\thttps://git.euandreh.xyz/fallible/tree/%s?id=%s\n" +msgid "\thttps://euandreh.xyz/fallible.git/tree/%s?id=%s\n" +msgstr "\thttps://euandreh.xyz/fallible.git/tree/%s?id=%s\n" #. type: Plain text #: doc/git-permalink.en.1.in:90 @@ -398,10 +398,10 @@ msgstr "Abre o arquivo I<--help>:" #, no-wrap msgid "" "\t$ git permalink -- --help\n" -"\tOpening https://git.euandreh.xyz/non-existent-repository/tree/--help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e\n" +"\tOpening https://euandreh.xyz/non-existent-repository.git/tree/--help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e\n" msgstr "" "\t$ git permalink -- --help\n" -"\tAbrindo https://git.euandreh.xyz/non-existent-repository/tree/--help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e\n" +"\tAbrindo https://euandreh.xyz/non-existent-repository.git/tree/--help?id=470a9fa9329495cfcbef8cc5e32e3a38d3c3103e\n" #. type: SH #: doc/git-permalink.en.1.in:139 diff --git a/src/git-permalink.in b/src/git-permalink.in index 17b7514..94697a3 100755 --- a/src/git-permalink.in +++ b/src/git-permalink.in @@ -86,7 +86,7 @@ lineno_with_l() { } euandreh() { - printf 'https://git.euandreh.xyz/%s/tree/%s?id=%s%s\n' \ + printf 'https://euandreh.xyz/%s.git/tree/%s?id=%s%s\n' \ "$REPOSITORY" "$FILE" "$COMMIT" "${MYLINENO:+#n$MYLINENO}" } diff --git a/tests/remotes.sh b/tests/remotes.sh index d8fd02e..2bcc531 100755 --- a/tests/remotes.sh +++ b/tests/remotes.sh @@ -44,8 +44,8 @@ test_supported_remotes() { STATUS=$? assert_status 0 assert_empty_stdout - assert_fgrep_stderr 'Opening https://git.euandreh.xyz' - assert_fgrep_stderr 'xdg-open: https://git.euandreh.xyz' + assert_fgrep_stderr 'Opening https://euandreh.xyz' + assert_fgrep_stderr 'xdg-open: https://euandreh.xyz' cd - > /dev/null || exit 1 N="$LINENO" |