summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2009-08-14 10:09:19 +0200
committerSimon Hausmann <simon.hausmann@nokia.com>2009-08-14 10:12:34 +0200
commitc73fd7261abb861699022247342dc98a09e8cbac (patch)
treeff76219f03a5c8493f6db64c99f2f5a1c9173039 /util
parent96de7e8d3eec1672b1c414893e0304157e4c3b7d (diff)
Simplify WebKit import into src/3rdparty/webkit
Limit the changelog to WebKit/qt. Reviewed-by: Trust me
Diffstat (limited to 'util')
-rwxr-xr-xutil/webkit/mkdist-webkit4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/webkit/mkdist-webkit b/util/webkit/mkdist-webkit
index 084574470..b5c04609c 100755
--- a/util/webkit/mkdist-webkit
+++ b/util/webkit/mkdist-webkit
@@ -336,9 +336,9 @@ EOT
if [ -d "$repository/.git" -a -n "$lastImportRevison" ]; then
echo >>commitlog.txt
- echo "Changes in WebKit since the last update:" >>commitlog.txt
+ echo "Changes in WebKit/qt since the last update:" >>commitlog.txt
echo >>commitlog.txt
- git --git-dir=$repository/.git ls-files | egrep "ChangeLog$" | xargs git --git-dir=$repository/.git diff $lastImportRevison $rev -- | sed -n -e "s,^\+\(.*\),\1,p" >>commitlog.txt
+ git --git-dir=$repository/.git diff $lastImportRevison $rev -- WebKit/qt/ChangeLog | sed -n -e "s,^\+\(.*\),\1,p" >>commitlog.txt
fi
echo "Changes:"