Michael Haggerty
Michael Haggerty
_If_ you continue to do memoization of the class constructor, it might make sense to split that into a separate commit to make each change more self-contained. But see my...
Cool, thanks for working on this! I like the idea a lot, and more than one user has stumbled over this problem so it will be a welcome feature. I...
Yes, that would be very nice. Do you already have some code that you are willing to share with us? The obvious place to wire in a test would be...
Thanks for sharing the patch. > I opted to only run make when performing test merges and not for autofilling Interesting; that was one of the things that I was...
Yes, I think the command should be stored using `git config`. (Of course by that I don't mean the user should have to type `git config` herself/himself!) It would be...
OK I just pushed a tag 0.7.0. Sorry I didn't get to this quicker, but really, we need more than just version tags and I was researching how best to...
In general, rebasing only part of a branch is [not a well-formed operation](http://softwareswirl.blogspot.com/2009/08/git-mercurial-and-bazaarsimplicity.html) in a DAG-based history. However, it just occurred to me that the removal of a commit or...
@muff1nman: I think that your "remove commits" steps can be done as a single incremental merge: ``` o - A - D - E - F - G - H...
I hereby conjure @jherland, who wrote this code. I did a little bit of googling and found: - [A stack overflow answer that suggests that ansi.sys has to be enabled...
Yes, you are right of course. But given that development takes place on master in little bits, can you think of a way of implementing this that doesn't require the...