X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=README;h=b99b03680fb7fced0e1dc2f0e699f73b141745f5;hb=d33fe8bccb78adca51fa87626cd80bd064676d1f;hp=6d8253a2f6789505d60385a88d7997f25997b2a1;hpb=2140880ff7d57563d057d744985027575260c0b8;p=topgit.git diff --git a/README b/README index 6d8253a..b99b036 100644 --- a/README +++ b/README @@ -374,6 +374,16 @@ tg export TODO: For quilt exporting, use a temporary branch and remove it when done - this would allow producing conflict-less series +tg import +~~~~~~~~~ + Import commits within the given revision range into TopGit, + creating one topic branch per commit, the dependencies forming + a linear sequence starting on your current branch. + + The branch names are auto-guessed from the commit messages + and prefixed by t/ by default; use '-p PREFIX' to specify + an alternative prefix (even an empty one). + tg update ~~~~~~~~~ Update the current topic branch wrt. changes in the branches @@ -395,8 +405,6 @@ tg update TODO: tg update -a for updating all topic branches -TODO: Some infrastructure for sharing topic branches between - repositories easily TODO: tg depend for adding/removing dependencies smoothly TODO: tg rename