libXRes: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Nov 20 18:24:27 UTC 2022


 .git-blame-ignore-revs        |   14 +
 include/X11/extensions/XRes.h |  132 +++++++++---------
 src/XRes.c                    |  307 ++++++++++++++++++++----------------------
 3 files changed, 228 insertions(+), 225 deletions(-)

New commits:
commit b1fb8150d6adac3b564575dec470a740457f66dc
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 20 10:20:59 2022 -0800

    Add .git-blame-ignore-revs to hide whitespace commits from git blame
    
    To use this in your local repo clone, you will need to either run
    `git blame --ignore-revs-file .git-blame-ignore-revs`
    or set it permanently with
    `git config blame.ignoreRevsFile .git-blame-ignore-revs`
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit fa5642244aa4b0882b8604d1e693d31882a7adda
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 20 09:25:13 2022 -0800

    Reformat code to X.Org standard style
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list