g |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 9a09c3abe571b1c9b4f73539d698e49939aab490
Author: Norbert Thiebaud <nthieb...@gmail.com>
Date:   Tue Oct 16 10:29:28 2012 -0500

    try to prevent old tinbuild2 to break with submodules
    
    Change-Id: I8beaf4ce41fa12161e9568748f15672c4f67ae1e

diff --git a/g b/g
index f7fcc78..7c8e9af 100755
--- a/g
+++ b/g
@@ -323,6 +323,10 @@ case "$COMMAND" in
        rc=$?
        refresh_all_hooks
        ;;
+    rev-parse)
+       echo "core:$(git rev-parse "$@")"
+       rc=$?
+       ;;
     tag)
        do_git_cmd ${COMMAND} "$@"
        rc=$?
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to