Hello Filippo, > I'm maintaining some patches with topgit as it is quite convenient for > debian packaging. nice to hear :-)
> However when sending them upstream it would be nice to be able to send > the full history as git format-patch would do but excluding .topdeps and > .topmsg (or using it as basis for --cover-letter), IOW have tg patch > accept an option to behave like format-patch but output the full history I don't understand what exactly you want. Incremental patches? I think this won't work in general because the history typically contains merges that are not representable by a patch. Hm, you could leave out the merges. But then they might not apply cleanly to upstream's tree. Do you really consider the intermediate steps interesting? IMHO a topic branch is a unit and if it's sensible to send in in (say) three mails then the patch should better be seperated into three patches/topic branches. Maybe you could present an example where you can show that having the full history is sensible? Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | http://www.pengutronix.de/ | -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

