Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
os = ios
[submodule "third_party/WebKit"]
path = third_party/WebKit
url = https://chromium.googlesource.com/chromium/blink.git
url = git@github.com:ChromiumWebApps/blink.git
os = all
[submodule "third_party/android_tools"]
path = third_party/android_tools
Expand Down
14 changes: 7 additions & 7 deletions build/git-hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ EOF
exit 1
fi

if test "$(git diff-index --cached HEAD .gitmodules)"; then
cat <<EOF 1>&2
You are trying to commit a change to .gitmodules. That is not allowed.
To make changes to submodule names/paths, edit DEPS.
EOF
exit 1
fi
#if test "$(git diff-index --cached HEAD .gitmodules)"; then
# cat <<EOF 1>&2
#You are trying to commit a change to .gitmodules. That is not allowed.
#To make changes to submodule names/paths, edit DEPS.
#EOF
# exit 1
#fi

exit 0