[Git-commits] core configuration files of grml branch, master, updated. v0.3.72-6-g0d540a9

git repository hosting gitosis at grml.org
Wed Jul 8 13:11:36 CEST 2009


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 "core configuration files of grml".

The branch, master has been updated
       via  0d540a9391197ca4039246e4b5dc72b625d0df36 (commit)
      from  ec28d009086f81e755b7b508445e5b7e3584ff44 (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 0d540a9391197ca4039246e4b5dc72b625d0df36
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Wed Jul 8 12:59:31 2009 +0200

    zshrc: Insert a condition for loading /etc/default/locale
    
    In 76706fcdd9c160d7f3212e597d2139f45531da72 we started loading
    /etc/default/locale unconditionally in order to pick up sane defaults
    for a given system.
    
    While this is a good idea in most cases, because users may still
    customize the locale for their interactive sessions in ~/.zshrc.local,
    this does cause problems when you need most of your shells in the
    default locale and a few in another from time to time.
    
    That is the case for 'iso-term' a script that changes utf8 parts of the
    default environment to iso885915 and then calls an x11 terminal
    emulator.
    
    This change enables us to conditionally turn off sourcing the default
    locale file by inserting ZSH_NO_DEFAULT_LOCALE=1 into the environment of
    the calling process.

-----------------------------------------------------------------------

Summary of changes:
 etc/zsh/zshrc |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
core configuration files of grml


More information about the Git-commits mailing list