summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xproject.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/project.py b/project.py
index f9eb7a28..65bc3a04 100755
--- a/project.py
+++ b/project.py
@@ -2689,6 +2689,7 @@ class Project(object):
2689 def DiffZ(self, name, *args): 2689 def DiffZ(self, name, *args):
2690 cmd = [name] 2690 cmd = [name]
2691 cmd.append('-z') 2691 cmd.append('-z')
2692 cmd.append('--ignore-submodules')
2692 cmd.extend(args) 2693 cmd.extend(args)
2693 p = GitCommand(self._project, 2694 p = GitCommand(self._project,
2694 cmd, 2695 cmd,