[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.3-611-ge292b1b

Allan McRae allan at archlinux.org
Thu Mar 7 00:56:07 EST 2013


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 pacman repository".

The branch, master has been updated
       via  e292b1b5a24e8e106f1c38c7e99e494f841d9346 (commit)
       via  32f3b4304c6be397bc34cea82b6bf358c4f13f89 (commit)
       via  7dd1a5a58d463ef6ec8f64d932119d15bda838e0 (commit)
       via  326345b378c05bc3ebca11899b2635b12cb72467 (commit)
       via  46c10c5bf32d00a30a452be4a966983e1a0905da (commit)
       via  ce06e6f9b9529c204224468537354cd4013c8f39 (commit)
       via  5dada13a1a5d8cc6edccf74f80d7e445467cd5f5 (commit)
       via  e8130b8f2cf540bb0ad12afc552b2774a0ca5a83 (commit)
       via  6582f68c9d8c36806b2450540cf2dea87c930177 (commit)
       via  c8c7a5137473770eb4b2d9d54495c2a39b32cbe3 (commit)
       via  ea42d03ea153a17edc792844c572f0d3d0803bd6 (commit)
       via  ce5ee8a065a590564982191c76cb325ab05e04e2 (commit)
       via  b4459f1e04b5666add1ad0f38a155e798bac130a (commit)
       via  ef5feb15a7403c6b7ea258927bb04c9111653669 (commit)
       via  098cfe516d0a406ace95b12eeb5a2fecaff27a8b (commit)
      from  8b03b1a8776043978aeac31682f94d65b4f3e514 (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 e292b1b5a24e8e106f1c38c7e99e494f841d9346
Author: Simon Gomizelj <simongmzlj at gmail.com>
Date:   Fri Mar 1 16:18:49 2013 -0500

    update documentation and config files
    
    Signed-off-by: Simon Gomizelj <simongmzlj at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 32f3b4304c6be397bc34cea82b6bf358c4f13f89
Author: Simon Gomizelj <simongmzlj at gmail.com>
Date:   Fri Mar 1 15:48:17 2013 -0500

    colourize -Q
    
    Signed-off-by: Simon Gomizelj <simongmzlj at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 7dd1a5a58d463ef6ec8f64d932119d15bda838e0
Author: Simon Gomizelj <simongmzlj at gmail.com>
Date:   Fri Mar 1 15:33:46 2013 -0500

    colourize -Sl/-Ql
    
    Signed-off-by: Simon Gomizelj <simongmzlj at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 326345b378c05bc3ebca11899b2635b12cb72467
Author: Simon Gomizelj <simongmzlj at gmail.com>
Date:   Wed Mar 6 12:08:07 2013 -0500

    colourize -Ss/-Qs
    
    Signed-off-by: Simon Gomizelj <simongmzlj at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 46c10c5bf32d00a30a452be4a966983e1a0905da
Author: Simon Gomizelj <simongmzlj at gmail.com>
Date:   Fri Mar 1 15:18:28 2013 -0500

    colourize the output of -Qi/Si
    
    Signed-off-by: Simon Gomizelj <simongmzlj at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit ce06e6f9b9529c204224468537354cd4013c8f39
Author: Simon Gomizelj <simongmzlj at gmail.com>
Date:   Fri Mar 1 15:00:40 2013 -0500

    colourize table output
    
    Signed-off-by: Simon Gomizelj <simongmzlj at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 5dada13a1a5d8cc6edccf74f80d7e445467cd5f5
Author: Simon Gomizelj <simongmzlj at gmail.com>
Date:   Fri Mar 1 14:56:18 2013 -0500

    colourize warnings and errors
    
    Signed-off-by: Simon Gomizelj <simongmzlj at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit e8130b8f2cf540bb0ad12afc552b2774a0ca5a83
Author: Simon Gomizelj <simongmzlj at gmail.com>
Date:   Wed Mar 6 11:53:04 2013 -0500

    colourize colon_printf and question
    
    Signed-off-by: Simon Gomizelj <simongmzlj at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 6582f68c9d8c36806b2450540cf2dea87c930177
Author: Simon Gomizelj <simongmzlj at gmail.com>
Date:   Fri Mar 1 14:52:16 2013 -0500

    introduce colstr for colourizing
    
    colstr_t colstr will hold the colourizing agents.
    
    Signed-off-by: Simon Gomizelj <simongmzlj at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit c8c7a5137473770eb4b2d9d54495c2a39b32cbe3
Author: Simon Gomizelj <simongmzlj at gmail.com>
Date:   Fri Mar 1 14:27:40 2013 -0500

    add a config settings and flag for colours
    
    Colours can be enabled in two ways:
    
    - Add Color to pacman.conf. This enables colours automatically.
    - Use --color=WHEN where WHEN is none/auto/always.
    
    WHEN as 'never' disables colours (overrides config file), as 'auto'
    enables colours when stdout is a tty, and 'always' enables colours no
    matter what.
    
    Signed-off-by: Simon Gomizelj <simongmzlj at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit ea42d03ea153a17edc792844c572f0d3d0803bd6
Author: Simon Gomizelj <simongmzlj at gmail.com>
Date:   Fri Mar 1 13:52:14 2013 -0500

    standardize format functions
    
    Signed-off-by: Simon Gomizelj <simongmzlj at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit ce5ee8a065a590564982191c76cb325ab05e04e2
Author: Simon Gomizelj <simongmzlj at gmail.com>
Date:   Thu Feb 28 18:52:34 2013 -0500

    remove format from statistic messages
    
    Remove the format component of the "Total Download Size" and related
    messages. The heading will be colourized, the size won't.
    
    However since the length of these messages can vary by language, we need
    a pretty printer to format them nicely.
    
    Signed-off-by: Simon Gomizelj <simongmzlj at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit b4459f1e04b5666add1ad0f38a155e798bac130a
Author: Simon Gomizelj <simongmzlj at gmail.com>
Date:   Thu Feb 28 18:49:45 2013 -0500

    split "Packages (%zd):" message
    
    Basically all translation messages that need colouring but _also_ happen
    to be format strings need to be split up.
    
    This makes it easy to conditionally embed colour codes into the output
    at runtime.
    
    Signed-off-by: Simon Gomizelj <simongmzlj at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit ef5feb15a7403c6b7ea258927bb04c9111653669
Author: Simon Gomizelj <simongmzlj at gmail.com>
Date:   Fri Mar 1 13:40:02 2013 -0500

    remove :: prefix from all message
    
    This will substantially simplify the logic to add colours to messages.
    
    Signed-off-by: Simon Gomizelj <simongmzlj at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 098cfe516d0a406ace95b12eeb5a2fecaff27a8b
Author: Simon Gomizelj <simongmzlj at gmail.com>
Date:   Thu Feb 28 13:56:28 2013 -0500

    refactor common code in query_search/sync_search
    
    Signed-off-by: Simon Gomizelj <simongmzlj at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

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

Summary of changes:
 doc/pacman.8.txt      |   5 +++
 doc/pacman.conf.5.txt |   3 ++
 etc/pacman.conf.in    |   1 +
 src/pacman/callback.c |  26 ++++++------
 src/pacman/conf.c     |  52 +++++++++++++++++++++++
 src/pacman/conf.h     |  25 +++++++++++-
 src/pacman/package.c  | 111 ++++++++++++++++++++++++++++++++++++++++++++++----
 src/pacman/package.h  |   3 ++
 src/pacman/pacman.c   |  16 ++++++++
 src/pacman/query.c    |  60 ++-------------------------
 src/pacman/remove.c   |   2 +-
 src/pacman/sync.c     |  95 +++++++-----------------------------------
 src/pacman/util.c     | 109 +++++++++++++++++++++++++++++++++++++------------
 src/pacman/util.h     |   5 ++-
 14 files changed, 324 insertions(+), 189 deletions(-)


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list