index
:
git-permalink
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
git-permalink.en.1.in
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-26
aux/workflow/assert-spelling.sh: Define assert_arg anyway
EuAndreh
1
-4
/
+8
2021-06-26
aux/workflow/assert-changelog.sh: Use getopts for arugments
EuAndreh
2
-5
/
+28
2021-06-26
aux/workflow/manpages.sh: s/assert/assert_arg/
EuAndreh
1
-6
/
+6
2021-06-26
aux/workflow/assert-spelling.sh: Get files as arguments instead of assuming t...
EuAndreh
2
-3
/
+4
2021-06-26
aux/workflow/l10n.sh: Mark WARNING message with yellow color
EuAndreh
1
-1
/
+3
2021-06-26
Makefile: use shorter syntax for cp in "install" target
EuAndreh
1
-1
/
+1
2021-06-26
Makefile: Remove trailing \
EuAndreh
1
-1
/
+1
2021-06-26
Makefile: Mark src/git-permalink as executable in "all" target
EuAndreh
1
-1
/
+1
2021-06-26
tests/install-uninstall.sh: Allow git-permalink to already be installed; laxe...
EuAndreh
1
-12
/
+8
2021-06-26
aux/workflow/l10n.sh: mkdir -p doc/po
EuAndreh
1
-0
/
+1
2021-06-26
aux/workflow/assert-manpages.sh: Skip when file is empy
EuAndreh
1
-0
/
+4
2021-06-26
tests/*.sh: Print line number, STDOUT and STDERR when test fails
EuAndreh
4
-0
/
+43
2021-06-25
mv src/git-permalink.sh.in src/git-permalin.in
EuAndreh
4
-19
/
+18
2021-06-25
Release v0.2.2
v0.2.2
EuAndreh
3
-1
/
+9
2021-06-25
Makefile: Fix installation path of manpages
EuAndreh
1
-2
/
+2
2021-06-25
Makefile: Make "spellcheck" depend on "public"
EuAndreh
1
-3
/
+3
2021-06-25
Release v0.2.1
v0.2.1
EuAndreh
4
-4
/
+15
2021-06-25
aux/guix/manifest.scm: Use hunspell insted of hunspell-iconv
EuAndreh
1
-1
/
+1
2021-06-25
TODOs.md: Mark #task-4ae91595-6e6d-be17-d882-754a478da878 as DONE
EuAndreh
1
-1
/
+46
2021-06-25
git mv po/ doc/po/
EuAndreh
5
-4
/
+4
2021-06-25
aux/assert-shellcheck.sh: Remove "set -x" option
EuAndreh
1
-1
/
+1
2021-06-25
aux/workflow/assert-spelling.sh: Add; init dictionaries; fix spelling
EuAndreh
18
-307
/
+535
2021-06-23
aux/workflow/manpages.sh: Add missing suffix to HTML files
EuAndreh
1
-1
/
+1
2021-06-23
README.md, aux/workflow/assert-readme.sh: Link to commit in the releases sect...
EuAndreh
2
-3
/
+3
2021-06-23
TODOs.md: Fix code block escaping
EuAndreh
1
-1
/
+1
2021-06-23
aux/workflow/{l10n,manpages}.sh: Fix ShellCheck offenses
EuAndreh
2
-2
/
+2
2021-06-23
Fix tests: git grep -l 'sh git-permalink' | xargs sed -i 's|sh git-permalink|...
EuAndreh
1
-14
/
+14
2021-06-23
TODOs.md: Add #decision-6c2801da-bcb9-dd38-69bf-270a6f9b5acd
EuAndreh
1
-0
/
+37
2021-06-23
TODOs.md: Mark #task-9ee2bbc8-295f-52b7-4104-483869bad017 as DONE
EuAndreh
1
-1
/
+5
2021-06-23
aux/workflow/manpages.sh: Refactor how manpages and translations are made
EuAndreh
10
-71
/
+135
2021-06-23
git mv doc/*.po po/
EuAndreh
5
-4
/
+4
2021-06-23
aux/workflow/public.sh: Spell out .{svg,png} files (ShellCheck offense)
EuAndreh
1
-1
/
+1
2021-06-23
TODOs.md: Mark #task-f09dedb7-1b25-0b5e-2520-910a9aa32562 as DONE
EuAndreh
1
-1
/
+5
2021-06-23
aux/: Explicitly pass "public/" as a parameter to scripts
EuAndreh
6
-19
/
+21
2021-06-23
aux/workflow/assert-readme.sh: No need to create the public/ directory
EuAndreh
1
-2
/
+0
2021-06-23
git grep -l PACKAGE aux/ | xargs sed -i 's/PACKAGE/PROJECT/g'
EuAndreh
3
-9
/
+9
2021-06-23
aux/guix/with-container.sh: Remove -x sh option
EuAndreh
1
-1
/
+1
2021-06-23
aux/workflow/public.sh: Selectively copy favicon files
EuAndreh
1
-1
/
+1
2021-06-22
TODOs.md: Add #task-f09dedb7-1b25-0b5e-2520-910a9aa32562
EuAndreh
1
-0
/
+3
2021-06-22
doc/: s/SYNOPSYS/SYNOPSIS/
EuAndreh
4
-10
/
+10
2021-06-22
TODOs.md: Mark #task-9ee2bbc8-295f-52b7-4104-483869bad017 as TODO again
EuAndreh
1
-1
/
+5
2021-06-22
tests/remotes.sh: Supress output of git config
EuAndreh
1
-2
/
+2
2021-06-22
tests/cli-opts.sh: Stop testing behaviour of "locale" command
EuAndreh
1
-9
/
+0
2021-06-22
tests/remotes.sh: Conditionally set user.{email,name} to work on new env like CI
EuAndreh
1
-1
/
+11
2021-06-22
aux/tests-lib.sh: Add uuid() function, use it on tests
EuAndreh
3
-3
/
+11
2021-06-22
src/git-permalink.sh.in, tests/remotes.sh: Address ShellCheck issues
EuAndreh
2
-12
/
+12
2021-06-22
CHANGELOG.md: Mention integration tests
EuAndreh
1
-0
/
+4
2021-06-22
TODOs.md: Mark #task-bebbe847-f552-be4b-b886-70a621162b69 as DONE
EuAndreh
1
-1
/
+5
2021-06-22
src/git-permalink.sh.in: Fix #task-bebbe847-f552-be4b-b886-70a621162b69
EuAndreh
2
-18
/
+16
2021-06-22
TODOs.md: Mark #task-ada9b39a-cc42-97b2-bd02-ad9c0adc475c as DONE
EuAndreh
1
-1
/
+5
[next]