Commit 37e4f234 authored by szager@chromium.org's avatar szager@chromium.org

Use default value of 'all' for submodule.*.ignore.

Review URL: https://chromiumcodereview.appspot.com/10630010

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@143464 0039d316-1c4b-4281-b951-d872f2087c98
parent c6ca3a19
......@@ -198,7 +198,7 @@ class GitWrapper(SCMWrapper):
submod_cmd = ['git', 'config', '-f', '$toplevel/.git/config',
'submodule.$name.ignore', '||',
'git', 'config', '-f', '$toplevel/.git/config',
'submodule.$name.ignore', 'dirty']
'submodule.$name.ignore', 'all']
cmd = ['git', 'submodule', '--quiet', 'foreach', ' '.join(submod_cmd)]
try:
gclient_utils.CheckCallAndFilter(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment