RE: git range-diff throws Segmentation fault

2019-09-02 Thread van den Berg, Kasper
r CC: git@vger.kernel.org Onderwerp: Re: git range-diff throws Segmentation fault Hi Kasper, On Fri, 30 Aug 2019, van den Berg, Kasper wrote: > `git range-diff ` prints "segmentation fault" to the > console and nothing else. It happens in git version 2.23.0.windows.1 > and onl

Re: git range-diff throws Segmentation fault

2019-08-30 Thread Johannes Schindelin
Hi Kasper, On Fri, 30 Aug 2019, van den Berg, Kasper wrote: > `git range-diff ` prints "segmentation fault" to the > console and nothing else. It happens in git version 2.23.0.windows.1 > and only occurs for some branches in my repository. Maybe you can come up with a Minimal, Complete and Ver

Re: git range-diff throws Segmentation fault

2019-08-30 Thread Thomas Gummerer
On 08/30, van den Berg, Kasper wrote: > Hello, > > `git range-diff ` prints "segmentation fault" to > the console and nothing else. It happens in git version > 2.23.0.windows.1 and only occurs for some branches in my repository. > I have not exactly determined when it does happen and when it does

git range-diff throws Segmentation fault

2019-08-30 Thread van den Berg, Kasper
Hello, `git range-diff ` prints "segmentation fault" to the console and nothing else. It happens in git version 2.23.0.windows.1 and only occurs for some branches in my repository. I have not exactly determined when it does happen and when it does not (I'm not familiar with git's codebase).