about summary refs log tree commit diff stats
path: root/build/latex/presentation/git_template/hooks/applypatch-msg.sample (unfollow)
Commit message (Collapse)Author
9 hoursstyle(treewide): FormatBenedikt Peetz
9 hoursbuild(.envrc): Denote the executing shellBenedikt Peetz
9 hoursbuild(flake): UpdateBenedikt Peetz
9 hourschore(build): Re-generateBenedikt Peetz
9 hoursfix(templates/latex/presentation/flake.nix): Remove outdated followBenedikt Peetz
9 hoursfix(templates/latex/static_content): Include reference to the main fileBenedikt Peetz
This improves the qol, when compiling.
9 hoursfix(common/shell_line_editor.sh): Mark as non-executableBenedikt Peetz
9 hoursfix(common/scripts/optimize_images.sh): Generate extension only on basenameBenedikt Peetz
This avoids taking the "extension" of a directory as a extension (e.g. `addons.d/file.ext`, would produce an extension of `d/file.ext` instead of the expected `ext`)
9 hoursfix(common/scripts/latex/build.sh): Rewrite `find` invocations with `fd`Benedikt Peetz
The `find` command sometimes did not filter out the `build` directory, resulting in an infinite loop of creating nested `build` directories.
10 hoursfix(common/latex/preamble/academia/theorems/definitions.tex): Use expandable ↵Benedikt Peetz
macro
10 hoursfix(common/inits/latex): Use `-` instead of `_` as separator in languagesBenedikt Peetz
LTex does not support the `<language>_<region>` syntax.
10 hoursfix(common/init): Move the description to the copyright headerBenedikt Peetz
This avoids weird linebreaks.
2024-10-04chore(version): v0.8.1 v0.8.1Benedikt Peetz
2024-10-04chore(build): RegenerateBenedikt Peetz
2024-10-04fix(common/init): Correctly handle quoted values in the `replacement_file`Benedikt Peetz
2024-10-04fix(common/init): Ignore the init script itself, when looking for leftover ↵Benedikt Peetz
`%INIT_`s
2024-10-04chore(build): RegenerateBenedikt Peetz
2024-10-04fix(common/init): Check for not replaced `%INIT_` variablesBenedikt Peetz
2024-10-04refactor(common/init): Rewrite the `quotify` function in pythonBenedikt Peetz
The AWK version was getting confused with newlines (`\n`) in the input.
2024-10-04fix(templates/rust/Cargo.toml): Fix typos in `%INIT_` variablesBenedikt Peetz
2024-10-04fix(templates/rust/flake.nix): Remove unneeded `input.*.follows`Benedikt Peetz
2024-10-04fix(common/.envrc): Actually use and set a shebangBenedikt Peetz
2024-10-04fix(common/init): Correctly quote inputted textBenedikt Peetz
2024-10-04chore(version): v0.8.0 v0.8.0Benedikt Peetz
2024-10-04fix(templates/latex/presentation/fix_notes.sh): Disable shellcheck warningBenedikt Peetz
2024-10-04chore(build): RecreateBenedikt Peetz
2024-10-04refactor(common/scritps/latex/extract_text_from_all): RemoveBenedikt Peetz
The `lpm bundle <main file>.tex` command acts as a better version of this command.
2024-10-04chore(templates): Symlink the new `optimize_image