From bdda855438b53442f4ae369e62824c2d43b15116 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Mon, 14 May 2012 13:21:43 +0000 Subject: [PATCH] Explicitly set the git log format rather than relying on the default Originally committed to SVN as r6777. --- aegisub/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/configure.in b/aegisub/configure.in index ba66ca8ee..50b5a5887 100644 --- a/aegisub/configure.in +++ b/aegisub/configure.in @@ -163,7 +163,7 @@ AS_IF([test -n "$SVN_REVISION" -a -z "`echo $SVN_REVISION | tr -d '0-9'`"], [ SVN_REVISION=`cat $srcdir/svn_revision` AC_MSG_RESULT([$SVN_REVISION from "$srcdir/svn_revision"]) ], [test -d "$srcdir/../.git"], [ - SVN_REVISION=[`git log | grep git-svn-id -m 1 | sed -E 's/.*@([0-9]+) .*/\1/'`] + SVN_REVISION=[`git log --format=%b | grep git-svn-id -m 1 | sed -E 's/.*@([0-9]+) .*/\1/'`] `echo $SVN_REVISION > $srcdir/svn_revision` AC_MSG_RESULT([$SVN_REVISION from git]) ], [