[Git-commits] core configuration files of grml branch, master, updated. v0.3.84-3-gdaaf5f5

git repository hosting gitosis at grml.org
Tue Nov 23 23:23:51 CET 2010


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  daaf5f50d7bf3664e7f482c5cf797db164db41ef (commit)
      from  70d61836e929b00f5b1ac1397639d993884296a5 (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 daaf5f50d7bf3664e7f482c5cf797db164db41ef
Author: Frank Terbeck <ft at grml.org>
Date:   Tue Nov 23 23:16:16 2010 +0100

    zshrc: Do not set `localoptions' in `xsource()'
    
    "emulate -L zsh" sets zsh's option set to the default values of zsh's
    native mode. The `-L' causes the options to be set local to the
    surrounding function. That makes sense in most cases.
    
    With `xsource()' however, we explicitly want to *allow* changing options
    from the files sourced by that function. That's one of the main purposes
    of the function.
    
    I took the `emulate' call out entirely because it doesn't make sense
    without `-L' in untility functions. I also hardened the function's code
    a little when it's run with non-zsh-mode options (like sh_word_split).
    
    Reported-by: Dominic Hopf

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

Summary of changes:
 debian/changelog |    7 ++++++-
 etc/zsh/zshrc    |    3 +--
 2 files changed, 7 insertions(+), 3 deletions(-)


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


More information about the Git-commits mailing list