git.pretty_commit() re-implemented with "git show" (bug #10018)
[stgit] / stgit / commands / clone.py
index 15139c8..c3b0bbe 100644 (file)
@@ -29,6 +29,7 @@ usage = """%prog [options] <repository> <dir>
 Clone a GIT <repository> into the local <dir> and initialise the
 patch stack."""
 
+directory = DirectoryAnywhere(needs_current_series = False)
 options = []