mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 03:00:10 -07:00
2486a9965c
Fixes broken unicode property escapes used in some projects ```js var UP = /[\p{Lu}]/u; ``` Compile time addition: ~1 minute (total is 10+ minutes) Size addition: ```diff -50MB total +60MB total ``` |
||
---|---|---|
core | ||
extra | ||
wayland | ||
.allowed_signers | ||
.woodpecker.yml | ||
LICENSE | ||
MOTD | ||
README |
|/ |\ISS LINUX https://kisslinux.org ________________________________________________________________________________ Unofficial Main Repository ________________________________________________________________________________ The officially unofficial repository for KISS Linux maintained by kiss-community More information: - https://kisslinux.org - https://kisslinux.org/package-system Enabling SSH signature verification (recommended): ________________________________________________________________________________ $ cd /path/to/repo $ git config gpg.ssh.allowedSignersFile .allowed_signers $ git config merge.verifySignatures true