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 "Arch Linux initscripts repository". The branch, master has been updated via 762c21b995db16fba04bba27414d88ec324f70bb (commit) from fec4ec740946e831e35accedfbd7857af2de6c61 (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 762c21b995db16fba04bba27414d88ec324f70bb Author: Dave Reisner <d@falconindy.com> Date: Wed Jan 11 20:12:44 2012 -0500 functions: avoid usage of tac tac stupidly writes to a tempfile when the input isn't seekable, which is true in our case as it's reading from a pipe. Since the whole goal here is to avoid using disk, build an array in reverse. For whatever reason, Bash truly sucks at doing this from a execution time standpoint, but that isn't really a concern here. Signed-off-by: Dave Reisner <dreisner@archlinux.org> ----------------------------------------------------------------------- Summary of changes: functions | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Arch Linux initscripts repository