migrating from patch series to a dag of patches

2009-03-16 Thread Stefano Zacchiroli
I've a simple problem with apparently a not so simple solution. Before the advent of stuff like topgit, we all used patch stacks in which you de facto have that the n-th patch (implicitly) depends on all n-1 patches. When migrating to stuff like topgit you have the ability to structure the patches

Re: migrating from patch series to a dag of patches

2009-03-16 Thread Romain Francoise
Stefano Zacchiroli z...@debian.org writes: Would you just give up and declare the patches as depending on each other according to the stack discipline? [1] ... or would you rather figure out a clever way to detect real patch dependencies automatically? With quilt you can use `quilt graph' to