Count merge commits in path filtered height if any parent changed it by AArnott · Pull Request #659 · dotnet/Nerdbank.GitVersioning (original) (raw)
added 2 commits
This demonstrates the repro for #658
The managed git implementation had it correctly implemented, according to the code comments in the libgit2 implementation. But those code comments did not match the code in the libgit2 implementation. As a result, the managed git code did not match. In this commit I correct the libgit2 impl code comments to describe what the code actually does. Then I fix the identical code comment and code in the managed git implementation to match.
Fixes #658
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})