Write to a stack log when stack is modified
[stgit] / stgit / commands / diff.py
index e0078f9..38de3a1 100644 (file)
@@ -44,7 +44,7 @@ options = [
         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