X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=blobdiff_plain;f=README;h=1d3836585b109449fd6475edad5a470700bff802;hp=c19985f83d54a72728d0c36413ea7b0a03e52d6e;hb=4fe0a8e009776b8c66357f08ef8171bdc2c0f468;hpb=a062d4f8ef8e7d3174b5a572e1002b6c4b2273e7 diff --git a/README b/README index c19985f..1d38365 100644 --- a/README +++ b/README @@ -409,12 +409,19 @@ 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). With '--numbered' (which implies '--flatten') the patch + names get a number as prefix to allow getting the order without + consulting the series file, which eases sending out the patches. + Usage: tg export ([--collapse] BRANCH | --quilt DIR) TODO: Make stripping of non-essential headers configurable TODO: Make stripping of [PATCH] and other prefixes configurable TODO: --mbox option for other mode of operation - TODO: prevent exporting of empty patches by the collapse driver TODO: -a option to export all branches TODO: For quilt exporting, use a temporary branch and remove it when done - this would allow producing conflict-less series