From fa2396bd767fa688f67c37f9287918b0b8b83ebf Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sat, 21 Feb 2009 18:02:51 +0100 Subject: Use git log instead of git-log as the latter doesn't exist anymore in newer git versions --- update-common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update-common') diff --git a/update-common b/update-common index 396d4cd..ba1f51e 100755 --- a/update-common +++ b/update-common @@ -33,10 +33,10 @@ do git submodule init git submodule update cd $dir/$module/common - ref_from=`git-log --pretty=format:%h -n 1 HEAD` + ref_from=`git log --pretty=format:%h -n 1 HEAD` git checkout master git pull origin - ref_to=`git-log --pretty=format:%h -n 1 HEAD` + ref_to=`git log --pretty=format:%h -n 1 HEAD` echo updating common from $ref_from to $ref_to if [ "$ref_from" != "$ref_to" ] ; then cd $dir/$module -- cgit v1.2.3