chiark / gitweb /
Write to a stack log when stack is modified
[stgit] / stgit / commands / diff.py
index e0078f998d811e95c807970e887d8cf92bc4cf85..38de3a1dd6cb31b2e34ca02d5746109b3027b8b9 100644 (file)
@@ -44,7 +44,7 @@ options = [
         short = 'Show the stat instead of the diff'),
     ] + argparse.diff_opts_option()
 
         short = 'Show the stat instead of the diff'),
     ] + argparse.diff_opts_option()
 
-directory = DirectoryHasRepository()
+directory = DirectoryHasRepository(log = False)
 
 def func(parser, options, args):
     """Show the tree diff
 
 def func(parser, options, args):
     """Show the tree diff