[Libreoffice-commits] .: g

Michael Meeks michael at kemper.freedesktop.org
Thu Oct 27 04:54:22 PDT 2011


 g |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8418eeb79ba0036db466c6e5e26becfb21b6da88
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Thu Oct 27 12:54:13 2011 +0100

    'g' tool: fix silly error in --set-last-working

diff --git a/g b/g
index 796d843..66c1cb2 100755
--- a/g
+++ b/g
@@ -246,7 +246,7 @@ for REPO in $DIRS ; do
     elif [ -d "$DIR" -a "z$SET_LAST_WORKING" != "z" ]; then
        echo "fetching notes for $REPO ..."
        (cd $DIR && git fetch origin 'refs/notes/*:refs/notes/*')
-       (cd $DIR && git note add -m 'win32 working build')
+       (cd $DIR && git notes add -m 'win32 working build')
     elif [ -d "$DIR" -a "z$PUSH_NOTES" != "z" ]; then
        echo "pushing notes for $REPO ..."
        (cd $DIR && git push origin 'refs/notes/*:refs/notes/*')


More information about the Libreoffice-commits mailing list