Michael Haggerty
Michael Haggerty
I got stuck in approximately the same place when I thought about this possible feature. My feeling is that all of the commits that you have indicated in your drawing...
@eddyp: I just implemented this and pushed the result to branch simplify-to-manual. Please test it and see if it does what you want; if so, I will merge it to...
@eddyp, I just pushed a rebased version of this feature to the branch "simplify-to-manual". It would be great if you would try it out and let me know if it...
Cool, thanks for working on this! It will be a nice feature. I belatedly realized that I was working on a topic branch that could help you with your "status"...
@jrdavid, are you working on a new version of your patch? If so, is there anything I can help with?
Thanks for the suggestion. The main point of the README is to explain `git-imerge` and teach people how to use it. I don't think the main body of the README...
All of the bash completion was implemented by @ralfth. If he or somebody else is willing to help out with this, that would be great (I haven't ever implemented bash...
As a branch gets more complicated, it quickly becomes unclear what it even means to rebase it. It depends on what branch was merged into your branch. Should that branch...
I wouldn't mind such a feature, but I'm unlikely to have time to work on it.
I think the transposition would have to happen pretty late. Probably you'd want: * a function to transpose the output of `Block.create_diagram()` or `MergeFrontier.create_diagram()` (one function could probably do both)....