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

git repository hosting gitosis at grml.org
Wed Jul 8 13:30: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  5c716b322f326200b851bdd3c8751cb1ab475e6e (commit)
       via  e77b03812337fe05e38d367dad4188b7a231006a (commit)
       via  26ec56414ddaa420642dc857bfb224386632023a (commit)
       via  17dd388203b936b1761f09f8c22a126eba4fa2b1 (commit)
      from  88c67d516f79da57afebc57256536b38779d5e85 (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 5c716b322f326200b851bdd3c8751cb1ab475e6e
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Jun 7 21:30:26 2009 +0200

    zshrc: Using "emulate -L"s in functions where needed
    
    This will allow people to get functions from our setup into theirs, even
    if they are using very very uncommon option settings.
    
    Also changing coding style from ${x} to $x in the touched functions.
    Writing parameters as ${parameter} is clearer in most cases, but for
    single-character variables it is actually harder to read and a lot
    clumsier to type. I should probably add the to the policy...
    
    This also contains a few misc changes/fixes that caught my eye while
    browsing the file.

commit e77b03812337fe05e38d367dad4188b7a231006a
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Jun 7 21:11:40 2009 +0200

    zshrc: Set options a lot earlier and include no_sh_wordsplit
    
    We do need the version-checking functions and we also want .zshrc.pre to
    be sourced.
    
    We are also setting no_sh_wordsplit now. Doing that gives us a
    reasonable set of options for our zshrc to be sourced.

commit 26ec56414ddaa420642dc857bfb224386632023a
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Jun 7 21:02:30 2009 +0200

    zshrc: Move setting variables to the variables section

commit 17dd388203b936b1761f09f8c22a126eba4fa2b1
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Jun 7 21:00:50 2009 +0200

    zshrc: Move slash-backward-kill-word to a proper location

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

Summary of changes:
 debian/changelog |    4 +-
 etc/zsh/zshrc    |  447 +++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 310 insertions(+), 141 deletions(-)


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


More information about the Git-commits mailing list