modular: Changes to 'master'

Julien Cristau jcristau at kemper.freedesktop.org
Sat May 15 09:06:00 PDT 2010


 release.sh |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

New commits:
commit 25e2996eef1413c261cc4a9fe6cb5eb5900a3fa1
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed May 12 10:19:19 2010 +1000

    release.sh: use git-diff --quiet instead of git status
    
    git status in git-1.7 always returns 0, regardless of the number of
    uncommitted changes [1]. This breaks the current script. Replace with a git
    diff --quiet HEAD instead, that's sufficient for our use-case here.
    
    [1] commit 9e4b7ab6525 "git status: not "commit --dry-run" anymore"
        in the git source tree
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Tested-by: Gaetan Nadon <memsize at videotron.ca>
    Reviewed-by: Dan Nicholson <dbn.lists at gmail.com>
    Signed-off-by: Julien Cristau <jcristau at debian.org>



More information about the xorg-commit mailing list