
12 Jan
2011
12 Jan
'11
10:13 p.m.
You can emulate darcs's patch re-ordering in git if you put each independent sequence of patches on a separate branch. Then you can re-merge the branches in whatever order you want. This is a fairly common git workflow.
What happens after the merges? Does one maintain the branches somehow, or does one lose the (in-)dependency information? Claus