Skip to content

Commit b91d80a

Browse files
author
Adam Barth
committed
Unreviewed. Nit: git config files use tabs, not spaces.
* EWSTools/cold-boot.sh: Canonical link: https://commits.webkit.org/109001@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@122527 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 72f05c7 commit b91d80a

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

Tools/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2012-07-12 Adam Barth <abarth@webkit.org>
2+
3+
Unreviewed. Nit: git config files use tabs, not spaces.
4+
5+
* EWSTools/cold-boot.sh:
6+
17
2012-07-12 Kwang Yul Seo <skyul@company100.net>
28

39
Unreviewed. Add Dongsung Huang to the list of contributors. He

Tools/EWSTools/cold-boot.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ EOF
7373
if [[ $1 == "commit-queue" ]];then
7474
cat >> .git/config <<EOF
7575
[svn-remote "svn"]
76-
url = http://svn.webkit.org/repository/webkit
77-
fetch = trunk:refs/remotes/origin/master
76+
url = http://svn.webkit.org/repository/webkit
77+
fetch = trunk:refs/remotes/origin/master
7878
[user]
79-
email = commit-queue@webkit.org
80-
name = Commit Queue
79+
email = commit-queue@webkit.org
80+
name = Commit Queue
8181
[merge "changelog"]
82-
driver = perl $PWD/Tools/Scripts/resolve-ChangeLogs --merge-driver %O %B %A
82+
driver = perl $PWD/Tools/Scripts/resolve-ChangeLogs --merge-driver %O %B %A
8383
EOF
8484
fi
8585

0 commit comments

Comments
 (0)