diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2009-08-14 08:09:19 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-08-14 08:12:34 (GMT) |
commit | c73fd7261abb861699022247342dc98a09e8cbac (patch) | |
tree | ff76219f03a5c8493f6db64c99f2f5a1c9173039 /util | |
parent | 96de7e8d3eec1672b1c414893e0304157e4c3b7d (diff) | |
download | Qt-c73fd7261abb861699022247342dc98a09e8cbac.zip Qt-c73fd7261abb861699022247342dc98a09e8cbac.tar.gz Qt-c73fd7261abb861699022247342dc98a09e8cbac.tar.bz2 |
Simplify WebKit import into src/3rdparty/webkit
Limit the changelog to WebKit/qt.
Reviewed-by: Trust me
Diffstat (limited to 'util')
-rwxr-xr-x | util/webkit/mkdist-webkit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/webkit/mkdist-webkit b/util/webkit/mkdist-webkit index 0845744..b5c0460 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:" |