aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* src/git-permalink.in: Fix ShellCheck offense, remove disableEuAndreh2021-06-271-2/+1
* Makefile: Don't use $(NAME) for the file nameEuAndreh2021-06-261-1/+1
* aux/guix/manifest.scm: Reorder hunspell, group it with basic packagesEuAndreh2021-06-261-3/+3
* TODOs.md: spellcheckEuAndreh2021-06-262-4/+6
* aux/workflow/*: Don't inherit global PROJECT_UCEuAndreh2021-06-264-0/+4
* aux/workflow/sign-tarballs.sh: Use getopts for argumentsEuAndreh2021-06-262-2/+22
* aux/ci/report.sh: Use getopts for argumentsEuAndreh2021-06-263-4/+26
* aux/workflow/commonmark.sh: Use getopts for argumentsEuAndreh2021-06-262-16/+48
* TODOs.md: Add #task-7c5cd2aa-6d92-0423-bfa7-81f2e8436586EuAndreh2021-06-261-0/+23
* aux/workflow/TODOs.sh: Use getopts for argumentsEuAndreh2021-06-262-5/+36
* aux/workflow/public.sh: Use getopts for argumentsEuAndreh2021-06-262-5/+36
* aux/workflow/dist.sh: Use getopts for argumentsEuAndreh2021-06-262-8/+42
* aux/workflow/assert-manpages.sh: Use getopts for argumentsEuAndreh2021-06-262-7/+20
* aux/workflow/assert-readme.sh: Use getopts for argumentsEuAndreh2021-06-262-5/+25
* aux/workflow/assert-spelling.sh: Define assert_arg anywayEuAndreh2021-06-261-4/+8
* aux/workflow/assert-changelog.sh: Use getopts for arugmentsEuAndreh2021-06-262-5/+28
* aux/workflow/manpages.sh: s/assert/assert_arg/EuAndreh2021-06-261-6/+6
* aux/workflow/assert-spelling.sh: Get files as arguments instead of assuming t...EuAndreh2021-06-262-3/+4
* aux/workflow/l10n.sh: Mark WARNING message with yellow colorEuAndreh2021-06-261-1/+3
* Makefile: use shorter syntax for cp in "install" targetEuAndreh2021-06-261-1/+1
* Makefile: Remove trailing \EuAndreh2021-06-261-1/+1
* Makefile: Mark src/git-permalink as executable in "all" targetEuAndreh2021-06-261-1/+1
* tests/install-uninstall.sh: Allow git-permalink to already be installed; laxe...EuAndreh2021-06-261-12/+8
* aux/workflow/l10n.sh: mkdir -p doc/poEuAndreh2021-06-261-0/+1
* aux/workflow/assert-manpages.sh: Skip when file is empyEuAndreh2021-06-261-0/+4
* tests/*.sh: Print line number, STDOUT and STDERR when test failsEuAndreh2021-06-264-0/+43
* mv src/git-permalink.sh.in src/git-permalin.inEuAndreh2021-06-254-19/+18
* Release v0.2.2v0.2.2EuAndreh2021-06-253-1/+9
* Makefile: Fix installation path of manpagesEuAndreh2021-06-251-2/+2
* Makefile: Make "spellcheck" depend on "public"EuAndreh2021-06-251-3/+3
* Release v0.2.1v0.2.1EuAndreh2021-06-254-4/+15
* aux/guix/manifest.scm: Use hunspell insted of hunspell-iconvEuAndreh2021-06-251-1/+1
* TODOs.md: Mark #task-4ae91595-6e6d-be17-d882-754a478da878 as DONEEuAndreh2021-06-251-1/+46
* git mv po/ doc/po/EuAndreh2021-06-255-4/+4
* aux/assert-shellcheck.sh: Remove "set -x" optionEuAndreh2021-06-251-1/+1
* aux/workflow/assert-spelling.sh: Add; init dictionaries; fix spellingEuAndreh2021-06-2518-307/+535
* aux/workflow/manpages.sh: Add missing suffix to HTML filesEuAndreh2021-06-231-1/+1
* README.md, aux/workflow/assert-readme.sh: Link to commit in the releases sect...EuAndreh2021-06-232-3/+3
* TODOs.md: Fix code block escapingEuAndreh2021-06-231-1/+1
* aux/workflow/{l10n,manpages}.sh: Fix ShellCheck offensesEuAndreh2021-06-232-2/+2
* Fix tests: git grep -l 'sh git-permalink' | xargs sed -i 's|sh git-permalink|...EuAndreh2021-06-231-14/+14
* TODOs.md: Add #decision-6c2801da-bcb9-dd38-69bf-270a6f9b5acdEuAndreh2021-06-231-0/+37
* TODOs.md: Mark #task-9ee2bbc8-295f-52b7-4104-483869bad017 as DONEEuAndreh2021-06-231-1/+5
* aux/workflow/manpages.sh: Refactor how manpages and translations are madeEuAndreh2021-06-2310-71/+135
* git mv doc/*.po po/EuAndreh2021-06-235-4/+4
* aux/workflow/public.sh: Spell out .{svg,png} files (ShellCheck offense)EuAndreh2021-06-231-1/+1
* TODOs.md: Mark #task-f09dedb7-1b25-0b5e-2520-910a9aa32562 as DONEEuAndreh2021-06-231-1/+5
* aux/: Explicitly pass "public/" as a parameter to scriptsEuAndreh2021-06-236-19/+21
* aux/workflow/assert-readme.sh: No need to create the public/ directoryEuAndreh2021-06-231-2/+0
* git grep -l PACKAGE aux/ | xargs sed -i 's/PACKAGE/PROJECT/g'EuAndreh2021-06-233-9/+9