[Libreoffice-commits] .: Branch 'feature/submodules' - g

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Oct 16 08:29:58 PDT 2012


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

New commits:
commit 9a09c3abe571b1c9b4f73539d698e49939aab490
Author: Norbert Thiebaud <nthiebaud at 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=$?


More information about the Libreoffice-commits mailing list