Skip to content
Snippets Groups Projects
  1. Apr 11, 2023
  2. Mar 27, 2023
    • nl6720's avatar
      man/*.adoc: convert to newer AsciiDoc syntax · 0bf44773
      nl6720 authored
      Convert legacy emphasized text using single quotes to new syntax using
      underscores. This required using unconstrained quotes for some bold
      text. For the few placed that need literal single quote characters,
      use a passthrough macro.
      
      Use one line titles (equals signs in front of the tile instead of
      underneath them) because my text editor (Kate) does not support syntax
      highlighting the old syntax.
      
      Properly format labeled lists.
      
      Use sentence case for all section titles. We are not some newspaper.
      
      Wrap lines at 80 characters, because who doesn't love living the past...
      
      The syntax still remains compatible with the asciidoc-py parser and man
      pages are still the same. The man pages can be generated with both
      `a2x` and `asciidoctor`.
      0bf44773
    • nl6720's avatar
      man/*.adoc: update the bugs, authors and copyright notices · 60395ef5
      nl6720 authored
      Link to the project page on
      https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio for the
      issue tracker instead of bugs.archlinux.org.
      
      Mention the new AUTHORS file and update the copyright notice accordingly.
      60395ef5
    • nl6720's avatar
      Update README.adoc · 028a4ea8
      nl6720 authored
      Document development and contributing.
      
      Update the copyright notice and link the new AUTHORS file.
      
      Fixes #119
      028a4ea8
    • nl6720's avatar
      Create an AUTHORS file · 0d8e6365
      nl6720 authored
      List all people who have contributed to mkinitcpio.
      
      The file was created with:
      
          LC_ALL=C git shortlog -se | cut -f2 > AUTHORS
      
      Those with _noreply_ emails have only their names listed.
      
      Fixes #148
      0d8e6365
    • nl6720's avatar
      9664453f
    • Yishen Miao's avatar
      Quoting assignments · 62fd1256
      Yishen Miao authored
      Quotes assignments.
      62fd1256
  3. Mar 26, 2023
  4. Mar 25, 2023
  5. Mar 24, 2023
    • Yishen Miao's avatar
      Aligning to the next byte · 9e2a2cb0
      Yishen Miao authored
      Aligns section header to the next byte.
      9e2a2cb0
    • Balló György's avatar
      Add support for emergency hooks · cb8e5d95
      Balló György authored
      This allows boot splash screens to terminate their process on boot failure, so users will notice the failure. The hook will run before the error message printed and the emergency shell launched.
      cb8e5d95
    • nl6720's avatar
      .git-blame-ignore-revs: fix commit hash · 5a0883f7
      nl6720 authored
      I forgot to update it after rebasing the branch.
      
      Fixes d9418a45
      5a0883f7
    • nl6720's avatar
      Update CONTRIBUTING.adoc · c5134f99
      nl6720 authored
      Quote variables in the example and instruct to quote more.
      
      Document EditorConfig and ShellCheck.
      c5134f99
    • nl6720's avatar
      Add .git-blame-ignore-revs · d9418a45
      nl6720 authored
      This allows to ignore commits that only contain code style fixes in
      `git blame` by using:
      
          git blame --ignore-revs-file .git-blame-ignore-revs
      
      Or set it up permanently with:
      
          git config blame.ignoreRevsFile .git-blame-ignore-revs
      d9418a45
    • nl6720's avatar
      Improve coding style · 74df5910
      nl6720 authored
      Most were found with:
      
          shfmt -d $(grep -rIlE '^#! */.+[ /](bash|ash|sh|bats)' --exclude-dir=".git" ./)
      
      Annoying things like padding removal from arithmetic expressions
      ( https://github.com/mvdan/sh/issues/543 ) were omited.
      74df5910
    • nl6720's avatar
      Add .editorconfig · 8cf3480e
      nl6720 authored
      Set project-wide coding style conventions.
      
      * Use Unix-style newlines,
      * ensure files end with a newline,
      * trim trailing whitespace from lines,
      * set indentation to 4 spaces (eww, sane people use tabs),
      * set charset to UTF-8.
      
      See https://editorconfig.org/
      8cf3480e
    • nl6720's avatar
      Release v35.2 · ec80acf8
      nl6720 authored
      v35.2
      ec80acf8
  6. Mar 23, 2023
  7. Mar 22, 2023
  8. Mar 20, 2023
  9. Mar 19, 2023
  10. Mar 18, 2023
  11. Mar 17, 2023
  12. Mar 16, 2023
Loading