aboutsummaryrefslogtreecommitdiff
path: root/doc/git-permalink.eo.1.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-20Makefile: Include translation files in repocheck.sh countEuAndreh1-1/+1
2021-09-20src/locale/: Ignore ShellCheck warningsEuAndreh4-0/+5
2021-09-20po/LC_MESSAGES/README.en.md/: Update README.md translationEuAndreh3-33/+57
2021-09-20TODOs.md: Mark #task-ab7d98bb-7557-1891-b102-a48942d762be as DONEEuAndreh1-1/+5
2021-09-20aux/containers/guix/: Use local clone over remote channelEuAndreh2-12/+11
In a way, fixes #task-ab7d98bb-7557-1891-b102-a48942d762be. Since libgit2 won't support the "Dumb HTTP" protocol [0], and Guix won't support tarballs as remotes [1], I'll stick to using the -L option, as suggested by Ludovic. This is a much less self-contained solution, but this allows me to finally turn of the Git daemon running on the server in favour of the "Dumb HTTP" repository served as static files on a bare repository. [0]: https://github.com/libgit2/libgit2/issues/4652#issuecomment-390903142 [1]: https://issues.guix.gnu.org/50606
2021-09-20Adapt installation to new i18n.EuAndreh4-209/+106
Use the locale files over the locale variables. Adapt the "install" and "uninstall" targets to it, and remove the locale test.
2021-09-14Rework how translation is doneEuAndreh6-9/+115
Instead of variables on the code itself, each language gets its own file.
2021-09-14TODOs.md: Add #task-e9b72107-7dad-0844-d993-503259c729b5EuAndreh1-0/+3
2021-09-14src/git-permalink.in: Use ^ beginning of line marker when grepping for ↵EuAndreh1-1/+1
LC_MESSAGEES
2021-09-13TODOs.md: Mark #task-c88197ce-ade4-2d30-07fb-b52cf004a201 as CANCELLEDEuAndreh1-1/+5
2021-09-13aux/workflow/style.css: Spaces over tabsEuAndreh1-60/+60
2021-09-13aux/workflow/style.css: Add dark modeEuAndreh1-0/+16
2021-09-13aux/containers/guix/with-container.sh: Use $ENV_CMD for less duplicationEuAndreh1-5/+3
2021-09-13mv aux/guix/ aux/containers/EuAndreh4-1/+1
2021-09-13aux/ci/ci-build.sh: Use aux/with-container, as a symlink to ↵EuAndreh2-2/+3
aux/guix/with-container.sh
2021-09-13aux/guix/with-container.sh: Remove -p and -C optionsEuAndreh1-6/+0
The with-container.sh file now only has two mode: either interactive by giving it no options, or a non interactive by giving it a single option: the string that is given to "sh -c ...".
2021-09-13aux/workflow/commonmark.sh: Use the same style.css for all commonmark filesEuAndreh1-1/+2
2021-09-13aux/workflow/style.css: Center the body and add a max-widthEuAndreh1-0/+5
2021-09-13aux/ci/ci-build.sh: Stop generating docker.tar.gz fileEuAndreh1-5/+0
2021-09-13Makefile: Remove quotes around $(DESTDIR) and $(PREFIX)EuAndreh1-6/+6
This is because the default paths don't need quotes, and if the user provides a path with spaces, they can provide the quotes.
2021-08-28Makefile: Put "install"/"uninstall" at the endEuAndreh1-4/+4
2021-08-28Makefile: Use empty line break to separate sectionsEuAndreh1-2/+2
2021-08-28Makefile: Line break to keep 80 columnsEuAndreh1-1/+2
2021-08-28aux/workflow/dist.sh: Use -c flag from sort for simpler if expressionEuAndreh1-2/+1
2021-08-28aux/workflow/dist.sh: Run "make clean public dev-check" instead of just two ↵EuAndreh2-5/+4
assert files before tagging and publishing
2021-08-28aux/workflow/dist.sh: Enforce ascending order of tag numbersEuAndreh1-1/+7
2021-08-28aux/workflow/dist.sh: Add prompt to automatically run publishing commandsEuAndreh1-1/+10
2021-08-28aux/workflow/dist.sh: Prevent release being made outside the "main" branchEuAndreh1-0/+6
2021-08-24TODOs.md: Mark #task-c88197ce-ade4-2d30-07fb-b52cf004a201 as DONEEuAndreh1-1/+5
2021-08-24Makefile: Use single quotes around macro expansions for paths and namesEuAndreh1-13/+13
2021-08-24TODOs.md: Add #task-c88197ce-ade4-2d30-07fb-b52cf004a201EuAndreh1-0/+3
2021-08-23aux/ci/ci-build.sh: Better formatting of final report messageEuAndreh1-2/+2
2021-08-23aux/workflow/l10n.sh: Print progress message to STDERR instead of STDOUTEuAndreh1-1/+1
2021-08-23aux/guix/with-container.sh: Increase verbosity when building Docker packEuAndreh1-1/+1
2021-08-23po/LC_MESSAGES/README.en.md/fr.po: Fix typo newline in link to CHANGELOGEuAndreh1-2/+2
2021-08-23README.md: Fix address of makefile.svgEuAndreh4-10/+19
2021-08-23public/makefile.svg: Start generating it with makefile2graph and graphvizEuAndreh6-1/+59
2021-08-20aux/ci/report.sh: Add missing closing </main> tagEuAndreh1-0/+1
2021-08-20aux/ci/report.sh: Fix inconsistent indentationEuAndreh1-1/+1
2021-08-20aux/ci/report.sh: Put project name at the beginning of the titelEuAndreh1-1/+1
2021-08-20aux/ci/report.sh: Add description metadata, use <ol>, use spaces for HTMLEuAndreh1-27/+27
2021-08-20aux/workflow/repocheck.sh: Run dev-check, adapt scripts that depend on Git repoEuAndreh4-7/+14
2021-08-20TODOs.md: Add #task-e8d9a644-ead4-af05-8582-eef22af90633EuAndreh1-0/+3
2021-08-20TODOs.md: Add link to POSIX reference in ↵EuAndreh1-0/+2
#task-79c9aa0e-d5ef-78d2-0a01-1b5a06cce6d9
2021-08-20TODOs.md: Add #question-e7faf3ec-a40e-f35c-7380-6965942d957fEuAndreh1-0/+3
2021-08-20TODOs.md: Add #task-79c9aa0e-d5ef-78d2-0a01-1b5a06cce6d9EuAndreh1-0/+7
2021-08-20TODOs.md: Add #task-0c5d9ffc-435e-b395-48ef-29a84bb689e9EuAndreh1-0/+3
2021-08-19src/git-permalink.in: Add directions to manpage at the end of help textEuAndreh1-4/+12
2021-08-19TODOs.md: Mark #task-bd6ebb44-a6f7-5e14-39df-64e8e7cfc21e as DONEEuAndreh1-1/+8
2021-08-19aux/workflow/public.sh: Make a symlink for favicon.svg instead of a copyEuAndreh1-1/+1