chiark / gitweb /
Write to a stack log when stack is modified
[stgit] / stgit / commands / files.py
index 318a4a327b16b69cdf483cd07028a90c14224cc5..a7576e9fc252ad72d25d9c8303bd883375553a21 100644 (file)
@@ -40,7 +40,7 @@ options = [
         short = 'Bare file names (useful for scripting)'),
     ] + argparse.diff_opts_option()
 
-directory = DirectoryHasRepository()
+directory = DirectoryHasRepository(log = False)
 
 def func(parser, options, args):
     """Show the files modified by a patch (or the current patch)