Johan Lindell
Johan Lindell
Thanks for the bug report, but without any repro, it will be hard to solve, or even verify if it actually is a problem. Maybe it does repro with some...
Any progress on a minimal set of .gitignore that sometimes repro this, and/or running it with `--git-type=cmd`?
@andyren0110 Any update on this?
@andyren0110 Any update on this?
@andyren0110 Any update on this?
> and then create pull requests afterwards Do you mean to do this manually, or are you suggesting a change to enable this in multi-gitter as well?
I'm not sure I understand your last comment. Could you please elaborate. But the initial feature of creating the branches without creating PR is something I think should be accepted....
For updating the PR body, there is this #368 (now stale) PR to do so.
I assume this is the same as #356? It seems that go-gits implementation of gitignore is indeed not 1:1 with "normal" git. It seems that inclusion patterns should be supported,...
I tried to add this test ```go func (s *MatcherSuite) TestMatcher_Match2(c *C) { ps := []Pattern{ ParsePattern(".*", nil), ParsePattern("!.included", nil), } m := NewMatcher(ps) c.Assert(m.Match([]string{".test-file"}, false), Equals, true) c.Assert(m.Match([]string{".test", "file"},...