bin/check-merged.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit af20dd7b50a8bd48972aaf380a26169d85a02022 Author: Jan Holesovsky <[email protected]> Date: Tue Nov 18 15:11:07 2014 +0100 check-merged.sh: Fix an obvious typo. Change-Id: I4761c730df5f418060697458b604c602713f4a0e diff --git a/bin/check-merged.sh b/bin/check-merged.sh index f4e7813..678afe8 100755 --- a/bin/check-merged.sh +++ b/bin/check-merged.sh @@ -19,7 +19,7 @@ EOF } function collect_change_ids { - git log `git merge-base origin/master origin/feature/opengl-vcl`.."$1" | \ + git log `git merge-base origin/master "$1"`.."$1" | \ sed 's/^commit /XXXcommitXXX/g' | \ tr '\n' ';' | \ sed 's/XXXcommitXXX/\n/g' | \ _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
