Michael Haggerty

Results 12 issues of Michael Haggerty

I'm writing this up in a little more detail because @waldyrious [asked about it](https://github.com/mhagger/git-imerge/pull/90#issuecomment-231526542). It would be nice to allow an in-progress rebase to be simplified to "lock in" the...

At the moment, all it would have to do is rewrite the shebang line at the top of git-imerge to cause it to be run with the correct Python interpreter...

enhancement

This was first discussed in #72. Suppose an imerge is in the following state: ``` o---0---1---2---3 | | | A---o---X | | | B---Y---? | C ``` Normally you would...

idea

If the bisection heuristic fails, it can be that an autofill merge fails even though it was expected to succeed. We need a way to test such scenarios systematically. I...

enhancement

A simple implementation (one that can do no conflict resolution of differing resolution conflicts) should be pretty easy.

enhancement

All of the following can be accomplished using reference filtering (#75), but we could add new options to make them a tad more convenient (and these options would nicely complement...

Turn off git-rerere when initiating a manual merge, just as we already do when automerging. This might fix the problem reported in #161.

Hi! Thanks for this project! I've been working towards using it for my own home automations. I made a lot of changes to this library along the way that might...

Git allows you to push to a remote that isn't defined in your gitconfig: git push https://example.com/foo.git refs/heads/bar:refs/heads/bar The effect of this command is to push to the remote repository...

stale
breaking

In branch `v6-transport, `PackSession.Handshake()` [starts up a goroutine](https://github.com/go-git/go-git/blob/675edb808690b47e0a9cb99c44a0f2b8245209a6/plumbing/transport/pack.go#L91) to copy data from `stderr` to `&c.stderrBuf` and then [starts something using `cmd.Start()`](https://github.com/go-git/go-git/blob/675edb808690b47e0a9cb99c44a0f2b8245209a6/plumbing/transport/pack.go#L97). (What `cmd.Start()` starts seems to depend on the details,...

bug