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 712b70757e272e5b41c07a17993ccbb43e7ff84c (commit) via b088a105a7aca2f725168393eaee4e6c19cec784 (commit) via ff378318f68224e2568073faa364ad6a327416e8 (commit) via f7ce8941ea55af8f2268575441030728be82d266 (commit) via 2a61a03293b2c2f79f81b792e006d5523a6f7678 (commit) via 8ad503a7866066162828796c66489070d661dc44 (commit) via 549af8c1b9a72cacf8cda41f8dd4b76983930945 (commit) from 726ff1f9466847cbe27e807cf79560070651781c (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 712b70757e272e5b41c07a17993ccbb43e7ff84c Author: Dave Reisner dreisner@archlinux.org Date: Fri Jul 1 11:38:22 2011 -0400
functions: call _add_file directly from add_module
This avoids an expensive stat call and some other unnecessary path juggling.
Signed-off-by: Dave Reisner dreisner@archlinux.org Signed-off-by: Dan McGee dan@archlinux.org
commit b088a105a7aca2f725168393eaee4e6c19cec784 Author: Dave Reisner dreisner@archlinux.org Date: Fri Jul 1 11:06:54 2011 -0400
function: fix whitespace errors
Signed-off-by: Dave Reisner dreisner@archlinux.org
commit ff378318f68224e2568073faa364ad6a327416e8 Author: Dave Reisner dreisner@archlinux.org Date: Fri Jul 1 08:31:52 2011 -0400
lsinitcpio: add optional colorized output
Signed-off-by: Dave Reisner dreisner@archlinux.org
commit f7ce8941ea55af8f2268575441030728be82d266 Author: Dave Reisner dreisner@archlinux.org Date: Fri Jul 1 08:22:41 2011 -0400
lsinitcpio: append, not overwrite found hooks
Signed-off-by: Dave Reisner dreisner@archlinux.org
commit 2a61a03293b2c2f79f81b792e006d5523a6f7678 Author: Dave Reisner dreisner@archlinux.org Date: Thu Jun 30 23:05:54 2011 -0400
mkinitcpio: use msg instead of echo for hook help
Signed-off-by: Dave Reisner dreisner@archlinux.org
commit 8ad503a7866066162828796c66489070d661dc44 Author: Dave Reisner dreisner@archlinux.org Date: Thu Jun 30 19:30:58 2011 -0400
avoid touching the linker directly
Much to my chagrin, we're going back to using ldd directly, as it's otherwise too difficult to account for odd setups, such as idiots wanting to create multilib initramfs images, or more commonly -- a 64 bit kernel on a 32 bit userland. Fortunately, we don't suffer too large a regression in speed compared to the previous implementation.
Signed-off-by: Dave Reisner dreisner@archlinux.org
commit 549af8c1b9a72cacf8cda41f8dd4b76983930945 Author: Dave Reisner dreisner@archlinux.org Date: Thu Jun 30 19:06:13 2011 -0400
functions: reduce calls to modinfo
Cut back to a single call to modinfo, instead of 3, which yields roughly a 30% decrease in execution time for a single run of add_module. This of course varies by module but it's an overall win.
Suggested-by: Dan McGee dan@archlinux.org Signed-off-by: Dave Reisner dreisner@archlinux.org
-----------------------------------------------------------------------
Summary of changes: Makefile | 4 ++- functions | 103 ++++++++++++++++++++++++++++-------------------------------- lsinitcpio | 61 +++++++++++++++++++++++++---------- mkinitcpio | 20 +---------- 4 files changed, 97 insertions(+), 91 deletions(-)
hooks/post-receive
arch-projects@lists.archlinux.org