This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The official mkinitcpio repository".
The branch, master has been updated
via ab6bad7e65b45ca73904fa8e643e5d460fd45004 (commit)
via 2f4a2b592fb98aab1a0e4f3135d4592219b7c25c (commit)
via a41dccf0c873b765fbb4b4e9cc160d360ca8baec (commit)
via d4d62ae6beae738b70568d81b6c5cd922fafbe59 (commit)
via 55e6ce3d3349e4f4c12565dc82fcab5bccb44900 (commit)
via 4cda39f0a89a6487eb96e8d069e8c9bf4b264819 (commit)
via d0d7528d849782459c7344b4839588ec448d5a79 (commit)
via 7a50fca2020b9727572b1dd397a4c6d688ce9ed6 (commit)
via d5a9dd2356427f70c2ab716526fdfbcccfecbb0a (commit)
via e445267bb21fc974170a960b990ad66cf23ad96b (commit)
via ff24ed89f8074392df4e0098e3ebb4f2ee0db02e (commit)
from 6e4603638b459468d235437c6a47584d609a86a2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ab6bad7e65b45ca73904fa8e643e5d460fd45004
Merge: a41dccf 2f4a2b5
Author: Giancarlo Razzolini <grazzolini(a)archlinux.org>
Date: Tue Feb 16 23:37:31 2021 -0300
Merge branch 'zstd_default'
commit 2f4a2b592fb98aab1a0e4f3135d4592219b7c25c
Author: Giancarlo Razzolini <grazzolini(a)archlinux.org>
Date: Tue Feb 16 23:34:00 2021 -0300
Switch to zstd by default
Since all the Arch kernels now support zstd, switch to it by default
commit a41dccf0c873b765fbb4b4e9cc160d360ca8baec
Merge: 55e6ce3 d4d62ae
Author: Giancarlo Razzolini <grazzolini(a)users.noreply.github.com>
Date: Tue Feb 16 22:58:58 2021 -0300
Merge pull request #47 from cherti/master
Change explicit default for compression level of zstd
commit d4d62ae6beae738b70568d81b6c5cd922fafbe59
Author: Jonas Große Sundrup <jonas-git(a)grosse-sundrup.com>
Date: Sat Jan 30 12:35:24 2021 +0100
Remove explicit default for compression level of zstd
commit 55e6ce3d3349e4f4c12565dc82fcab5bccb44900
Author: Giancarlo Razzolini <grazzolini(a)archlinux.org>
Date: Thu Jan 7 14:46:02 2021 -0300
man/mkinitcpio.conf: Fix the copyright
The copyright was still pointing to 2019.
commit 4cda39f0a89a6487eb96e8d069e8c9bf4b264819
Merge: 7a50fca d0d7528
Author: Giancarlo Razzolini <grazzolini(a)archlinux.org>
Date: Thu Jan 7 14:41:33 2021 -0300
Merge branch 'fix_copyright'
commit d0d7528d849782459c7344b4839588ec448d5a79
Author: Giancarlo Razzolini <grazzolini(a)archlinux.org>
Date: Thu Jan 7 14:40:04 2021 -0300
Fix the copyright date on README and man pages
The copyright date on the README and the man pages was still 2019. Fixed
them to 2021.
commit 7a50fca2020b9727572b1dd397a4c6d688ce9ed6
Merge: e445267 d5a9dd2
Author: Giancarlo Razzolini <grazzolini(a)archlinux.org>
Date: Tue Jan 5 16:16:38 2021 -0300
Merge branch 'zstd_compression_level'
commit d5a9dd2356427f70c2ab716526fdfbcccfecbb0a
Author: Giancarlo Razzolini <grazzolini(a)archlinux.org>
Date: Tue Jan 5 16:14:40 2021 -0300
mkinitcpio: Lower zstd compression level to 15
After extensive testing, lowering the compression level to 15 seems to achieve
a compression time on the ball park of gzip, while also having ~10% savings on
top of it.
commit e445267bb21fc974170a960b990ad66cf23ad96b
Merge: 6e46036 ff24ed8
Author: Giancarlo Razzolini <grazzolini(a)archlinux.org>
Date: Tue Jan 5 15:46:57 2021 -0300
Merge branch 'Chocobo1-compression_opt'
commit ff24ed89f8074392df4e0098e3ebb4f2ee0db02e
Author: Chocobo1 <Chocobo1(a)users.noreply.github.com>
Date: Fri Oct 30 12:20:28 2020 +0800
Allow user to override default compression options
-----------------------------------------------------------------------
Summary of changes:
PKGBUILD | 6 +++---
README | 2 +-
man/lsinitcpio.1.txt | 2 +-
man/mkinitcpio.8.txt | 2 +-
man/mkinitcpio.conf.5.txt | 14 ++++++--------
mkinitcpio | 8 ++++----
mkinitcpio.conf | 4 ++--
7 files changed, 18 insertions(+), 20 deletions(-)
hooks/post-receive
--
The official mkinitcpio repository