tyrielv
tyrielv
https://github.com/libgit2/libgit2sharp/blob/df3b22a754ef56da8d7e3c330ce2d783c2b7982e/LibGit2Sharp/TreeDefinition.cs#L96 The tree entry is removed here, but the private field unwrapped tree is not removed unless it already has no subentries. When the tree is built from the definition,...
Duplicate of #1869
It looks to me like the problem is [here](https://github.com/foundryvtt/pf2e/blob/515c1a062fc92b78887a2f0ff7f9026864ee0c8b/src/module/canvas/ruler.ts#L8C5-L10C6): ``` static override get canMeasure(): boolean { return this.#dragMeasurement ? game.activeTool === "ruler" : super.canMeasure; } ``` If the PF2E system's...
Another difference: libgit2 treats safe.directory as case sensitive, but git for windows treats it as case insensitive.