chiark / gitweb /
tg export (quilt): Implement flattening patch paths
[topgit.git] / README
diff --git a/README b/README
index 8be0d17ec0e005ce08693505097e4fa9e38d9131..0b1800e59e297e06208b9a1f84faabf774242331 100644 (file)
--- a/README
+++ b/README
@@ -409,6 +409,12 @@ tg export
        a comma-separated explicit list of branches to export. This
        mode of operation is currently not supported with collapse.
 
+       In '--quilt' mode the patches are named like the originating topgit
+       branch.  So usually they end up in subdirectories of the output
+       directory.  With option '--flatten' the names are mangled such that
+       they end up directly in the output dir (i.e. slashed are substituted by
+       underscores).
+
        Usage: tg export ([--collapse] BRANCH | --quilt DIR)
 
        TODO: Make stripping of non-essential headers configurable